Home
last modified time | relevance | path

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

123

/llvm-project/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.cpp46 struct Wrapper {char c; int *ptr; }; in testMemberNullPointerDeref() argument
53 struct Wrapper {char c; int &ref; }; in testMemberNullReferenceDeref() argument
62 struct Wrapper {char c; int *&a;}; in testReferenceToPointerWithNullptr() argument
69 struct Wrapper {char c; int *&a;}; in testNullReferenceToPointer() argument
/llvm-project/clang/test/Analysis/
H A Dctor.mm18 struct Wrapper { struct
23 Wrapper w; argument
H A Dtrivial-copy-struct.cpp81 struct Wrapper { struct
87 Wrapper* w = 0; in nestedLazyCompoundVal() argument
H A Dinitializer.cpp113 class Wrapper { class
120 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
129 struct Wrapper { struct
132 Wrapper() {} in Wrapper() argument
133 Wrapper(int x) : value(x) {} in Wrapper() argument
134 Wrapper(bool) {} in Wrapper() argument
130 valueDefaultMemberInitializers::Wrapper global() argument
[all...]
H A Dcall-invalidation.cpp38 struct Wrapper { global() struct
42 ptrWrapper global() argument
H A Dzero-size-non-pod-array.cpp145 struct Wrapper{ struct
154 Wrapper W; in zeroSizeArrayMember() 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() argument
/llvm-project/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/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/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/clang/test/SemaTemplate/
H A Dpartial-spec-instantiate.cpp66 struct Wrapper { struct
70 Wrapper(const Wrapper<U>& other, in Wrapper() function
73 explicit Wrapper(int i) {} in Wrapper() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx23-invalid-constexpr.cpp58 struct Wrapper { struct
61 constexpr Wrapper(T const& t) : t(t) { } in Wrapper() argument
64 constexpr bool operator==(Wrapper const&) const = default; argument
69 tWrapper global() argument
[all...]
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
/llvm-project/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/clang/test/AST/
H A Dast-print-out-of-line-func.cpp5 struct Wrapper { struct
20 operator ns::Wrapper();
/llvm-project/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp155 struct Wrapper { struct
156 Fish fish;
/llvm-project/clang/test/Modules/
H A DReachability-template-instantiation.cpp17 class Wrapper { class
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp26 static std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anonc6f805f40111::JITEventWrapper
28 std::unique_ptr<IntelJITEventsWrapper> JITEventWrapper::Wrapper; member in __anonc6f805f40111::JITEventWrapper
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h54 Wrapper, enumerator
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp112 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() local
275 Function *Wrapper = Pair.first->second; runOnModule() local
[all...]
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h47 Wrapper, enumerator
/llvm-project/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/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp49 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo()
124 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon37b0802e0111::IntelJITEventListener
161 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h30 Wrapper, enumerator
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h134 RAIIMFObsDelInstaller(MachineFunction & MF,GISelObserverWrapper & Wrapper) RAIIMFObsDelInstaller() argument

123