| /external/compiler-rt/test/asan/TestCases/ |
| D | use-after-scope-dtor-order.cc | 6 struct IntHolder { struct 7 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() argument 8 ~IntHolder() { in ~IntHolder() argument 20 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
|
| D | use-after-scope-temp.cc | 7 struct IntHolder { struct 11 const IntHolder *saved; argument
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/ |
| D | use-after-scope-dtor-order.cpp | 6 struct IntHolder { struct 7 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() function 8 __attribute__((noinline)) ~IntHolder() { in ~IntHolder() argument 20 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
|
| D | use-after-scope-temp2.cpp | 5 struct IntHolder { struct 6 __attribute__((noinline)) const IntHolder &Self() const { in Self() argument 12 const IntHolder *saved; argument
|
| D | use-after-scope-temp.cpp | 5 struct IntHolder { struct 9 const IntHolder *saved; argument
|
| /external/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| D | p4.cpp | 5 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()
|
| D | p5.cpp | 3 struct IntHolder { struct 36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
|
| /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| D | p4.cpp | 3 struct IntHolder { // expected-note{{here}} // expected-note 2{{candidate constructor (the implicit… struct 25 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt() 48 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
|
| D | p5.cpp | 3 struct IntHolder { struct 36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | ImmutableMapTest.java | 733 private static class IntHolder implements Serializable { class in ImmutableMapTest 736 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
|
| D | ImmutableSortedMapTest.java | 730 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest 733 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ImmutableSortedMapTest.java | 784 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest 787 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
|
| D | ImmutableMapTest.java | 774 private static class IntHolder implements Serializable { class in ImmutableMapTest 777 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
|