/llvm-project/clang/test/SemaCXX/ |
H A D | attr-speculative-load-hardening.cpp | 40 struct CA { struct 41 …ardening]]; // expected-error {{'speculative_load_hardening' attribute only applies to functions}}
|
H A D | attr-flatten.cpp | 30 struct CA { struct 31 int f [[gnu::flatten]]; // expected-error{{'flatten' attribute only applies to functions}}
|
H A D | attr-no-speculative-load-hardening.cpp | 30 struct CA { struct 31 …ening]]; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
|
H A D | attr-no-split-stack.cpp | 30 struct CA { struct 31 …[[gnu::no_split_stack]]; // expected-error{{'no_split_stack' attribute only applies to functions}}
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | global-initializers.cu | 39 struct CA { struct 45 const CA ca; argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 39 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local 65 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local 89 ConstantArray *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local [all...] |
/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct_pair.pass.cpp | 42 Alloc CA(P); in test_no_inner_alloc() local 69 Alloc CA(P); in test_no_inner_alloc() local
|
H A D | construct_pair_piecewise.pass.cpp | 45 Alloc CA(P); in test_no_inner_alloc() local 74 Alloc CA(P); in test_no_inner_alloc() local
|
H A D | construct_pair_values.pass.cpp | 44 Alloc CA(P); in test_no_inner_alloc() local 73 Alloc CA(P); in test_no_inner_alloc() local
|
H A D | construct_pair_const_lvalue_pair.pass.cpp | 45 Alloc CA(P); in test_no_inner_alloc() local 76 Alloc CA(P); in test_no_inner_alloc() local
|
H A D | construct_pair_rvalue.pass.cpp | 45 Alloc CA(P); in test_no_inner_alloc() local 76 Alloc CA(P); in test_no_inner_alloc() local
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 314 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local 320 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local 357 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local 363 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local
|
/llvm-project/clang/test/Sema/ |
H A D | GH70594.cpp | 7 using CA = const A; typedef
|
/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 152 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in classifyConstantWithOpaquePtr() local 182 const auto *CA = cast<ConstantArray>(GV.getInitializer()); in classifyGlobalCtorPointerType() local
|
/llvm-project/llvm/unittests/LineEditor/ |
H A D | LineEditor.cpp | 61 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 527 static bool classof(const CallEvent *CA) { in classof() argument 566 static bool classof(const CallEvent *CA) { in classof() argument 672 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof() argument 707 classof(const CallEvent * CA) classof() argument 779 classof(const CallEvent * CA) classof() argument 821 classof(const CallEvent * CA) classof() argument 862 classof(const CallEvent * CA) classof() argument 941 classof(const CallEvent * CA) classof() argument 1023 classof(const CallEvent * CA) classof() argument 1104 classof(const CallEvent * CA) classof() argument 1344 classof(const CallEvent * CA) classof() argument [all...] |
/llvm-project/libcxx/test/std/utilities/utility/utility.swap/ |
H A D | swap_array.pass.cpp | 103 using CA = CopyOnly[42]; in main() typedef
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 357 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init)) getConstantFieldValue() local 416 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) fillGenericConstant() local 439 fillConstantArray(const DataLayout & DL,const ConstantArray * CA,val_vec_type & Vals,int Offset) fillConstantArray() argument [all...] |
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
H A D | spare_block_handling.pass.cpp | 199 ContainerAdaptor<Queue> CA; in std_queue() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 192 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) in CoroIdElider() local 230 for (auto *CA : CoroAllocs) { in elideHeapAllocations() local
|
/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 199 if (CA->getSize().sle(2)) in randomizeStructureLayout() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg10xx.cpp | 67 typedef const A CA; global() typedef
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | PopulateSwitch.cpp | 86 const SelectionTree::Node *CA = Sel.ASTSelection.commonAncestor(); in REGISTER_TWEAK() local
|
H A D | RemoveUsingNamespace.cpp | 106 auto *CA = Inputs.ASTSelection.commonAncestor(); in prepare() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | definitions-in-headers.hpp | 10 class CA { class
|