| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | ctor.mm | 18 struct Wrapper { struct 23 Wrapper w; 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 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 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
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/test/SemaTemplate/ |
| H A D | partial-spec-instantiate.cpp | 68 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 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-15.0.7/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-15.0.7/clang/test/AST/ |
| H A D | ast-print-out-of-line-func.cpp | 5 struct Wrapper { struct 20 operator ns::Wrapper();
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| 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
|
| H A D | MicrosoftSuper.cpp | 76 struct Wrapper { struct 77 static void bar() {} in bar()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | Reachability-template-instantiation.cpp | 13 class Wrapper { class
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | devirtualize-virtual-function-calls.cpp | 155 struct Wrapper { struct 156 Fish fish;
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.h | 54 Wrapper, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.h | 47 Wrapper, enumerator
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 49 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 D | WebAssemblyFixFunctionBitcasts.cpp | 112 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 D | BPFISelLowering.h | 30 Wrapper, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 87 Wrapper, enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GISelChangeObserver.h | 134 RAIIMFObsDelInstaller(MachineFunction &MF, GISelObserverWrapper &Wrapper) in RAIIMFObsDelInstaller()
|
| H A D | CSEInfo.h | 221 GISelCSEAnalysisWrapper Wrapper; variable
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anonaa1574be0111::OProfileJITEventListener
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/ |
| H A D | MemRefOps.cpp | 32 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 …]
|