Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h527 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/
DCallEvent.h526 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/
DCallEvent.h526 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/
DCallEvent.h526 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 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
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp39 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 DCSKYISelDAGToDAG.cpp307 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 Dattr-no-split-stack.cpp30 struct CA { struct
31 …[[gnu::no_split_stack]]; // expected-error{{'no_split_stack' 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}}
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp362 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 Dconstruct_pair.pass.cpp43 Alloc CA(P); in test_no_inner_alloc() local
66 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_values.pass.cpp45 Alloc CA(P); in test_no_inner_alloc() local
70 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_piecewise.pass.cpp46 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.cpp46 Alloc CA(P); in test_no_inner_alloc() local
73 Alloc CA(P); in test_no_inner_alloc() local
H A Dconstruct_pair_rvalue.pass.cpp46 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 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_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_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_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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp150 } else if (auto *CA = dyn_cast<ConstantAggregate>(C)) { in classifyConstantWithOpaquePtr() local
180 const auto *CA = cast<ConstantArray>(GV.getInitializer()); in classifyGlobalCtorPointerType() local

1234567