Home
last modified time | relevance | path

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

1234

/external/clang/test/SemaCXX/
Dattr-no-split-stack.cpp30 struct CA { struct
31 …[[gnu::no_split_stack]]; // expected-error{{'no_split_stack' attribute only applies to functions}}
Dattr-flatten.cpp30 struct CA { struct
31 int f [[gnu::flatten]]; // expected-error{{'flatten' attribute only applies to functions}}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp38 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local
68 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local
92 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local
/external/llvm/lib/Transforms/Utils/
DCtorUtils.cpp41 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local
71 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local
95 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h459 static bool classof(const CallEvent *CA) { in classof()
496 static bool classof(const CallEvent *CA) { in classof()
603 static bool classof(const CallEvent *CA) { in classof()
639 static bool classof(const CallEvent *CA) { in classof()
680 static bool classof(const CallEvent *CA) { in classof()
719 static bool classof(const CallEvent *CA) { in classof()
768 static bool classof(const CallEvent *CA) { in classof()
822 static bool classof(const CallEvent *CA) { in classof()
980 static bool classof(const CallEvent *CA) { in classof()
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_pair.pass.cpp43 Alloc CA(P); in test_no_inner_alloc() local
66 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_values.pass.cpp45 Alloc CA(P); in test_no_inner_alloc() local
70 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_piecewise.pass.cpp46 Alloc CA(P); in test_no_inner_alloc() local
73 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_rvalue.pass.cpp46 Alloc CA(P); in test_no_inner_alloc() local
73 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_const_lvalue_pair.pass.cpp46 Alloc CA(P); in test_no_inner_alloc() local
73 Alloc CA(P); in test_no_inner_alloc() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_pair.pass.cpp44 Alloc CA(P); in test_no_inner_alloc() local
74 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_values.pass.cpp46 Alloc CA(P); in test_no_inner_alloc() local
78 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_piecewise.pass.cpp47 Alloc CA(P); in test_no_inner_alloc() local
81 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_rvalue.pass.cpp47 Alloc CA(P); in test_no_inner_alloc() local
81 Alloc CA(P); in test_no_inner_alloc() local
Dconstruct_pair_const_lvalue_pair.pass.cpp47 Alloc CA(P); in test_no_inner_alloc() local
81 Alloc CA(P); in test_no_inner_alloc() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h65 Constant* CA(LLVMContext& ctx, ArrayRef<Ty> constList) in CA() function
/external/llvm/unittests/LineEditor/
DLineEditor.cpp62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp360 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init)) in getConstantFieldValue() local
419 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant() local
442 const ConstantArray *CA, in fillConstantArray()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp188 if (auto CA = dyn_cast<ConstantDataArray>(Init)) { in lowerPrintfForGpu() local
256 ConstantDataArray *CA = dyn_cast<ConstantDataArray>(Init); in lowerPrintfForGpu() local
442 ConstantDataArray *CA = dyn_cast<ConstantDataArray>(Init); in lowerPrintfForGpu() local
/external/clang/test/CXX/drs/
Ddr10xx.cpp21 typedef const A CA; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp121 for (auto *CA : CoroAllocs) { in elideHeapAllocations() local
203 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) in processCoroId() local
/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp88 using CA = CopyOnly[42]; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp103 using CA = CopyOnly[42]; in main() typedef
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java36 static final String CA = "CA"; field in RegionCode
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp199 ContainerAdaptor<Queue> CA; in std_queue() local

1234