HomeSort by relevance Sort by last modified time
    Searched refs:LC (Results 26 - 50 of 61) sorted by null

12 3

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 174 const LocationContext *LC,
177 SVal V = State->getSVal(Ex, LC);
224 TR = MRMgr.getCXXTempObjectRegion(Inner, LC);
229 V = getSValBuilder().conjureSymbolVal(Result, LC, TR->getValueType(),
240 State = State->BindExpr(Result, LC, Reg);
308 const LocationContext *LC) {
328 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
334 const LocationContext *LC,
340 assert(LC && "Must pass the current (or expiring) LocationContext");
350 // LC is the location context being destroyed, but SymbolReaper wants
    [all...]
PathDiagnostic.cpp 641 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC,
645 dyn_cast_or_null<CompoundStmt>(LC->getDecl()->getBody()))
655 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC,
657 SourceLocation L = LC->getDecl()->getBodyRBrace();
751 const LocationContext *LC = N->getLocationContext();
762 return PathDiagnosticLocation::createEnd(S, SM, LC);
765 return PathDiagnosticLocation(S, SM, LC);
766 return PathDiagnosticLocation(getValidSourceLocation(S, LC), SM);
    [all...]
ExprEngineC.cpp 464 const LocationContext *LC = N->getLocationContext();
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);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeTypes.h 164 SDValue LibCallify(RTLIB::Libcall LC, SDNode *N, bool isSigned);
166 std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::Libcall LC,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 200 void markInteresting(const LocationContext *LC);
205 bool isInteresting(const LocationContext *LC);
PathDiagnostic.h 238 static PathDiagnosticLocation createDeclBegin(const LocationContext *LC,
243 static PathDiagnosticLocation createDeclEnd(const LocationContext *LC,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 175 /// \param LC The location context of the \p ReferenceStmt. A null location
188 const Stmt *ReferenceStmt, const LocationContext *LC,
587 const LocationContext *LC,
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp 353 for (const auto &LC : LibraryCalls) {
354 setLibcallName(LC.Op, LC.Name);
355 setLibcallCallingConv(LC.Op, LC.CC);
356 if (LC.Cond != ISD::SETCC_INVALID)
357 setCmpLibcallCC(LC.Op, LC.Cond);
377 for (const auto &LC : LibraryCalls) {
378 setLibcallName(LC.Op, LC.Name)
    [all...]
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 104 try to see locale category LC should be used from environment;
111 static const char *_Locale_aux_default( const char *LC, char *nm )
118 name = getenv( LC );
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 104 try to see locale category LC should be used from environment;
111 static const char *_Locale_aux_default( const char *LC, char *nm )
118 name = getenv( LC );
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 660 LC(new String[]{
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 228 bool isParentOf(const LocationContext *LC) const;
ProgramPoint.h 189 const LocationContext *LC,
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp 1341 auto LC = [](auto a) { return a; };
1343 LC(&r);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 89 " -lc{N}: set number of literal context bits - [0, 8], default: 3\n" +
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfGraphicsStateDictionary_autogen.h     [all...]
SkPdfGraphicsStateDictionary_autogen.cpp 35 int64_t SkPdfGraphicsStateDictionary::LC(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("LC", "");
44 return get("LC", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfGraphicsStateDictionary_autogen.h     [all...]
SkPdfGraphicsStateDictionary_autogen.cpp 35 int64_t SkPdfGraphicsStateDictionary::LC(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("LC", "");
44 return get("LC", "") != NULL;
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 537 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
541 const APInt &LA = LC->getValue()->getValue();
581 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
585 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
592 long X = compare(LC->getOperand(i), RC->getOperand(i));
600 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
604 long X = compare(LC->getLHS(), RC->getLHS());
607 return compare(LC->getRHS(), RC->getRHS());
613 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
617 return compare(LC->getOperand(), RC->getOperand())
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 754 milliseconds

12 3