Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Dctor.mm18 struct Wrapper { struct
23 Wrapper w; argument
H A Dinitializer.cpp113 class Wrapper { class
120 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
129 struct Wrapper { struct
130 int value = 42;
132 Wrapper() {} in Wrapper() function
133 Wrapper(int x) : value(x) {} in Wrapper() argument
134 Wrapper(bool) {} in Wrapper() 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
/llvm-project-15.0.7/clang/test/ASTMerge/var-cpp/Inputs/
H A Dvar1.cpp8 struct Wrapper { struct
17 constexpr const char *Wrapper<float>::my_const<const char *> = a; argument
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dpartial-spec-instantiate.cpp68 struct Wrapper { struct
72 Wrapper(const Wrapper<U>& other, in Wrapper() argument
75 explicit Wrapper(int i) {} in Wrapper() argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DImmutableListTest.cpp16 template <typename Fundamental> struct Wrapper : llvm::FoldingSetNode { struct
17 Fundamental F;
19 Wrapper(Fundamental F) : F(F) {} in Wrapper() function
21 operator Fundamental() const { return F; } in operator Fundamental()
23 void Profile(FoldingSetNodeID &ID) const { ID.AddInteger(F); } in Profile()
/llvm-project-15.0.7/clang/test/SemaSYCL/
H A Dzero-length-arrays.cpp14 struct Wrapper { struct
20 Wrapper F; // expected-note 2{{within field of type 'Wrapper' declared here}} argument
/llvm-project-15.0.7/clang/test/AST/
H A Dast-print-out-of-line-func.cpp5 struct Wrapper { struct
20 operator ns::Wrapper();
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp153 struct Wrapper { struct
155 // Similar to the above, Wrapper<0>::run() will discard the if statement. in run() argument
168 return Wrapper<x>::run() + in test_wrapper() argument
H A DMicrosoftSuper.cpp76 struct Wrapper { struct
77 static void bar() {} in bar()
/llvm-project-15.0.7/clang/test/Modules/
H A DReachability-template-instantiation.cpp13 class Wrapper { class
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp155 struct Wrapper { struct
156 Fish fish;
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h54 Wrapper, enumerator
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h47 Wrapper, enumerator
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp49 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo()
124 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon421663ab0111::IntelJITEventListener
161 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp112 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() local
278 Function *Wrapper = Pair.first->second; in runOnModule() local
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.h30 Wrapper, enumerator
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.h87 Wrapper, enumerator
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h134 RAIIMFObsDelInstaller(MachineFunction &MF, GISelObserverWrapper &Wrapper) in RAIIMFObsDelInstaller()
H A DCSEInfo.h221 GISelCSEAnalysisWrapper Wrapper; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anonaa1574be0111::OProfileJITEventListener
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp32 struct Wrapper { struct
33 static Wrapper stride(int64_t v) { in stride()
37 static Wrapper offset(int64_t v) { in offset()
41 static Wrapper size(int64_t v) { in size()
44 int64_t asOffset() { in asOffset()
48 int64_t asStride() { in asStride()
51 bool operator==(Wrapper other) { in operator ==()
56 Wrapper operator+(Wrapper other) { in operator +()
61 Wrapper operator*(Wrapper other) { in operator *()
66 bool saturated;
[all …]

12