Home
last modified time | relevance | path

Searched defs:IntHolder (Results 1 – 6 of 6) 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.cc9 struct IntHolder { struct
10 explicit IntHolder(int val) : val(val) { in IntHolder() argument
16 const IntHolder *saved; argument
/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/guava-tests/test/com/google/common/collect/
DImmutableMapTest.java547 private static class IntHolder implements Serializable { class in ImmutableMapTest
550 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
DImmutableSortedMapTest.java723 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest
726 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder