/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 527 static bool classof(const CallEvent *CA) { in classof() 566 static bool classof(const CallEvent *CA) { in classof() 672 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof() 707 static bool classof(const CallEvent *CA) { in classof() 779 static bool classof(const CallEvent *CA) { in classof() 821 static bool classof(const CallEvent *CA) { in classof() 862 static bool classof(const CallEvent *CA) { in classof() 941 static bool classof(const CallEvent *CA) { in classof() 1023 static bool classof(const CallEvent *CA) { in classof() 1104 static bool classof(const CallEvent *CA) { in classof() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 526 static bool classof(const CallEvent *CA) { in classof() 565 static bool classof(const CallEvent *CA) { in classof() 671 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof() 706 static bool classof(const CallEvent *CA) { in classof() 749 static bool classof(const CallEvent *CA) { in classof() 790 static bool classof(const CallEvent *CA) { in classof() 869 static bool classof(const CallEvent *CA) { in classof() 951 static bool classof(const CallEvent *CA) { in classof() 1032 static bool classof(const CallEvent *CA) { in classof() 1272 static bool classof(const CallEvent *CA) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 526 static bool classof(const CallEvent *CA) { in classof() 565 static bool classof(const CallEvent *CA) { in classof() 671 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof() 706 static bool classof(const CallEvent *CA) { in classof() 749 static bool classof(const CallEvent *CA) { in classof() 790 static bool classof(const CallEvent *CA) { in classof() 869 static bool classof(const CallEvent *CA) { in classof() 951 static bool classof(const CallEvent *CA) { in classof() 1032 static bool classof(const CallEvent *CA) { in classof() 1272 static bool classof(const CallEvent *CA) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 526 static bool classof(const CallEvent *CA) { in classof() 565 static bool classof(const CallEvent *CA) { in classof() 671 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof() 706 static bool classof(const CallEvent *CA) { in classof() 749 static bool classof(const CallEvent *CA) { in classof() 790 static bool classof(const CallEvent *CA) { in classof() 869 static bool classof(const CallEvent *CA) { in classof() 951 static bool classof(const CallEvent *CA) { in classof() 1032 static bool classof(const CallEvent *CA) { in classof() 1272 static bool classof(const CallEvent *CA) { in classof()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 39 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local 68 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local 92 ConstantArray *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 307 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local 313 auto *CA = CurDAG->getMachineNode( in selectAddCarry() local 350 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local 356 auto *CA = CurDAG->getMachineNode( in selectSubCarry() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
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}}
|
H A D | attr-flatten.cpp | 30 struct CA { struct 31 int f [[gnu::flatten]]; // expected-error{{'flatten' attribute only applies to functions}}
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 362 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(Init)) in getConstantFieldValue() local 421 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) in fillGenericConstant() local 444 const ConstantArray *CA, in fillConstantArray()
|
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/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_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_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_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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 150 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in classifyConstantWithOpaquePtr() local 180 const auto *CA = cast<ConstantArray>(GV.getInitializer()); in classifyGlobalCtorPointerType() local
|