Home
last modified time | relevance | path

Searched defs:IntHolder (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-dtor-order.cpp5 struct IntHolder { struct
6 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() function
7 __attribute__((noinline)) ~IntHolder() { in ~IntHolder() argument
19 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
H A Duse-after-scope-temp2.cpp3 struct IntHolder { struct
4 __attribute__((noinline)) const IntHolder &Self() const { in Self() argument
10 const IntHolder *saved; argument
H A Duse-after-scope-temp.cpp3 struct IntHolder { struct
7 const IntHolder *saved; argument
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-dtor-order.cpp10 struct IntHolder { struct
11 explicit IntHolder(int *val = 0) : val_(val) {} in IntHolder() function
12 __attribute__((noinline)) ~IntHolder() { in ~IntHolder() argument
24 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
H A Duse-after-scope-temp2.cpp8 struct IntHolder { struct
9 __attribute__((noinline)) const IntHolder &Self() const { in Self() argument
15 const IntHolder *saved; argument
H A Duse-after-scope-temp.cpp8 struct IntHolder { struct
12 const IntHolder *saved; argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp4.cpp5 struct IntHolder { // expected-note 0-1{{here}} expected-note 2-4{{candidate constructor (the impli… struct
32 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()
H A Dp5.cpp3 struct IntHolder { struct
36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()