/external/llvm-project/clang/test/SemaCXX/ |
D | attr-speculative-load-hardening.cpp | 41 struct CA { struct 42 …ardening]]; // expected-error {{'speculative_load_hardening' 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}}
|
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-no-speculative-load-hardening.cpp | 30 struct CA { struct 31 …ening]]; // expected-error {{'no_speculative_load_hardening' attribute only applies to functions}}
|
/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/llvm-project/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/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_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_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_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/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_pair.pass.cpp | 44 Alloc CA(P); in test_no_inner_alloc() local 67 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 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 71 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 74 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 74 Alloc CA(P); in test_no_inner_alloc() local
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 510 static bool classof(const CallEvent *CA) { in classof() 548 static bool classof(const CallEvent *CA) { in classof() 656 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof() 688 static bool classof(const CallEvent *CA) { in classof() 730 static bool classof(const CallEvent *CA) { in classof() 770 static bool classof(const CallEvent *CA) { in classof() 839 static bool classof(const CallEvent *CA) { in classof() 912 static bool classof(const CallEvent *CA) { in classof() 992 static bool classof(const CallEvent *CA) { in classof() 1223 static bool classof(const CallEvent *CA) { in classof()
|
/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/llvm-project/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 61 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()
|