/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 765 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 779 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 787 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 801 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 809 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 823 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 831 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 843 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 855 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 862 if (Constant *LC = dyn_cast<Constant>(LHS)) variable [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-extern-local.cpp | 29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() argument
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ExprInspectionChecker.cpp | 68 const LocationContext *LC = N->getLocationContext(); in getArgumentValueString() local 96 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerEval() local 127 const LocationContext *LC = C.getPredecessor()->getLocationContext(); in analyzerCheckInlined() local
|
D | TraversalChecker.cpp | 74 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPreCall() local 91 for (const LocationContext *LC = C.getLocationContext()->getParent(); in checkPostCall() local
|
D | AnalyzerStatsChecker.cpp | 50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext(); in checkEndAnalysis() local
|
D | VLASizeChecker.cpp | 168 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
|
D | UnreachableCodeChecker.cpp | 64 const LocationContext *LC = nullptr; in checkEndAnalysis() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PrettyStackTraceLocationContext.h | 32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) { in PrettyStackTraceLocationContext()
|
D | MemRegion.cpp | 385 const LocationContext *LC, in ProfileRegion() 738 getStackOrCaptureRegionForDeclContext(const LocationContext *LC, in getStackOrCaptureRegionForDeclContext() 766 const LocationContext *LC) { in getVarRegion() 856 const LocationContext *LC, in getBlockDataRegion() 890 const LocationContext *LC) { in getCompoundLiteralRegion() 963 LocationContext const *LC) { in getCXXTempObjectRegion() 1015 const LocationContext *LC) { in getCXXThisRegion() 1037 const LocationContext *LC) { in getAllocaRegion()
|
D | BugReporter.cpp | 325 const LocationContext *LC; member in __anonba61ff470111::PathDiagnosticBuilder 427 const LocationContext *LC, bool allowNestedContexts) { in getEnclosingStmtLocation() 562 const LocationContext *LC = PDB.LC; in GenerateMinimalPathDiagnostic() local 921 const LocationContext *LC, in cleanUpLocation() 1587 const LocationContext *LC) { in addEdgeToPath() 2321 const LocationContext *LC = LCM[&path]; in optimizeEdges() local 2565 const LocationContext *LC = N->getLocationContext(); in getDeclWithIssue() local 2620 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() 2650 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting()
|
D | CoreEngine.cpp | 290 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEdge() local 327 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEntrance() local
|
D | PathDiagnostic.cpp | 642 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC, in createDeclBegin() 656 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC, in createDeclEnd() 752 const LocationContext *LC = N->getLocationContext(); in createEndOfPath() local
|
D | ExprEngine.cpp | 184 const LocationContext *LC, in createTemporaryRegionIfNeeded() 318 const LocationContext *LC) { in shouldRemoveDeadBindings() 344 const LocationContext *LC, in removeDead() 2171 const LocationContext *LC = Pred->getLocationContext(); in evalBind() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 87 virtual Loc getLValueVar(const VarDecl *VD, const LocationContext *LC) { in getLValueVar() 92 const LocationContext *LC) { in getLValueCompoundLiteral()
|
D | ProgramState.h | 637 const LocationContext *LC) const in getRegion() 694 const LocationContext *LC) const { in getLValue() 699 const LocationContext *LC) const { in getLValue()
|
D | CoreEngine.h | 182 const LocationContext *LC; member
|
/external/clang/lib/Analysis/ |
D | ProgramPoint.cpp | 22 const LocationContext *LC, in getProgramPoint()
|
D | AnalysisDeclContext.cpp | 159 for (const LambdaCapture &LC : parent->captures()) { in getSelfDecl() local 422 const LocationContext *LC = this; in getCurrentStackFrame() local 597 LocationContext *LC = &*I; in clear() local
|
/external/clang/examples/analyzer-plugin/ |
D | MainCallChecker.cpp | 20 const LocationContext *LC = C.getLocationContext(); in checkPreStmt() local
|
/external/clang/test/Parser/ |
D | cxx-casting.cpp | 76 #define LC <: in test2() macro
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 457 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local 475 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0)); in SoftenFloatRes_FP16_TO_FP() local 489 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local 699 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local 822 RTLIB::Libcall LC = RTLIB::getFPEXT(SVT, RVT); in SoftenFloatOp_FP_EXTEND() local 838 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND() local 879 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatOp_FP_TO_XINT() local 1407 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() local 1601 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT() local 1635 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_UINT() local
|
D | LegalizeIntegerTypes.cpp | 1404 RTLIB::Libcall LC = RTLIB::getATOMIC(Opc, VT); in ExpandAtomic() local 1970 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local 1985 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local 2136 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local 2217 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local 2286 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local 2402 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local 2484 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local 2549 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UDIV() local 2575 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UREM() local [all …]
|
D | LegalizeDAG.cpp | 2195 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() 2242 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() 2274 SelectionDAGLegalize::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall() 2311 RTLIB::Libcall LC; in ExpandFPLibCall() local 2329 RTLIB::Libcall LC; in ExpandIntLibCall() local 2348 RTLIB::Libcall LC; in ExpandDivRemLibCall() local 2406 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local 2454 RTLIB::Libcall LC; in ExpandSinCosLibCall() local 3626 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandNode() local 3998 RTLIB::Libcall LC = RTLIB::getATOMIC(Opc, VT); in ConvertNodeToLibcall() local [all …]
|
D | LegalizeTypes.cpp | 1060 SDValue DAGTypeLegalizer::LibCallify(RTLIB::Libcall LC, SDNode *N, in LibCallify() 1086 DAGTypeLegalizer::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_format_interceptor_test.cc | 44 static const unsigned LC = sizeof(wchar_t); variable
|