| /external/clang/test/SemaCXX/ |
| 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}}
|
| D | attr-flatten.cpp | 30 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/ |
| D | CtorUtils.cpp | 38 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/ |
| D | CtorUtils.cpp | 41 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/ |
| D | CallEvent.h | 459 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/ |
| D | construct_pair.pass.cpp | 43 Alloc CA(P); in test_no_inner_alloc() local 66 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_values.pass.cpp | 45 Alloc CA(P); in test_no_inner_alloc() local 70 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_piecewise.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 73 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_rvalue.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 73 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_const_lvalue_pair.pass.cpp | 46 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/ |
| D | construct_pair.pass.cpp | 44 Alloc CA(P); in test_no_inner_alloc() local 74 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_values.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 78 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_piecewise.pass.cpp | 47 Alloc CA(P); in test_no_inner_alloc() local 81 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_rvalue.pass.cpp | 47 Alloc CA(P); in test_no_inner_alloc() local 81 Alloc CA(P); in test_no_inner_alloc() local
|
| D | construct_pair_const_lvalue_pair.pass.cpp | 47 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/ |
| D | builder_misc.h | 65 Constant* CA(LLVMContext& ctx, ArrayRef<Ty> constList) in CA() function
|
| /external/llvm/unittests/LineEditor/ |
| D | LineEditor.cpp | 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPFISelDAGToDAG.cpp | 360 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/ |
| D | AMDGPUPrintfRuntimeBinding.cpp | 188 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/ |
| D | dr10xx.cpp | 21 typedef const A CA; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroElide.cpp | 121 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/ |
| D | swap_array.pass.cpp | 88 using CA = CopyOnly[42]; in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.swap/ |
| D | swap_array.pass.cpp | 103 using CA = CopyOnly[42]; in main() typedef
|
| /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
| D | RegionCode.java | 36 static final String CA = "CA"; field in RegionCode
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/sequences/deque/ |
| D | spare_block_handling.pass.cpp | 199 ContainerAdaptor<Queue> CA; in std_queue() local
|