Home
last modified time | relevance | path

Searched defs:IntWrapper (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Analysis/
Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
Ddtor.cpp129 struct IntWrapper { struct
130 IntWrapper() : x(0) {} in IntWrapper() argument
140 IntWrapper arr[2]; in testArrayInvalidation() argument
333 struct IntWrapper { struct
334 int x;
335 IntWrapper(int y) : x(y) {} in IntWrapper() function
336 IntWrapper() { in IntWrapper() argument
Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
Dretain-release.mm375 struct IntWrapper { struct
379 int operator>> (const IntWrapper &W, int (*f)(int)) { argument
384 IntWrapper val = { 42 }; argument
394 @interface radar13227740 : NSObject
Dproperties.m263 @interface IntWrapper interface
267 @implementation IntWrapper implementation
Dinline.cpp306 class IntWrapper { class
310 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.cpp7 } IntWrapper; typedef
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc244 class IntWrapper { class
246 explicit IntWrapper(int value) : value_(value) {} in IntWrapper() function in IntWrapper
247 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
/external/gtest/test/
Dgtest-param-test_test.cc303 class IntWrapper { class
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper
306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
/external/chromium_org/testing/gtest/test/
Dgtest-param-test_test.cc303 class IntWrapper { class
305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper
306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper
/external/clang/test/Misc/
Ddiag-template-diffing.cpp816 struct IntWrapper { struct
817 typedef int type;
/external/clang/test/SemaCXX/
Dconstructor-initializer.cpp146 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
Dtype-traits.cpp1692 struct IntWrapper struct
1695 IntWrapper(int _value) : value(_value) {} in IntWrapper() argument
1705 FloatWrapper(const IntWrapper& obj) in FloatWrapper() argument
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp48 class IntWrapper : public GarbageCollectedFinalized<IntWrapper> { class
69 IntWrapper(int x) : m_x(x) { } in IntWrapper() function in blink::IntWrapper