| /external/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 634 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 648 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 656 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 670 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 678 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 692 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 700 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 712 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 724 if (Constant *LC = dyn_cast<Constant>(LHS)) variable 731 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() struct
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | ExprInspectionChecker.cpp | 61 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
|
| 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 | 146 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() 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()
|
| D | BugReporter.cpp | 325 const LocationContext *LC; member in __anon9d1265590111::PathDiagnosticBuilder 427 const LocationContext *LC, bool allowNestedContexts) { in getEnclosingStmtLocation() 566 const LocationContext *LC = PDB.LC; in GenerateMinimalPathDiagnostic() local 927 const LocationContext *LC, in cleanUpLocation() 1598 const LocationContext *LC) { in addEdgeToPath() 2336 const LocationContext *LC = LCM[&path]; in optimizeEdges() local 2585 const LocationContext *LC = N->getLocationContext(); in getDeclWithIssue() local 2642 void BugReport::markInteresting(const LocationContext *LC) { in markInteresting() 2672 bool BugReport::isInteresting(const LocationContext *LC) { in isInteresting()
|
| D | CoreEngine.cpp | 289 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEdge() local 326 const LocationContext *LC = Pred->getLocationContext(); in HandleBlockEntrance() local
|
| D | PathDiagnostic.cpp | 641 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC, in createDeclBegin() 655 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC, in createDeclEnd() 751 const LocationContext *LC = N->getLocationContext(); in createEndOfPath() local
|
| D | ExprEngine.cpp | 174 const LocationContext *LC, in createTemporaryRegionIfNeeded() 308 const LocationContext *LC) { in shouldRemoveDeadBindings() 334 const LocationContext *LC, in removeDead() 2005 const LocationContext *LC = Pred->getLocationContext(); in evalBind() local
|
| /external/clang/lib/Analysis/ |
| D | ProgramPoint.cpp | 22 const LocationContext *LC, in getProgramPoint()
|
| D | AnalysisDeclContext.cpp | 398 const LocationContext *LC = this; in getCurrentStackFrame() local 573 LocationContext *LC = &*I; in clear() 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 | 629 const LocationContext *LC) const in getRegion() 659 const LocationContext *LC) const { in getLValue() 664 const LocationContext *LC) const { in getLValue()
|
| D | CoreEngine.h | 187 const LocationContext *LC; member
|
| /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 | 59 #define LC <: in test2() macro
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 376 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_EXTEND() local 393 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND() local 590 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in SoftenFloatRes_XINT_TO_FP() local 661 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, RVT); in SoftenFloatOp_FP_ROUND() local 693 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in SoftenFloatOp_FP_TO_SINT() local 701 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in SoftenFloatOp_FP_TO_UINT() local 709 RTLIB::Libcall LC = RTLIB::FPROUND_F32_F16; in SoftenFloatOp_FP32_TO_FP16() local 1200 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandFloatRes_XINT_TO_FP() local 1393 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT() local 1425 RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_UINT() local
|
| D | LegalizeIntegerTypes.cpp | 1227 RTLIB::Libcall LC; in ExpandAtomic() local 1827 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT() local 1839 RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_UINT() local 1987 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_MUL() local 2051 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SDIV() local 2121 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_Shift() local 2230 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_SREM() local 2312 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_XMULO() local 2370 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UDIV() local 2390 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL; in ExpandIntRes_UREM() local [all …]
|
| D | LegalizeDAG.cpp | 2031 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() 2077 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() 2109 SelectionDAGLegalize::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall() 2146 RTLIB::Libcall LC; in ExpandFPLibCall() local 2164 RTLIB::Libcall LC; in ExpandIntLibCall() local 2179 RTLIB::Libcall LC; in isDivRemLibcallAvailable() local 2226 RTLIB::Libcall LC; in ExpandDivRemLibCall() local 2283 RTLIB::Libcall LC; in isSinCosLibcallAvailable() local 2333 RTLIB::Libcall LC; in ExpandSinCosLibCall() local 2824 RTLIB::Libcall LC; in ExpandAtomic() local [all …]
|
| D | LegalizeTypes.cpp | 1007 SDValue DAGTypeLegalizer::LibCallify(RTLIB::Libcall LC, SDNode *N, in LibCallify() 1034 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
|