Home
last modified time | relevance | path

Searched defs:CA (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/clang/test/SemaCXX/
H A Dattr-speculative-load-hardening.cpp40 struct CA { struct
41 …ardening]]; // expected-error {{'speculative_load_hardening' attribute only applies to functions}}
H A Dattr-flatten.cpp30 struct CA { struct
31 int f [[gnu::flatten]]; // expected-error{{'flatten' attribute only applies to functions}}
H A Dattr-no-speculative-load-hardening.cpp30 struct CA { struct
31 …ening]]; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
H A Dattr-no-split-stack.cpp30 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 Dglobal-initializers.cu39 struct CA { struct
45 const CA ca; argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp39 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 Dconstruct_pair.pass.cpp42 Alloc CA(P); in test_no_inner_alloc() local
69 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_piecewise.pass.cpp45 Alloc CA(P); in test_no_inner_alloc() local
74 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_values.pass.cpp44 Alloc CA(P); in test_no_inner_alloc() local
73 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_const_lvalue_pair.pass.cpp45 Alloc CA(P); in test_no_inner_alloc() local
76 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_rvalue.pass.cpp45 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 DCSKYISelDAGToDAG.cpp314 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 DGH70594.cpp7 using CA = const A; typedef
/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp152 } 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 DLineEditor.cpp61 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h527 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 Dswap_array.pass.cpp103 using CA = CopyOnly[42]; in main() typedef
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp357 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 Dspare_block_handling.pass.cpp199 ContainerAdaptor<Queue> CA; in std_queue() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp192 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 DRandstruct.cpp199 if (CA->getSize().sle(2)) in randomizeStructureLayout() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg10xx.cpp67 typedef const A CA; global() typedef
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DPopulateSwitch.cpp86 const SelectionTree::Node *CA = Sel.ASTSelection.commonAncestor(); in REGISTER_TWEAK() local
H A DRemoveUsingNamespace.cpp106 auto *CA = Inputs.ASTSelection.commonAncestor(); in prepare() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Ddefinitions-in-headers.hpp10 class CA { class

123