Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/
Duse-after-scope-dtor-order.cc6 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
Duse-after-scope-temp.cc7 struct IntHolder { struct
11 const IntHolder *saved; argument
/external/llvm-project/compiler-rt/test/asan/TestCases/
Duse-after-scope-dtor-order.cpp6 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
Duse-after-scope-temp2.cpp5 struct IntHolder { struct
6 __attribute__((noinline)) const IntHolder &Self() const { in Self() argument
12 const IntHolder *saved; argument
Duse-after-scope-temp.cpp5 struct IntHolder { struct
9 const IntHolder *saved; argument
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
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()
Dp5.cpp3 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/
Dp4.cpp3 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()
Dp5.cpp3 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/
DImmutableMapTest.java733 private static class IntHolder implements Serializable { class in ImmutableMapTest
736 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
DImmutableSortedMapTest.java730 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/
DImmutableSortedMapTest.java784 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest
787 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
DImmutableMapTest.java774 private static class IntHolder implements Serializable { class in ImmutableMapTest
777 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder