/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | initializer.cpp | 98 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 D | ctor.mm | 15 struct Wrapper { struct 20 Wrapper w; argument
|
H A D | call-invalidation.cpp | 38 struct Wrapper { struct 42 void useStruct(Wrapper &w); argument
|
H A D | derived-to-base.cpp | 320 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 D | devirtualize-virtual-function-calls.cpp | 94 struct Wrapper { struct 95 Fish fish;
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | warn-infinite-recursion.cpp | 132 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 D | MicrosoftSuper.cpp | 76 struct Wrapper { struct 77 static void bar() {} in bar()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 45 Wrapper, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 42 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 D | path-notes.cpp | 93 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 D | OProfileJITEventListener.cpp | 39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon1f02a3c10111::OProfileJITEventListener
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 97 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 D | ARMISelLowering.h | 34 Wrapper, // Wrapper - A wrapper node for TargetConstantPool, enumerator
|
H A D | ARMISelLowering.cpp | 2595 unsigned Wrapper = in LowerGlobalAddressDarwin() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 146 Wrapper, enumerator
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 1936 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 D | NVPTXISelDAGToDAG.cpp | 561 SDValue Wrapper = N->getOperand(1); in SelectTexSurfHandle() local
|
H A D | NVPTXISelLowering.h | 27 Wrapper, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 77 DyldELFObject<ELFT>::DyldELFObject(MemoryBufferRef Wrapper, std::error_code &EC) in DyldELFObject()
|