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

12 3

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 83 template<class Ex, typename... Args>
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 277 SVal getSValAsScalarOrLoc(const Stmt *Ex, const LocationContext *LCtx) const;
692 inline SVal ProgramState::getSVal(const Stmt *Ex,
694 return Env.getSVal(EnvironmentEntry(Ex, LCtx),
701 if (const Expr *Ex = dyn_cast<Expr>(S)) {
702 QualType T = Ex->getType();
703 if (Ex->isGLValue() || Loc::isLocType(T) ||
ExplodedGraph.h 391 static bool isInterestingLValueExpr(const Expr *Ex);
  /external/clang/lib/Sema/
SemaExprCXX.cpp 579 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) {
581 if (Ex) {
593 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
612 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope);
615 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex,
625 if (Ex && !Ex->isTypeDependent()) {
626 ExprResult ExRes = CheckCXXThrowOperand(OpLoc, Ex, IsThrownVarInScope);
629 Ex = ExRes.get();
633 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope)
    [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp 422 static bool isCapabilityExpr(Sema &S, const Expr *Ex) {
428 if (const auto *E = dyn_cast<DeclRefExpr>(Ex))
430 else if (const auto *E = dyn_cast<CastExpr>(Ex))
432 else if (const auto *E = dyn_cast<ParenExpr>(Ex))
434 else if (const auto *E = dyn_cast<UnaryOperator>(Ex)) {
438 } else if (const auto *E = dyn_cast<BinaryOperator>(Ex)) {
    [all...]
SemaCast.cpp 242 ExprResult Ex = E;
248 Ex.get()->isTypeDependent() ||
249 Ex.get()->isValueDependent();
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 385 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/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 241 bool patternMatch(const Expr *Ex,
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 131 const Expr *Ex,
136 const Expr *Ex,
147 const Expr *Ex, SVal V,
662 const Expr *Ex,
676 MR, Ex, sizeTy,
699 const Expr *Ex, SVal Buf,
726 report->addRange(Ex->getSourceRange());
755 return getCStringLengthForRegion(C, state, Ex, MR, hypothetical);
791 report->addRange(Ex->getSourceRange());
    [all...]
BasicObjCFoundationChecks.cpp 354 void EmitError(const TypedRegion* R, const Expr *Ex,
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 233 if (const Expr *Ex = dyn_cast<Expr>(S))
234 S = Ex->IgnoreParens();
CFG.cpp 37 if (Expr *Ex = VD->getInit())
38 return Ex->getSourceRange().getEnd();
    [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 657 } else if (ExtractValueInst *Ex = dyn_cast<ExtractValueInst>(V)) {
658 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(),
659 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 618 SDValue Ex = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl,
622 SDValue Store = DAG.getTruncStore(Chain, dl, Ex, BasePTR,
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 899 milliseconds

12 3