Home
last modified time | relevance | path

Searched defs:LC (Results 1 – 25 of 37) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h689 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
703 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
711 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
725 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
733 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
747 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
755 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
767 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
779 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
786 if (Constant *LC = dyn_cast<Constant>(LHS)) variable
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() struct
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp61 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local
90 const LocationContext *LC = N->getLocationContext(); in analyzerEval() local
118 const LocationContext *LC = N->getLocationContext(); in analyzerCheckInlined() local
H A DTraversalChecker.cpp74 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local
91 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
H A DAnalyzerStatsChecker.cpp50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
H A DVLASizeChecker.cpp168 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
H A DUnreachableCodeChecker.cpp64 const LocationContext *LC = nullptr; in checkEndAnalysis() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
H A DMemRegion.cpp385 const LocationContext *LC, in ProfileRegion()
738 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext()
766 const LocationContext *LC) { in getVarRegion()
853 const LocationContext *LC, in getBlockDataRegion()
887 const LocationContext *LC) { in getCompoundLiteralRegion()
960 LocationContext const *LC) { in getCXXTempObjectRegion()
1012 const LocationContext *LC) { in getCXXThisRegion()
1022 const LocationContext *LC) { in getAllocaRegion()
H A DBugReporter.cpp325 const LocationContext *LC; member in __anonf94f6a130111::PathDiagnosticBuilder
427 const LocationContext *LC, bool allowNestedContexts) { in getEnclosingStmtLocation()
562 const LocationContext *LC = PDB.LC; in GenerateMinimalPathDiagnostic() local
921 const LocationContext *LC, in cleanUpLocation()
1589 const LocationContext *LC) { in addEdgeToPath()
2323 const LocationContext *LC = LCM[&path]; in optimizeEdges() local
2567 const LocationContext *LC = N->getLocationContext(); in getDeclWithIssue() local
2624 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting()
2654 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting()
H A DCoreEngine.cpp290 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEdge() local
327 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEntrance() local
H A DPathDiagnostic.cpp640 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC, in createDeclBegin()
654 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC, in createDeclEnd()
750 const LocationContext *LC = N->getLocationContext(); in createEndOfPath() local
H A DExprEngine.cpp183 const LocationContext *LC, in createTemporaryRegionIfNeeded()
317 const LocationContext *LC) { in shouldRemoveDeadBindings()
343 const LocationContext *LC, in removeDead()
2115 const LocationContext *LC = Pred->getLocationContext(); in evalBind() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp22 const LocationContext *LC, in getProgramPoint()
H A DAnalysisDeclContext.cpp405 const LocationContext *LC = this; in getCurrentStackFrame() local
580 LocationContext *LC = &*I; in clear() local
/minix3/external/bsd/llvm/dist/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp20 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h87 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar()
92 const LocationContext *LC) { in getLValueCompoundLiteral()
H A DProgramState.h630 const LocationContext *LC) const in getRegion()
660 const LocationContext *LC) const { in getLValue()
665 const LocationContext *LC) const { in getLValue()
H A DCoreEngine.h182 const LocationContext *LC; member
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx-casting.cpp59 #define LC <: in test2() macro
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp414 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local
432 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local
446 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local
646 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local
723 RTLIB::Libcall LC = RTLIB::getFPEXT(SVT, RVT); in SoftenFloatOp_FP_EXTEND() local
739 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local
771 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in SoftenFloatOp_FP_TO_SINT() local
779 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in SoftenFloatOp_FP_TO_UINT() local
1293 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() local
1486 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT() local
[all …]
H A DLegalizeDAG.cpp2033 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall()
2079 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall()
2111 SelectionDAGLegalize::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall()
2148 RTLIB::Libcall LC; in ExpandFPLibCall() local
2166 RTLIB::Libcall LC; in ExpandIntLibCall() local
2181 RTLIB::Libcall LC; in isDivRemLibcallAvailable() local
2226 RTLIB::Libcall LC; in ExpandDivRemLibCall() local
2283 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local
2331 RTLIB::Libcall LC; in ExpandSinCosLibCall() local
2820 RTLIB::Libcall LC; in ExpandAtomic() local
[all …]
H A DLegalizeIntegerTypes.cpp1326 RTLIB::Libcall LC; in ExpandAtomic() local
1926 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local
1938 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local
2088 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local
2152 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local
2222 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local
2331 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local
2413 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local
2471 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UDIV() local
2491 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UREM() local
[all …]
H A DLegalizeTypes.cpp1018 SDValue DAGTypeLegalizer::LibCallify(RTLIB::Libcall LC, SDNode *N, in LibCallify()
1045 DAGTypeLegalizer::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall()
/minix3/libexec/getty/
H A Dgettytab.h158 #define LC gettyflags[13].value macro

12