Home
last modified time | relevance | path

Searched defs:ER (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp43 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in checkLocation() local
DReturnPointerRangeChecker.cpp46 const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(R); in checkPreStmt() local
DCStringChecker.cpp275 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in CheckLocation() local
835 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in InvalidateBuffer() local
DMallocChecker.cpp1350 while (const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(MR)) in ReportBadFree() local
/external/clang/lib/CodeGen/
DCGValue.h71 RValue ER; in get() local
78 RValue ER; in getComplex() local
92 RValue ER; variable
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1328 if (const ElementRegion* ER = dyn_cast<ElementRegion>(R)) { in getBinding() local
1444 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in findLazyBinding() local
1593 if (const ElementRegion *ER = dyn_cast<ElementRegion>(LazyBindingRegion)) in getLazyBinding() local
1667 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Base)) { in getBindingForFieldOrElementCommon() local
1996 const ElementRegion *ER = MRMgr.getElementRegion(ElementTy, Idx, R, Ctx); in bindArray() local
2043 const ElementRegion *ER = MRMgr.getElementRegion(ElemType, Idx, R, Ctx); in bindVector() local
DProgramState.cpp710 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg)) in isTainted() local
716 if (const SubRegion *ER = dyn_cast<SubRegion>(Reg)) in isTainted() local
DMemRegion.cpp1091 const ElementRegion *ER = cast<ElementRegion>(R); in StripCasts() local
1132 const ElementRegion *ER = this; in getAsArrayOffset() local
1287 const ElementRegion *ER = cast<ElementRegion>(R); in getAsOffset() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1844 ErrorReportingOpt ER(/* StreamArg = */ 0); in optimizeFixedFormatString() local
1926 ErrorReportingOpt ER(/* StreamArg = */ 3); in callOptimizer() local
1963 ErrorReportingOpt ER(/* StreamArg = */ 1); in callOptimizer() local
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DRegionDataConstants.java343 ER(new String[]{ enumConstant
/external/clang/lib/Parse/
DParseExpr.cpp2266 ExprResult ER(ParseAssignmentExpression()); in ParseGenericSelectionExpression() local
DParseDecl.cpp2242 ExprResult ER; in ParseAlignArgument() local
/external/clang/lib/Sema/
DSemaStmt.cpp2707 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in ActOnCapScopeReturnStmt() local
2952 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt() local
3017 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt() local
DSemaType.cpp5474 ExprResult ER = CheckPlaceholderExpr(E); in BuildTypeofExprType() local
5554 ExprResult ER = CheckPlaceholderExpr(E); in BuildDecltypeType() local
DSemaExpr.cpp1316 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1219 const ElementRegion *getElementRegionWithSuper(const ElementRegion *ER, in getElementRegionWithSuper()
/external/clang/include/clang/Parse/
DParser.h565 static void setExprAnnotation(Token &Tok, ExprResult ER) { in setExprAnnotation()