Lines Matching defs:constructor

129   int constructor;
1018 s1 = work->constructor;
1022 work->constructor = work->destructor = 0;
1049 if (work->constructor == 2)
1052 work->constructor = 0;
1066 work->constructor = s1;
1420 if ((work->constructor & 1) || (work->destructor & 1))
1423 work->constructor -= 1;
1470 if (!(work->constructor & 1))
2415 we are demangling a constructor or destructor. In this case
2420 Reset the constructor/destructor flags once they have been
2441 if ((work->constructor & 1) || (work->destructor & 1))
2456 work -> constructor -= 1;
2613 /* it's a GNU global constructor to be executed at program init */
2615 work->constructor = 2;
2629 /* it's a ARM global constructor to be executed at program initial */
2631 work->constructor = 2;
2688 /* A GNU style constructor starts with __[0-9Qt]. But cfront uses
2690 this style of constructor for cfront demangling. A GNU
2691 style member-template constructor starts with 'H'. */
2693 work -> constructor += 1;
2752 if (!success && (work->constructor == 2 || work->destructor == 2))
2785 __t6vector1Zii (constructor with template)
3111 constructor or destructor function, append an appropriate
3112 constructor or destructor name. I.E. for the above example,
3113 the result for use as a constructor is "Outer::Inner::Inner"
3133 /* We only make use of ISFUNCNAME if the entity is a constructor or
3136 && ((work->constructor & 1) || (work->destructor & 1)));
3212 constructor or destructor name. The appropriate
3270 the appropriate '::' separated constructor or destructor name.
4455 /* See if we have an ARM style constructor or destructor operator.
4457 We can't build the actual constructor/destructor decl until later,
4462 work -> constructor += 1;