Searched defs:IntHolder (Results 1 – 8 of 8) sorted by relevance
5 struct IntHolder { struct6 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() function7 __attribute__((noinline)) ~IntHolder() { in ~IntHolder() argument19 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
3 struct IntHolder { struct4 __attribute__((noinline)) const IntHolder &Self() const { in Self() argument10 const IntHolder *saved; argument
3 struct IntHolder { struct7 const IntHolder *saved; argument
10 struct IntHolder { struct11 explicit IntHolder(int *val = 0) : val_(val) {} in IntHolder() function12 __attribute__((noinline)) ~IntHolder() { in ~IntHolder() argument24 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
8 struct IntHolder { struct9 __attribute__((noinline)) const IntHolder &Self() const { in Self() argument15 const IntHolder *saved; argument
8 struct IntHolder { struct12 const IntHolder *saved; argument
5 struct IntHolder { // expected-note 0-1{{here}} expected-note 2-4{{candidate constructor (the impli… struct32 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt()60 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
3 struct IntHolder { struct36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()