Home
last modified time | relevance | path

Searched defs:IntHolder (Results 1 – 8 of 8) 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/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-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMapTest.java462 private static class IntHolder implements Serializable { class in ImmutableMapTest
465 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
DImmutableSortedMapTest.java579 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest
582 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableMapTest.java614 private static class IntHolder implements Serializable { class in ImmutableMapTest
617 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
DImmutableSortedMapTest.java668 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest
671 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder