| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | MachOEmitter.cpp | 125 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS, in writeLoadCommandData() 131 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 148 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 162 size_t writePayloadString(MachOYAML::LoadCommand &LC, raw_ostream &OS) { in writePayloadString() 172 size_t writeLoadCommandData<MachO::dylib_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 179 size_t writeLoadCommandData<MachO::dylinker_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 186 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData() 194 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 200 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() 206 MachOYAML::LoadCommand &LC, raw_ostream &OS, bool IsLittleEndian) { in writeLoadCommandData() [all …]
|
| /openbsd/src/gnu/llvm/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 209 MachOYAML::LoadCommand &LC, in processLoadCommandData() 218 MachOYAML::LoadCommand &LC, in processLoadCommandData() 228 MachOYAML::LoadCommand &LC, in processLoadCommandData() 237 readString(MachOYAML::LoadCommand &LC, in readString() 249 MachOYAML::LoadCommand &LC, in processLoadCommandData() 258 MachOYAML::LoadCommand &LC, in processLoadCommandData() 267 MachOYAML::LoadCommand &LC, in processLoadCommandData() 276 MachOYAML::LoadCommand &LC, in processLoadCommandData() 320 MachOYAML::LoadCommand LC; in dumpLoadCommands() local 632 for (const auto &LC : Y->LoadCommands) { in dumpChainedFixups() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | ConstantFolder.h | 45 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local 57 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local 70 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local 99 auto *LC = dyn_cast<Constant>(LHS); in FoldICmp() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetFolder.h | 56 auto *LC = dyn_cast<Constant>(LHS); in FoldBinOp() local 68 auto *LC = dyn_cast<Constant>(LHS); in FoldExactBinOp() local 81 auto *LC = dyn_cast<Constant>(LHS); in FoldNoWrapBinOp() local 103 auto *LC = dyn_cast<Constant>(LHS); in FoldICmp() local
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | TraversalChecker.cpp | 84 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local 101 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
|
| D | ExprInspectionChecker.cpp | 139 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local 217 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerEval() local 243 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerCheckInlined() local
|
| D | AnalyzerStatsChecker.cpp | 50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
|
| D | UnreachableCodeChecker.cpp | 60 const LocationContext *LC = nullptr; in checkEndAnalysis() local
|
| D | MIGChecker.cpp | 149 const LocationContext *LC = C.getLocationContext(); in isInMIGCall() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | Store.h | 135 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() 140 const LocationContext *LC) { in getLValueCompoundLiteral()
|
| D | ProgramState.h | 701 const LocationContext *LC) const in getRegion() 772 const LocationContext *LC) const { in getLValue() 777 const LocationContext *LC) const { in getLValue()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngine.cpp | 128 const LocationContext *LC) in ConstructedObjectKey() 321 ProgramStateRef State, const LocationContext *LC, in createTemporaryRegionIfNeeded() 559 const LocationContext *LC, SVal V) { in addObjectUnderConstruction() 600 const LocationContext *LC) { in getObjectUnderConstruction() 609 const LocationContext *LC) { in finishObjectConstruction() 617 const LocationContext *LC) { in elideDestructor() 627 const LocationContext *LC) { in cleanupElidedDestructor() 635 const LocationContext *LC) { in isDestructorElided() 643 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed() local 925 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printStateTraitWithLocationContextJson() [all …]
|
| D | MemRegion.cpp | 370 const LocationContext *LC, in ProfileRegion() 937 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext() 965 const LocationContext *LC) { in getVarRegion() 1073 const LocationContext *LC) { in getParamVarRegion() 1082 const LocationContext *LC, in getBlockDataRegion() 1120 const LocationContext *LC) { in getCompoundLiteralRegion() 1194 LocationContext const *LC) { in getCXXTempObjectRegion() 1250 const LocationContext *LC) { in getCXXThisRegion() 1271 const LocationContext *LC) { in getAllocaRegion()
|
| D | Environment.cpp | 230 const LocationContext *LC = I.first.getLocationContext(); in printJson() local 246 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) { in printJson()
|
| D | PrettyStackTraceLocationContext.h | 31 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
| D | ExplodedGraph.cpp | 308 findTopAutosynthesizedParentContext(const LocationContext *LC) { in findTopAutosynthesizedParentContext() 324 const LocationContext *LC = getLocationContext(); in getStmtForDiagnostics() local
|
| D | BugReporter.cpp | 173 void updateLocCtxMap(const PathPieces *Path, const LocationContext *LC) { in updateLocCtxMap() 641 getEnclosingStmtLocation(const Stmt *S, const LocationContext *LC, in getEnclosingStmtLocation() 862 const LocationContext *LC = C.getCurrLocationContext(); in generateMinimalDiagForBlockEdge() local 1421 static void addContextEdges(PathPieces &pieces, const LocationContext *LC) { in addContextEdges() 1766 const LocationContext *LC = C.getLocationContextFor(&path); in optimizeEdges() local 2182 const LocationContext *LC = N->getLocationContext(); in getDeclWithIssue() local 2307 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) { in markInteresting() 2416 const LocationContext *LC = P.getLocationContext(); in getLocation() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2022 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() 2081 RTLIB::Libcall LC, in ExpandFPLibCall() 2111 RTLIB::Libcall LC = RTLIB::getFPLibCall(Node->getSimpleValueType(0), in ExpandFPLibCall() local 2123 RTLIB::Libcall LC; in ExpandIntLibCall() local 2145 RTLIB::Libcall LC = RTLIB::getFPLibCall(InVT.getSimpleVT(), in ExpandArgFPLibCall() local 2158 RTLIB::Libcall LC; in ExpandDivRemLibCall() local 2219 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local 2251 RTLIB::Libcall LC; in ExpandSinCosLibCall() local 3987 RTLIB::Libcall LC = RTLIB::getOUTLINE_ATOMIC(Opc, Order, VT); in ConvertNodeToLibcall() local 4140 RTLIB::Libcall LC = RTLIB::getPOWI(Node->getSimpleValueType(0)); in ConvertNodeToLibcall() local [all …]
|
| D | LegalizeFloatTypes.cpp | 160 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() 179 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() 526 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local 553 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local 563 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local 591 RTLIB::Libcall LC = RTLIB::getPOWI(N->getValueType(0)); in SoftenFloatRes_FPOWI() local 779 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local 903 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local 950 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in findFPToIntLibcall() local 978 RTLIB::Libcall LC = findFPToIntLibcall(SVT, RVT, NVT, Signed); in SoftenFloatOp_FP_TO_XINT() local [all …]
|
| D | LegalizeIntegerTypes.cpp | 2208 RTLIB::Libcall LC = RTLIB::getPOWI(N->getValueType(0)); in PromoteIntOp_FPOWI() local 2587 RTLIB::Libcall LC = RTLIB::getOUTLINE_ATOMIC(Opc, order, VT); in ExpandAtomic() local 3432 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local 3464 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local 3504 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XROUND_XRINT() local 3725 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local 4127 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local 4321 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local 4440 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local 4531 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 122 for (int LC = 0; LC < RTLIB::UNKNOWN_LIBCALL; ++LC) in InitLibcalls() local 548 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_CAS)}; in getOUTLINE_ATOMIC() local 552 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_SWP)}; in getOUTLINE_ATOMIC() local 556 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDADD)}; in getOUTLINE_ATOMIC() local 560 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDSET)}; in getOUTLINE_ATOMIC() local 564 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDCLR)}; in getOUTLINE_ATOMIC() local 568 const Libcall LC[5][4] = {LCALL5(OUTLINE_ATOMIC_LDEOR)}; in getOUTLINE_ATOMIC() local
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | ProgramPoint.cpp | 23 const LocationContext *LC, in getProgramPoint()
|
| D | AnalysisDeclContext.cpp | 168 for (const auto &LC : parent->captures()) { in getSelfDecl() local 463 const LocationContext *LC = this; in getStackFrame() local 700 LocationContext *LC = &*I; in clear() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/ |
| D | AnalysisDeclContext.h | 347 static bool classof(const LocationContext *LC) { in classof() 382 static bool classof(const LocationContext *LC) { in classof()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 248 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local 266 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local 281 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local 296 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local 311 for (const auto &LC : LibraryCalls) { in MSP430TargetLowering() local
|