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

12 3

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 278 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;
695 inline SVal ProgramState::getSVal(const Stmt *Ex,
697 return Env.getSVal(EnvironmentEntry(Ex, LCtx),
704 if (const Expr *Ex = dyn_cast<Expr>(S)) {
705 QualType T = Ex->getType();
706 if (Ex->isGLValue() || Loc::isLocType(T) ||
ExplodedGraph.h 391 static bool isInterestingLValueExpr(const Expr *Ex);
  /external/clang/lib/Sema/
SemaExprCXX.cpp 542 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) {
544 if (Ex) {
556 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
575 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
578 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex,
585 if (Ex && !Ex->isTypeDependent()) {
586 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
589 Ex = ExRes.take();
592 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc
    [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaCast.cpp 241 ExprResult Ex = Owned(E);
246 bool TypeDependent = DestType->isDependentType() || Ex.get()->isTypeDependent();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 390 const Expr *Ex,
    [all...]
BugReporter.cpp     [all...]
ExprEngineCallAndReturn.cpp 254 if (const Expr *Ex = dyn_cast<Expr>(CE)) {
255 V = adjustReturnValue(V, Ex->getType(), ReturnedTy,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 129 const Expr *Ex,
134 const Expr *Ex,
145 const Expr *Ex, SVal V);
655 const Expr *Ex,
669 MR, Ex, sizeTy,
679 const Expr *Ex, SVal Buf,
706 report->addRange(Ex->getSourceRange());
735 return getCStringLengthForRegion(C, state, Ex, MR, hypothetical);
770 report->addRange(Ex->getSourceRange());
    [all...]
BasicObjCFoundationChecks.cpp 319 void EmitError(const TypedRegion* R, const Expr *Ex,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 241 bool patternMatch(const Expr *Ex,
  /external/clang/lib/Analysis/
LiveVariables.cpp 248 if (const Expr *Ex = dyn_cast<Expr>(S))
249 S = Ex->IgnoreParens();
CFG.cpp 36 if (Expr *Ex = VD->getInit())
37 return Ex->getSourceRange().getEnd();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 4 class Ex
9 Ex( int v )
79 throw Ex( sum );
86 } catch( Ex& ) { }
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 4 class Ex
9 Ex( int v )
79 throw Ex( sum );
86 } catch( Ex& ) { }
  /external/llvm/lib/Analysis/
Lint.cpp 630 } else if (ExtractValueInst *Ex = dyn_cast<ExtractValueInst>(V)) {
631 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
632 Ex->getIndices()))
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 553 SDValue Ex = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl,
557 SDValue Store = DAG.getTruncStore(Chain, dl, Ex, BasePTR,
  /external/chromium/third_party/libjingle/source/talk/
main.scons 26 # Ex: The directory session/phone contains a file called phone.scons
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 28 # Ex: The directory session/phone contains a file called phone.scons
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 1532 milliseconds

12 3