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/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 71 const LocationContext *LC = C.getPredecessor()->getLocationContext();
74 PathDiagnosticLocation L = PathDiagnosticLocation::createBegin(E, SM, LC);
UndefCapturedBlockVarChecker.cpp 75 const LocationContext *LC = C.getPredecessor()->getLocationContext();
76 VR = C.getSValBuilder().getRegionManager().getVarRegion(VD, LC);
AnalyzerStatsChecker.cpp 37 const LocationContext *LC = 0;
46 if (!LC)
47 LC = P.getLocationContext();
56 C = LC->getCFG();
57 D = LC->getAnalysisContext()->getDecl();
110 PathDiagnosticLocation::createBegin(CS->getStmt(), SM, LC));
UnreachableCodeChecker.cpp 63 const LocationContext *LC = 0;
68 LC = P.getLocationContext();
72 C = LC->getAnalysisContext()->getUnoptimizedCFG();
74 PM = &LC->getParentMap();
136 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
VLASizeChecker.cpp 120 const LocationContext *LC = C.getPredecessor()->getLocationContext();
122 state->getRegion(VD, LC)->getExtent(svalBuilder);
IteratorsChecker.cpp 123 const LocationContext *LC) const;
128 const LocationContext *LC) const;
140 const LocationContext *LC) const;
250 const Expr *lexp, const Expr *rexp, const LocationContext *LC) const {
270 return handleAssign(state, MR, rexp, LC);
275 const MemRegion *MR, const Expr *rexp, const LocationContext *LC) const {
297 const MemRegion *IMR = state->getRegion(VD, LC);
322 const MemRegion *IMR = state->getRegion(VD, LC);
337 state = handleAssign( state, MR, OCE->getArg(0), LC);
343 return handleAssign(state, MR, OCE->getArg(1), LC);
    [all...]
RetainCountChecker.cpp 748 const LocationContext *LC);
    [all...]
  /external/clang/test/Parser/
cxx-casting.cpp 59 #define LC <:
61 test1::A LC:B> c; // expected-error {{cannot refer to class template 'A' without a template argument list}} expected-error 2{{}} expected-note{{}}
62 (void)static_cast LC:c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}}
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 206 const LocationContext *LC = Pred->getLocationContext();
209 state = invalidateArguments(state, CallOrObjCMessage(E, state), LC);
ExprEngineCallAndReturn.cpp 70 const LocationContext *LC) {
76 if (const MemRegion *MR = Call.getInstanceMessageReceiver(LC).getAsRegion())
210 const LocationContext *LC = Pred->getLocationContext();
211 state = Eng.invalidateArguments(state, CallOrObjCMessage(CE, state), LC);
ExprEngineC.cpp 310 const LocationContext *LC = Pred->getLocationContext();
311 state = state->bindCompoundLiteral(CL, LC, ILV);
314 MakeNode(Dst, CL, Pred, state->BindExpr(CL, state->getLValue(CL, LC)));
344 const LocationContext *LC = N->getLocationContext();
366 evalBind(Dst, DS, N, state->getLValue(VD, LC), InitVal, true);
369 MakeNode(Dst, DS, N, state->bindDeclWithNoInit(state->getRegion(VD, LC)));
ExprEngineObjC.cpp 273 const LocationContext *LC = Pred->getLocationContext();
274 state = invalidateArguments(state, CallOrObjCMessage(msg, state), LC);
PathDiagnostic.cpp 162 PathDiagnosticLocation::createDeclBegin(const LocationContext *LC,
166 dyn_cast_or_null<CompoundStmt>(LC->getDecl()->getBody()))
176 PathDiagnosticLocation::createDeclEnd(const LocationContext *LC,
178 SourceLocation L = LC->getDecl()->getBodyRBrace();
210 const LocationContext *LC = P.getLocationContext();
212 return PathDiagnosticLocation(PS->getStmt(), SM, LC);
216 return PathDiagnosticLocation(Term, SM, LC);
ExprEngine.cpp 245 const LocationContext *LC = EntryNode->getLocationContext();
246 SymbolReaper SymReaper(LC, currentStmt, SymMgr, getStoreManager());
251 const StackFrameContext *SFC = LC->getCurrentStackFrame();
    [all...]
BugReporter.cpp 237 const LocationContext *LC = getLocationContext();
249 return PathDiagnosticLocation(S, SMgr, LC);
254 return PathDiagnosticLocation(S, SMgr, LC);
259 return PathDiagnosticLocation(Parent, SMgr, LC);
261 return PathDiagnosticLocation(S, SMgr, LC);
267 return PathDiagnosticLocation(Parent, SMgr, LC);
269 return PathDiagnosticLocation(S, SMgr, LC);
271 return PathDiagnosticLocation(S, SMgr, LC);
274 return PathDiagnosticLocation(S, SMgr, LC);
278 return PathDiagnosticLocation(S, SMgr, LC);
    [all...]
  /external/clang/lib/Analysis/
AnalysisContext.cpp 269 const LocationContext *LC = this;
270 while (LC) {
271 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
273 LC = LC->getParent();
280 const LocationContext *LC = this;
281 while (LC) {
282 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) {
286 LC = LC->getParent()
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 491 const LocationContext *LC; // Can be null */
494 BlockDataRegion(const BlockTextRegion *bc, const LocationContext *lc,
496 : SubRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc), ReferencedVars(0) {}
967 const LocationContext *LC);
973 const LocationContext *LC);
978 const LocationContext *LC);
987 const VarRegion* getVarRegion(const VarDecl *D, const LocationContext *LC);
1025 LocationContext const *LC);
1048 const LocationContext *lc = NULL)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 509 const SCEVConstant *LC = cast<SCEVConstant>(LHS);
513 const APInt &LA = LC->getValue()->getValue();
553 const SCEVNAryExpr *LC = cast<SCEVNAryExpr>(LHS);
557 unsigned LNumOps = LC->getNumOperands(), RNumOps = RC->getNumOperands();
561 long X = compare(LC->getOperand(i), RC->getOperand(i));
569 const SCEVUDivExpr *LC = cast<SCEVUDivExpr>(LHS);
573 long X = compare(LC->getLHS(), RC->getLHS());
576 return compare(LC->getRHS(), RC->getRHS());
582 const SCEVCastExpr *LC = cast<SCEVCastExpr>(LHS);
586 return compare(LC->getOperand(), RC->getOperand())
    [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/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 61 ExpandLibCall(RTLIB::Libcall LC, SDValue Op, SelectionDAG &DAG,
79 SDValue Callee = DAG.getExternalSymbol(TLI.getLibcallName(LC),
87 0, TLI.getLibcallCallingConv(LC), false,
    [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...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 1893 milliseconds