| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| 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
|
| D | ModuleUtils.cpp | 82 auto *CA = cast<ConstantArray>(GV->getInitializer()); in collectUsedGlobals() local
|
| /openbsd/src/gnu/llvm/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() 840 static bool classof(const CallEvent *CA) { in classof() 913 static bool classof(const CallEvent *CA) { in classof() 993 static bool classof(const CallEvent *CA) { in classof() 1235 static bool classof(const CallEvent *CA) { in classof()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| D | CoroElide.cpp | 152 for (auto *CA : CoroAllocs) { in elideHeapAllocations() local 312 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) in processCoroId() local
|
| D | CoroInstr.h | 86 if (auto *CA = dyn_cast<CoroAllocInst>(U)) in getCoroAlloc() local
|
| D | CoroSplit.cpp | 1189 if (CoroAllocInst *CA = CoroId->getCoroAlloc()) { in updateCoroFrame() local
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | cpu-i960.c | 139 #define CA bfd_mach_i960_ca /*6*/ macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | cpu-i960.c | 139 #define CA bfd_mach_i960_ca /*6*/ macro
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | Randstruct.cpp | 199 if (const auto *CA = in randomizeStructureLayout() local
|
| /openbsd/src/usr.sbin/ikectl/ |
| D | parser.h | 38 CA, enumerator
|
| /openbsd/src/gnu/gcc/gcc/config/m32c/ |
| D | m32c.h | 487 #define FUNCTION_ARG(CA,MODE,TYPE,NAMED) \ argument 503 #define INIT_CUMULATIVE_ARGS(CA,FNTYPE,LIBNAME,FNDECL,N_NAMED_ARGS) \ argument 505 #define FUNCTION_ARG_ADVANCE(CA,MODE,TYPE,NAMED) \ argument
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | ThreadSafetyCommon.cpp | 99 if (const auto *CA = RD->getAttr<CapabilityAttr>()) in ClassifyDiagnostic() local 103 if (const auto *CA = TD->getAttr<CapabilityAttr>()) in ClassifyDiagnostic() local
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGHLSLRuntime.cpp | 406 const auto *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in gatherFunctions() local
|
| D | CGDecl.cpp | 2070 if (const CleanupAttr *CA = D.getAttr<CleanupAttr>()) { in EmitAutoVarCleanups() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InlineCost.cpp | 678 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local 1152 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall() local 2864 InlineCostCallAnalyzer CA(*Call.getCalledFunction(), Call, Params, CalleeTTI, in getInliningCostEstimate() local 2978 InlineCostCallAnalyzer CA(*Callee, Call, Params, CalleeTTI, in getInlineCost() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | GlobalMerge.cpp | 596 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(U->stripPointerCasts())) { in setMustKeepGlobalVariables() local
|
| /openbsd/src/gnu/llvm/clang/lib/Index/ |
| D | IndexBody.cpp | 91 } else if (auto CA = dyn_cast<CompoundAssignOperator>(Parent)) { in getRolesForRef() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonConstPropagation.cpp | 1671 APInt A, CA; in evaluateCLBr() local 1706 APInt A, CA; in evaluateCTBr() local 1752 APInt A, CA; in evaluateEXTRACTr() local
|
| D | HexagonLoopIdiomRecognition.cpp | 1737 ConstantInt *CA = dyn_cast<ConstantInt>(BitOp2->getOperand(1)); in setupPreSimplifier() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | RDFGraph.h | 906 NodeAddr<CodeNode*> CA = NA; in getNextRef() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 3071 if (const ConstantArray *CA = dyn_cast<ConstantArray>(V)) { in isRepeatedByteSequence() local 3149 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | PatternMatch.h | 96 const auto *CA = dyn_cast<ConstantAggregate>(V); in check() local 111 const auto *CA = dyn_cast<ConstantAggregate>(Op); in check() local
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | AsmWriter.cpp | 1478 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) { in WriteConstantInternal() local 1494 if (const ConstantDataArray *CA = dyn_cast<ConstantDataArray>(CV)) { in WriteConstantInternal() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 1580 Constant *BA = nullptr, *CA = nullptr; in visitSExt() local
|