/llvm-project/clang/test/Analysis/diagnostics/ |
H A D | deref-track-symbolic-region.cpp | 46 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 D | ctor.mm | 18 struct Wrapper { struct 23 Wrapper w; argument
|
H A D | trivial-copy-struct.cpp | 81 struct Wrapper { struct 87 Wrapper* w = 0; in nestedLazyCompoundVal() argument
|
H A D | initializer.cpp | 113 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 D | call-invalidation.cpp | 38 struct Wrapper { global() struct 42 ptrWrapper global() argument
|
H A D | zero-size-non-pod-array.cpp | 145 struct Wrapper{ struct 154 Wrapper W; in zeroSizeArrayMember() 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() argument
|
/llvm-project/clang/test/ASTMerge/var-cpp/Inputs/ |
H A D | var1.cpp | 8 struct Wrapper { struct 17 constexpr const char *Wrapper<float>::my_const<const char *> = a; argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | no-devirt.cpp | 21 struct Wrapper { struct 22 TmplWithArray<bool, 10> data; 23 bool indexIt(int a) { in indexIt()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | ImmutableListTest.cpp | 16 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 D | partial-spec-instantiate.cpp | 66 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 D | cxx23-invalid-constexpr.cpp | 58 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 D | warn-infinite-recursion.cpp | 153 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 D | zero-length-arrays.cpp | 14 struct Wrapper { struct 20 Wrapper F; // expected-note 2{{within field of type 'Wrapper' declared here}} argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-print-out-of-line-func.cpp | 5 struct Wrapper { struct 20 operator ns::Wrapper();
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | devirtualize-virtual-function-calls.cpp | 155 struct Wrapper { struct 156 Fish fish;
|
/llvm-project/clang/test/Modules/ |
H A D | Reachability-template-instantiation.cpp | 17 class Wrapper { class
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderVTune.cpp | 26 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 D | LanaiISelLowering.h | 54 Wrapper, enumerator
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 112 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 D | MSP430ISelLowering.h | 47 Wrapper, enumerator
|
/llvm-project/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()
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 49 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 D | BPFISelLowering.h | 30 Wrapper, enumerator
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelChangeObserver.h | 134 RAIIMFObsDelInstaller(MachineFunction & MF,GISelObserverWrapper & Wrapper) RAIIMFObsDelInstaller() argument
|