HomeSort by relevance Sort by last modified time
    Searched defs:LC (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 29 struct LC { int localfunc() { extern int var4; return var4; } };
30 LC localobj;
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 20 const LocationContext *LC = C.getLocationContext();
22 const FunctionDecl *FD = state->getSVal(Callee, LC).getAsFunctionDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 61 const LocationContext *LC = N->getLocationContext();
65 SVal AssertionVal = State->getSVal(Assertion, LC);
90 const LocationContext *LC = N->getLocationContext();
94 if (LC->getCurrentStackFrame()->getParent() != nullptr)
118 const LocationContext *LC = N->getLocationContext();
125 if (LC->getCurrentStackFrame()->getParent() == nullptr)
AnalyzerStatsChecker.cpp 50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext();
52 const Decl *D = LC->getDecl();
70 C = LC->getCFG();
133 PathDiagnosticLocation::createBegin(CS->getStmt(), SM, LC));
UnreachableCodeChecker.cpp 64 const LocationContext *LC = nullptr;
69 LC = P.getLocationContext();
70 if (!LC->inTopFrame())
74 D = LC->getAnalysisDeclContext()->getDecl();
78 C = LC->getAnalysisDeclContext()->getUnoptimizedCFG();
80 PM = &LC->getParentMap();
155 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
VLASizeChecker.cpp 146 const LocationContext *LC = C.getLocationContext();
148 state->getRegion(VD, LC)->getExtent(svalBuilder);
MallocChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]
  /external/clang/test/Parser/
cxx-casting.cpp 59 #define LC <:
61 test1::A LC:B> c; // expected-error {{class template 'test1::A' requires template arguments}} expected-error 2{{}}
62 (void)static_cast LC:c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}}
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 44 static const unsigned LC = sizeof(wchar_t);
119 testScanf("%lc", 1, LC);
135 testScanf("%10ls", 1, 11 * LC);
136 testScanf("%10lc", 1, 10 * LC);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 289 const LocationContext *LC = Pred->getLocationContext();
291 LC->getDecl(),
292 LC->getCFG()->getNumBlockIDs());
326 const LocationContext *LC = Pred->getLocationContext();
329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),
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...]
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...]
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...]
BugReporter.cpp 325 const LocationContext *LC;
331 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext())
343 ParentMap& getParentMap() { return LC->getParentMap(); }
366 return PathDiagnosticLocation(S, getSourceManager(), LC);
427 const LocationContext *LC, bool allowNestedContexts) {
436 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
441 return PathDiagnosticLocation(S, SMgr, LC);
446 return PathDiagnosticLocation(Parent, SMgr, LC);
448 return PathDiagnosticLocation(S, SMgr, LC);
455 return PathDiagnosticLocation(Parent, SMgr, LC);
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfGraphicsStateDictionary_autogen.cpp 35 int64_t SkPdfGraphicsStateDictionary::LC(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("LC", "");
44 return get("LC", "") != NULL;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 398 const LocationContext *LC = this;
399 while (LC) {
400 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
402 LC = LC->getParent();
411 bool LocationContext::isParentOf(const LocationContext *LC) const {
413 const LocationContext *Parent = LC->getParent();
417 LC = Parent;
418 } while (LC);
573 LocationContext *LC = &*I
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfGraphicsStateDictionary_autogen.cpp 35 int64_t SkPdfGraphicsStateDictionary::LC(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("LC", "");
44 return get("LC", "") != NULL;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 187 const LocationContext *LC;
189 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
198 LC->getCurrentStackFrame(),
MemRegion.h 634 const LocationContext *LC; // Can be null */
639 BlockDataRegion(const BlockTextRegion *bc, const LocationContext *lc,
641 : TypedRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 376 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
377 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
378 return TLI.makeLibCall(DAG, LC, NVT, &Op, 1, false, SDLoc(N)).first;
393 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
394 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!");
395 return TLI.makeLibCall(DAG, LC, NVT, &Op, 1, false, SDLoc(N)).first;
590 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
592 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) {
596 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
598 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!")
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /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/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 660 LC(new String[]{
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java     [all...]

Completed in 760 milliseconds

1 2