Searched refs:LC (Results 26 - 49 of 49) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h634 const LocationContext *LC; // Can be null */ member in class:clang::ento::BlockDataRegion
641 : TypedRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc),
1182 const LocationContext *LC);
1188 const LocationContext *LC);
1193 const LocationContext *LC);
1207 const VarRegion* getVarRegion(const VarDecl *D, const LocationContext *LC);
1245 LocationContext const *LC);
H A DCoreEngine.h182 const LocationContext *LC; member in struct:clang::ento::NodeBuilderContext
184 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
193 LC->getCurrentStackFrame(),
H A DExprEngine.h175 /// \param LC The location context of the \p ReferenceStmt. A null location
188 const Stmt *ReferenceStmt, const LocationContext *LC,
600 const LocationContext *LC,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h200 void markInteresting(const LocationContext *LC);
205 bool isInteresting(const LocationContext *LC);
H A DPathDiagnostic.h242 static PathDiagnosticLocation createDeclBegin(const LocationContext *LC,
247 static PathDiagnosticLocation createDeclEnd(const LocationContext *LC,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp464 const LocationContext *LC = N->getLocationContext(); local
471 SVal InitVal = state->getSVal(InitEx, LC);
497 InitVal = svalBuilder.conjureSymbolVal(nullptr, InitEx, LC, Ty,
504 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1714 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
1716 LC = isSigned ? RTLIB::SDIV_I8 : RTLIB::UDIV_I8;
1718 LC = isSigned ? RTLIB::SDIV_I16 : RTLIB::UDIV_I16;
1720 LC = isSigned ? RTLIB::SDIV_I32 : RTLIB::UDIV_I32;
1722 LC = isSigned ? RTLIB::SDIV_I64 : RTLIB::UDIV_I64;
1724 LC = isSigned ? RTLIB::SDIV_I128 : RTLIB::UDIV_I128;
1725 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!");
1727 return ARMEmitLibcall(I, LC);
1736 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
1738 LC
[all...]
H A DARMISelLowering.cpp350 for (const auto &LC : LibraryCalls) {
351 setLibcallName(LC.Op, LC.Name);
352 setLibcallCallingConv(LC.Op, LC.CC);
353 if (LC.Cond != ISD::SETCC_INVALID)
354 setCmpLibcallCC(LC.Op, LC.Cond);
374 for (const auto &LC : LibraryCalls) {
375 setLibcallName(LC
3802 RTLIB::Libcall LC; local
3854 RTLIB::Libcall LC; local
10759 RTLIB::Libcall LC; local
10827 RTLIB::Libcall LC; local
10840 RTLIB::Libcall LC; local
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h237 bool isParentOf(const LocationContext *LC) const;
H A DProgramPoint.h189 const LocationContext *LC,
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3423 RTLIB::Libcall LC; local
3429 LC = LibCallTable[0][Is64Bit];
3432 LC = LibCallTable[1][Is64Bit];
3435 LC = LibCallTable[2][Is64Bit];
3451 CLI.setCallee(TLI.getLibcallCallingConv(LC), II->getType(),
3452 TLI.getLibcallName(LC), std::move(Args));
4695 RTLIB::Libcall LC;
4700 LC = RTLIB::REM_F32;
4703 LC = RTLIB::REM_F64;
4719 CLI.setCallee(TLI.getLibcallCallingConv(LC),
[all...]
H A DAArch64ISelLowering.cpp1539 RTLIB::Libcall LC; local
1540 LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
1542 return LowerF128Call(Op, DAG, LC);
1552 RTLIB::Libcall LC; local
1553 LC = RTLIB::getFPROUND(Op.getOperand(0).getValueType(), Op.getValueType());
1559 return makeLibCall(DAG, LC, Op.getValueType(), &SrcVal, 1,
1609 RTLIB::Libcall LC; local
1611 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType());
1613 LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(), Op.getValueType());
1616 return makeLibCall(DAG, LC, O
[all...]
/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp1341 auto LC = [](auto a) { return a; };
1343 LC(&r);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h169 SDValue LibCallify(RTLIB::Libcall LC, SDNode *N, bool isSigned);
171 std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::Libcall LC,
H A DTargetLowering.cpp87 RTLIB::Libcall LC, EVT RetVT,
103 if (LC == RTLIB::UNKNOWN_LIBCALL)
105 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC), getPointerTy());
111 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args), 0)
86 makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, unsigned NumOps, bool isSigned, SDLoc dl, bool doesNotReturn, bool isReturnValueUsed) const argument
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1463 LoopConstrainer LC(*L, getAnalysis<LoopInfoWrapperPass>().getLoopInfo(), LS,
1465 bool Changed = LC.run();
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp541 const SCEVConstant *LC = cast<SCEVConstant>(LHS); local
545 const APInt &LA = LC->getValue()->getValue();
585 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS); local
589 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
596 long X = compare(LC->getOperand(i), RC->getOperand(i));
604 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS); local
608 long X = compare(LC->getLHS(), RC->getLHS());
611 return compare(LC->getRHS(), RC->getRHS());
617 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS); local
621 return compare(LC
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfGraphicsStateDictionary_autogen.cpp35 int64_t SkPdfGraphicsStateDictionary::LC(SkPdfNativeDoc* doc) { function in class:SkPdfGraphicsStateDictionary
36 SkPdfNativeObject* ret = get("LC", "");
44 return get("LC", "") != NULL;
H A DSkPdfGraphicsStateDictionary_autogen.h525 int64_t LC(SkPdfNativeDoc* doc);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2257 const LocationContext *LC = C.getLocationContext(); local
2263 VR = MemMgr.getVarRegion(VR->getDecl(), LC);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2034 /// It is an error to pass RTLIB::UNKNOWN_LIBCALL as \p LC.
2035 std::pair<SDValue, SDValue> makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC,
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3007 if (auto LC = dyn_cast<OMPLinearClause>(C))
3008 if (FinishOpenMPLinearClause(*LC, cast<DeclRefExpr>(B.IterationVarRef),
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp2308 skpdfGraphicsStateApplyLC(pdfContext, gs->LC(pdfContext->fPdfDoc));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15961 RTLIB::Libcall LC; local
15965 case ISD::SDIV: isSigned = true; LC = RTLIB::SDIV_I128; break;
15966 case ISD::UDIV: isSigned = false; LC = RTLIB::UDIV_I128; break;
15967 case ISD::SREM: isSigned = true; LC = RTLIB::SREM_I128; break;
15968 case ISD::UREM: isSigned = false; LC = RTLIB::UREM_I128; break;
15969 case ISD::SDIVREM: isSigned = true; LC = RTLIB::SDIVREM_I128; break;
15970 case ISD::UDIVREM: isSigned = false; LC = RTLIB::UDIVREM_I128; break;
15993 SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC),
15998 .setCallee(getLibcallCallingConv(LC),

Completed in 771 milliseconds

12