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

  /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 56 const LocationContext *LC = N->getLocationContext();
60 SVal AssertionVal = State->getSVal(Assertion, LC);
85 const LocationContext *LC = N->getLocationContext();
89 if (LC->getCurrentStackFrame()->getParent() != 0)
102 const LocationContext *LC = N->getLocationContext();
109 if (LC->getCurrentStackFrame()->getParent() == 0)
UndefCapturedBlockVarChecker.cpp 77 const LocationContext *LC = C.getLocationContext();
78 VR = C.getSValBuilder().getRegionManager().getVarRegion(VD, LC);
AnalyzerStatsChecker.cpp 50 const LocationContext *LC = GraphRoot->getLocation().getLocationContext();
52 const Decl *D = LC->getDecl();
70 C = LC->getCFG();
133 SM, LC));
UnreachableCodeChecker.cpp 64 const LocationContext *LC = 0;
69 LC = P.getLocationContext();
72 D = LC->getAnalysisDeclContext()->getDecl();
75 C = LC->getAnalysisDeclContext()->getUnoptimizedCFG();
77 PM = &LC->getParentMap();
152 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
VLASizeChecker.cpp 144 const LocationContext *LC = C.getLocationContext();
146 state->getRegion(VD, LC)->getExtent(svalBuilder);
MacOSKeychainAPIChecker.cpp 503 const LocationContext *LC = C.getLocationContext();
504 if (LC->getParent() != 0)
509 SymbolRef sym = state->getSVal(retExpr, LC).getAsLocSymbol();
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/clang/lib/Analysis/
AnalysisDeclContext.cpp 328 const LocationContext *LC = this;
329 while (LC) {
330 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
332 LC = LC->getParent();
337 bool LocationContext::isParentOf(const LocationContext *LC) const {
339 const LocationContext *Parent = LC->getParent();
343 LC = Parent;
344 } while (LC);
475 LocationContext *LC = &*I
    [all...]
  /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 407 const LocationContext *LC = Pred->getLocationContext();
408 state = state->bindCompoundLiteral(CL, LC, ILV);
419 B.generateNode(CL, Pred, state->BindExpr(CL, LC, state->getLValue(CL, LC)));
421 B.generateNode(CL, Pred, state->BindExpr(CL, LC, ILV));
452 const LocationContext *LC = N->getLocationContext();
455 SVal InitVal = state->getSVal(InitEx, LC);
457 if (InitVal == state->getLValue(VD, LC) ||
480 InitVal = svalBuilder.conjureSymbolVal(0, InitEx, LC, Ty,
485 evalBind(Dst2, DS, N, state->getLValue(VD, LC), InitVal, true)
    [all...]
PathDiagnostic.cpp 559 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC,
563 dyn_cast_or_null<CompoundStmt>(LC->getDecl()->getBody()))
573 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC,
575 SourceLocation L = LC->getDecl()->getBodyRBrace();
617 const LocationContext *LC = P.getLocationContext();
619 return PathDiagnosticLocation(PS->getStmt(), SM, LC);
623 return PathDiagnosticLocation(Term, SM, LC);
    [all...]
BugReporter.cpp 200 const LocationContext *LC;
206 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext())
218 ParentMap& getParentMap() { return LC->getParentMap(); }
241 return PathDiagnosticLocation(S, getSourceManager(), LC);
313 return PathDiagnosticLocation(S, SMgr, LC);
318 return PathDiagnosticLocation(S, SMgr, LC);
323 return PathDiagnosticLocation(Parent, SMgr, LC);
325 return PathDiagnosticLocation(S, SMgr, LC);
331 return PathDiagnosticLocation(Parent, SMgr, LC);
333 return PathDiagnosticLocation(S, SMgr, LC);
    [all...]
ExprEngine.cpp 229 const LocationContext *LC) {
249 ParentMap &PM = LC->getAnalysisDeclContext()->getParentMap();
255 const LocationContext *LC,
263 SymbolReaper SymReaper(LC, ReferenceStmt, SymMgr, getStoreManager());
270 const StackFrameContext *SFC = LC->getCurrentStackFrame();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 357 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
358 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
359 return MakeLibCall(LC, NVT, &Op, 1, false, N->getDebugLoc());
374 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
375 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_ROUND!");
376 return MakeLibCall(LC, NVT, &Op, 1, false, N->getDebugLoc());
549 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
551 t <= MVT::LAST_INTEGER_VALUETYPE && LC == RTLIB::UNKNOWN_LIBCALL; ++t) {
555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
557 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XINT_TO_FP!")
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 609 const LocationContext *LC; // Can be null */
613 BlockDataRegion(const BlockTextRegion *bc, const LocationContext *lc,
615 : TypedRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc),
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 533 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
537 const APInt &LA = LC->getValue()->getValue();
577 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
581 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
585 long X = compare(LC->getOperand(i), RC->getOperand(i));
593 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
597 long X = compare(LC->getLHS(), RC->getLHS());
600 return compare(LC->getRHS(), RC->getRHS());
606 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
610 return compare(LC->getOperand(), RC->getOperand())
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 56 ExpandLibCall(RTLIB::Libcall LC, SDValue Op, SelectionDAG &DAG,
74 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
82 0, TLI.getLibcallCallingConv(LC),
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java     [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 342 milliseconds