Lines Matching refs:constructors
44 ``-analyzer-config c++-inlining=[none | methods | constructors | destructors]``
48 constructors, for example.
54 Note that under 'constructors', constructors for types with non-trivial
94 This option controls whether constructors and destructors of "container" types
99 Currently, these constructors and destructors are NOT considered for inlining
116 state, which is what happens when their constructors are treated as opaque.
191 - In C++, constructors are not inlined unless the destructor call will be
195 constructors for objects with trivial constructors can still be inlined.)
199 or operator 'delete', nor does it inline the constructors and destructors
357 which base constructors have been completed. This is tracked using
364 constructors unless the destructor is trivial, and don't process their
372 ExprEngine does not inline any constructors or destructors for arrays.