Lines Matching refs:DtorInvocationCount

8     static int DtorInvocationCount;  member
11 ~S(){DtorInvocationCount++;} in ~S()
15 int S::DtorInvocationCount = 0; member in S
27 S::DtorInvocationCount = 0; in zeroSizeMultidimensionalArrayStack()
39 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeMultidimensionalArrayStack()
44 S::DtorInvocationCount = 0; in zeroSizeArrayStackInLambda()
51 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeArrayStackInLambda()
56 S::DtorInvocationCount = 0; in zeroSizeArrayHeap()
62 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeArrayHeap()
67 S::DtorInvocationCount = 0; in zeroSizeMultidimensionalArrayHeap()
85 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeMultidimensionalArrayHeap()
107 S::DtorInvocationCount = 0; in zeroSizeArrayLambdaCapture()
117 …clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} expected-warning{{FAL… in zeroSizeArrayLambdaCapture()
151 S::DtorInvocationCount = 0; in zeroSizeArrayMember()
158 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeArrayMember()
163 S::DtorInvocationCount = 0; in zeroSizeArrayMemberCopyMove()
172 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeArrayMemberCopyMove()
181 S::DtorInvocationCount = 0; in zeroSizeMultidimensionalArrayMember()
188 clang_analyzer_eval(S::DtorInvocationCount == 0); //expected-warning{{TRUE}} in zeroSizeMultidimensionalArrayMember()