Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
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
DModuleUtils.cpp82 auto *CA = cast<ConstantArray>(GV->getInitializer()); in collectUsedGlobals() local
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h510 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/
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()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp152 for (auto *CA : CoroAllocs) { in elideHeapAllocations() local
312 else if (auto *CA = dyn_cast<CoroAllocInst>(U)) in processCoroId() local
DCoroInstr.h86 if (auto *CA = dyn_cast<CoroAllocInst>(U)) in getCoroAlloc() local
DCoroSplit.cpp1189 if (CoroAllocInst *CA = CoroId->getCoroAlloc()) { in updateCoroFrame() local
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcpu-i960.c139 #define CA bfd_mach_i960_ca /*6*/ macro
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcpu-i960.c139 #define CA bfd_mach_i960_ca /*6*/ macro
/openbsd/src/gnu/llvm/clang/lib/AST/
DRandstruct.cpp199 if (const auto *CA = in randomizeStructureLayout() local
/openbsd/src/usr.sbin/ikectl/
Dparser.h38 CA, enumerator
/openbsd/src/gnu/gcc/gcc/config/m32c/
Dm32c.h487 #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/
DThreadSafetyCommon.cpp99 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/
DCGHLSLRuntime.cpp406 const auto *CA = dyn_cast<ConstantArray>(GV->getInitializer()); in gatherFunctions() local
DCGDecl.cpp2070 if (const CleanupAttr *CA = D.getAttr<CleanupAttr>()) { in EmitAutoVarCleanups() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp678 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/
DGlobalMerge.cpp596 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(U->stripPointerCasts())) { in setMustKeepGlobalVariables() local
/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexBody.cpp91 } else if (auto CA = dyn_cast<CompoundAssignOperator>(Parent)) { in getRolesForRef() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1671 APInt A, CA; in evaluateCLBr() local
1706 APInt A, CA; in evaluateCTBr() local
1752 APInt A, CA; in evaluateEXTRACTr() local
DHexagonLoopIdiomRecognition.cpp1737 ConstantInt *CA = dyn_cast<ConstantInt>(BitOp2->getOperand(1)); in setupPreSimplifier() local
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRDFGraph.h906 NodeAddr<CodeNode*> CA = NA; in getNextRef() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3071 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/
DPatternMatch.h96 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/
DAsmWriter.cpp1478 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/
DInstCombineCasts.cpp1580 Constant *BA = nullptr, *CA = nullptr; in visitSExt() local

12