Home
last modified time | relevance | path

Searched refs:Wrapper (Results 1 – 25 of 63) sorted by relevance

123

/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dinitializer.cpp98 class Wrapper { class
102 Wrapper();
105 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
108 Wrapper w; in test()
114 struct Wrapper { struct
117 Wrapper() {} in Wrapper() argument
118 Wrapper(int x) : value(x) {} in Wrapper() argument
119 Wrapper(bool) {} in Wrapper() argument
123 Wrapper w1; in test()
126 Wrapper w2(50); in test()
[all …]
H A Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w); argument
43 void useConstStruct(const Wrapper &w);
47 Wrapper w; in testPointerStruct()
H A Dderived-to-base.cpp320 struct Wrapper { struct
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {} in Wrapper() argument
328 Wrapper w((FullyDerived())); in test5()
331 Wrapper w2(w); in test5()
/minix/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dpath-notes.cpp93 class Wrapper { class
112 Wrapper w; in testDefaultConstruction()
117 void testCopyConstruction(const Wrapper &input) { in testCopyConstruction()
120 Wrapper w{input}; in testCopyConstruction()
132 void testCopyAssignment(const Wrapper &input) { in testCopyAssignment()
133 Wrapper w; in testCopyAssignment()
150 Wrapper w; in testDestruction()
226 struct Wrapper { struct
229 Wrapper *arr;
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}} in testGetDerefExprOnMemberExprWithADot() argument
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anonf2b784390111::OProfileJITEventListener
46 : Wrapper(std::move(LibraryWrapper)) { in OProfileJITEventListener()
59 if (!Wrapper->op_open_agent()) { in initialize()
68 if (Wrapper->isAgentAvailable()) { in ~OProfileJITEventListener()
69 if (Wrapper->op_close_agent() == -1) { in ~OProfileJITEventListener()
82 if (!Wrapper->isAgentAvailable()) { in NotifyObjectEmitted()
102 if (Wrapper->op_write_native_code(Name.data(), Addr, (void*)Addr, Size) in NotifyObjectEmitted()
117 if (Wrapper->isAgentAvailable()) { in NotifyFreeingObject()
136 if (Wrapper->op_unload_native_code(Addr) == -1) { in NotifyFreeingObject()
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dpointer-to-objc-pointer-conv.mm29 class Wrapper {
39 Wrapper &operator*();
40 Wrapper &operator[](int);
41 Wrapper& operator->*(int);
48 Wrapper w;
H A Dformat-strings.mm67 class Wrapper {
77 void use_class(Wrapper<const char *>::Printer &p) {
/minix/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-template-diffing.cpp1113 struct Wrapper {};
1116 Wrapper<T> MakeWrapper();
1119 Wrapper<S<ptr>> W = MakeWrapper<S<&global>>();
1124 Wrapper<S<(&global2)>> W2 = MakeWrapper<S<&global>>();
1126 Wrapper<S<&global2>> W3 = MakeWrapper<S<(&global)>>();
1128 Wrapper<S<(&global2)>> W4 = MakeWrapper<S<(&global)>>();
1137 struct Wrapper {};
1140 Wrapper<T> MakeWrapper();
1169 Wrapper<S<&global2, ptr>> W9 = MakeWrapper<S<&global, ptr2>>();
1173 Wrapper<S<&global2, static_cast<int *>(0)>> W11 =
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp132 struct Wrapper { struct
137 return Wrapper<x/2>::run(); in run()
147 return Wrapper<x>::run() + in test_wrapper() argument
148 Wrapper<x>::run2(); // expected-note{{instantiation}} in test_wrapper()
H A DMicrosoftSuper.cpp76 struct Wrapper { struct
84 Wrapper<&__super::foo>::bar(); in baz()
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon8ab873260111::IntelJITEventListener
54 Wrapper.reset(libraryWrapper); in IntelJITEventListener()
78 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() argument
85 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
133 iJIT_Method_Load FunctionMessage = FunctionDescToIntelJITFormat(*Wrapper, in NotifyObjectEmitted()
174 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in NotifyObjectEmitted()
211 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, in NotifyFreeingObject()
/minix/external/bsd/llvm/dist/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-malloc.h18 @interface Wrapper : NSData
22 @implementation Wrapper
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
97 extern Wrapper *p;
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h97 Wrapper, enumerator
278 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
297 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
314 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
316 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo, false, false, false, in getAddrGlobalLargeGOT()
/minix/external/bsd/lutok/dist/
H A Dstate.ipp37 /// Wrapper around lua_newuserdata.
52 /// Wrapper around lua_touserdata.
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/
H A DREADME.txt8 If you have installed mDN Wrapper (former version of idn wrapper)
38 2.1. Wrapper DLL
40 Wrapper DLL resides between application and original DLL. It
46 |Application | |Wrapper DLL | |Original DLL|
53 DLL call from apllication is passed to wrapper DLL. Wrapper DLL
152 2.5. Installing Wrapper DLLs
162 + Install (copy in) Wrapper DLLs
264 Wrapper DLL convert resolving domain name encoded with local code to
269 domain names. Wrapper DLL should be configured to convert to one of
571 Wrapper DLL is tightly coupled with specific DLL version, because
/minix/external/bsd/flex/dist/
H A Dylwrap46 Wrapper for lex/yacc invocations, renaming files as desired.
H A Dcompile239 Wrapper for compilers which do not understand '-c -o'.
/minix/external/bsd/bind/dist/unit/atf-src/admin/
H A Dcompile238 Wrapper for compilers which do not understand '-c -o'.
/minix/external/bsd/dhcp/dist/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/minix/external/bsd/file/dist/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/minix/external/bsd/nvi/dist/dist/
H A Dcompile238 Wrapper for compilers which do not understand '-c -o'.
/minix/external/bsd/libevent/dist/
H A Dcompile238 Wrapper for compilers which do not understand '-c -o'.
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-repeated-weak.mm357 class Wrapper {
366 void distinctFromOther(Test *b, const Wrapper &w) {
372 static void doubleLevelAccessField(const Wrapper &x, const Wrapper &y) {
/minix/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h45 Wrapper, enumerator

123