Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp34 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); in checkDoubleNonblocking() local
63 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR); in checkUnmatchedWaits() local
154 if (const ElementRegion *const ER = MR->getAs<ElementRegion>()) { in allRegionsUsedByWait() local
172 const ElementRegion *const ER = RegionManager->getElementRegion( in allRegionsUsedByWait() local
/external/clang/lib/StaticAnalyzer/Checkers/
DReturnPointerRangeChecker.cpp46 const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(R); in checkPreStmt() local
DArrayBoundChecker.cpp43 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in checkLocation() local
DCStringChecker.cpp288 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in CheckLocation() local
872 const ElementRegion *ER = dyn_cast<ElementRegion>(R); in IsFirstBufInBound() local
910 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in InvalidateBuffer() local
DMallocChecker.cpp1620 while (const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(MR)) in ReportBadFree() local
/external/clang/lib/CodeGen/
DCGValue.h86 RValue ER; in get() local
93 RValue ER; in getComplex() local
107 RValue ER; variable
/external/clang/lib/Sema/
DSemaStmtAsm.cpp181 ExprResult ER = CheckPlaceholderExpr(Exprs[i]); in ActOnGCCAsmStmt() local
262 ExprResult ER = CheckPlaceholderExpr(Exprs[i]); in ActOnGCCAsmStmt() local
DSemaStmt.cpp2872 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in ActOnCapScopeReturnStmt() local
2998 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in ActOnCapScopeReturnStmt() local
3216 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt() local
3309 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt() local
3386 ExprResult ER = ActOnFinishFullExpr(RetValExp, ReturnLoc); in BuildReturnStmt() local
DSemaType.cpp7228 ExprResult ER = CheckPlaceholderExpr(E); in BuildTypeofExprType() local
7314 ExprResult ER = CheckPlaceholderExpr(E); in BuildDecltypeType() local
DSemaExprCXX.cpp1067 ExprResult ER = Init.Perform(S, Entity, InitKind, StarThis); in captureThis() local
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1425 if (const ElementRegion* ER = dyn_cast<ElementRegion>(R)) { in getBinding() local
1541 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) { in findLazyBinding() local
1690 if (const ElementRegion *ER = dyn_cast<ElementRegion>(LazyBindingRegion)) in getLazyBinding() local
1764 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Base)) { in getBindingForFieldOrElementCommon() local
2093 const ElementRegion *ER = MRMgr.getElementRegion(ElementTy, Idx, R, Ctx); in bindArray() local
2140 const ElementRegion *ER = MRMgr.getElementRegion(ElemType, Idx, R, Ctx); in bindVector() local
DMemRegion.cpp643 const ElementRegion *ER = nullptr; in getDescriptiveName() local
1160 const ElementRegion *ER = cast<ElementRegion>(R); in StripCasts() local
1190 const ElementRegion *ER = this; in getAsArrayOffset() local
1346 const ElementRegion *ER = cast<ElementRegion>(R); in getAsOffset() 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
DSymbolManager.cpp400 if (auto ER = dyn_cast<ElementRegion>(SR)) { in markElementIndicesLive() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.h114 auto ER = BaseType::equal_range(Dec); in insert() local
DSPIRVModule.cpp398 auto ER = DecorateSet.equal_range(D); in optimizeDecorates() local
/external/toolchain-utils/cros_utils/
Dstats.py1614 def lF_value(ER, EF, dfnum, dfden): argument
4105 def aF_value(ER, EF, dfR, dfF): argument
4135 def F_value_multivariate(ER, EF, dfnum, dfden): argument
/external/llvm/include/llvm/ProfileData/
DInstrProf.h872 Entry &ER = getCutoffEntryBase()[I]; in setEntry() local
/external/clang/lib/Parse/
DParseExpr.cpp2561 ExprResult ER( in ParseGenericSelectionExpression() local
DParseDecl.cpp2486 ExprResult ER; in ParseAlignArgument() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1215 const ElementRegion *getElementRegionWithSuper(const ElementRegion *ER, in getElementRegionWithSuper()
/external/clang/include/clang/Parse/
DParser.h579 static void setExprAnnotation(Token &Tok, ExprResult ER) { in setExprAnnotation()
/external/clang/tools/c-index-test/
Dc-index-test.c2501 CXEvalResult ER; in inspect_evaluate_cursor() local
/external/clang/include/clang/Sema/
DSema.h2960 CorrectDelayedTyposInExpr(ExprResult ER, in CorrectDelayedTyposInExpr()
/external/clang/tools/libclang/
DCIndex.cpp3516 Expr::EvalResult ER; in evaluateExpr() local

12