Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dglobal_region_invalidation.mm24 struct IntWrapper { struct
27 extern struct IntWrapper globalStruct; argument
H A Dproperties.mm7 @interface IntWrapper interface
11 @implementation IntWrapper implementation
H A Ddtor.cpp129 struct IntWrapper { struct
130 IntWrapper() : x(0) {} in IntWrapper() function
140 IntWrapper arr[2]; in testArrayInvalidation() argument
333 struct IntWrapper { struct
334 int x;
335 IntWrapper(int y) : x(y) {} in IntWrapper() argument
336 IntWrapper() { in IntWrapper() argument
H A Dreinterpret-cast.cpp6 struct IntWrapper { struct
10 struct Child : public IntWrapper { argument
H A 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
H A Dproperties.m263 @interface IntWrapper interface
267 @implementation IntWrapper implementation
H A Dinline.cpp306 class IntWrapper { class
310 IntWrapper(int input) : value(input) { in IntWrapper() function in OperatorNew::IntWrapper
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Deager-reclamation-path-notes.cpp7 } IntWrapper; typedef
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-template-diffing.cpp816 struct IntWrapper { struct
817 typedef int type;
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp146 int IntWrapper(int &i) { return 0; }; in IntWrapper() function
H A Dtype-traits.cpp1696 struct IntWrapper struct
1699 IntWrapper(int _value) : value(_value) {} in IntWrapper() argument
1709 FloatWrapper(const IntWrapper& obj) in FloatWrapper() argument