Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dinitializer.cpp98 class Wrapper { class
105 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
114 struct Wrapper { struct
115 int value = 42;
117 Wrapper() {} in Wrapper() argument
118 Wrapper(int x) : value(x) {} in Wrapper() function
119 Wrapper(bool) {} in Wrapper() function
H A Dctor.mm15 struct Wrapper { struct
20 Wrapper w; argument
H A Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w); argument
H A Dderived-to-base.cpp320 struct Wrapper { struct
321 FullyDerived d;
322 int zz;
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {} in Wrapper() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp132 struct Wrapper { struct
134 // Similar to the above, Wrapper<0>::run() will discard the if statement. in run() argument
147 return Wrapper<x>::run() + in test_wrapper() argument
H A DMicrosoftSuper.cpp76 struct Wrapper { struct
77 static void bar() {} in bar()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h45 Wrapper, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anonb70392ae0111::IntelJITEventListener
78 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dpath-notes.cpp93 class Wrapper { class
226 struct Wrapper { struct
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}} in testGetDerefExprOnMemberExprWithADot()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon1f02a3c10111::OProfileJITEventListener
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h97 Wrapper, enumerator
314 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h34 Wrapper, // Wrapper - A wrapper node for TargetConstantPool, enumerator
H A DARMISelLowering.cpp2595 unsigned Wrapper = in LowerGlobalAddressDarwin() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h146 Wrapper, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1936 llvm::Function *Wrapper = in getOrCreateThreadLocalWrapper() local
2008 llvm::Function *Wrapper = getOrCreateThreadLocalWrapper(VD, Var); in EmitThreadLocalInitFuncs() local
2050 llvm::Function *Wrapper = getOrCreateThreadLocalWrapper(VD, Val); in EmitThreadLocalVarDeclLValue() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp561 SDValue Wrapper = N->getOperand(1); in SelectTexSurfHandle() local
H A DNVPTXISelLowering.h27 Wrapper, enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp77 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC) in DyldELFObject()