Lines Matching defs:CE

79   const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr());  in REGISTER_SET_WITH_PROGRAMSTATE()  local
125 static const char *getArgumentValueString(const CallExpr *CE, in getArgumentValueString()
182 const Expr *ExprInspectionChecker::getArgExpr(const CallExpr *CE, in getArgExpr()
191 const MemRegion *ExprInspectionChecker::getArgRegion(const CallExpr *CE, in getArgRegion()
206 void ExprInspectionChecker::analyzerEval(const CallExpr *CE, in analyzerEval()
218 void ExprInspectionChecker::analyzerWarnIfReached(const CallExpr *CE, in analyzerWarnIfReached()
223 void ExprInspectionChecker::analyzerNumTimesReached(const CallExpr *CE, in analyzerNumTimesReached()
232 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE, in analyzerCheckInlined()
247 void ExprInspectionChecker::analyzerExplain(const CallExpr *CE, in analyzerExplain()
258 void ExprInspectionChecker::analyzerDump(const CallExpr *CE, in analyzerDump()
272 void ExprInspectionChecker::analyzerGetExtent(const CallExpr *CE, in analyzerGetExtent()
285 void ExprInspectionChecker::analyzerDumpExtent(const CallExpr *CE, in analyzerDumpExtent()
300 void ExprInspectionChecker::analyzerDumpElementCount(const CallExpr *CE, in analyzerDumpElementCount()
325 void ExprInspectionChecker::analyzerPrintState(const CallExpr *CE, in analyzerPrintState()
330 void ExprInspectionChecker::analyzerWarnOnDeadSymbol(const CallExpr *CE, in analyzerWarnOnDeadSymbol()
382 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE, in analyzerCrash()
387 void ExprInspectionChecker::analyzerHashDump(const CallExpr *CE, in analyzerHashDump()
399 void ExprInspectionChecker::analyzerDenote(const CallExpr *CE, in analyzerDenote()
474 void ExprInspectionChecker::analyzerExpress(const CallExpr *CE, in analyzerExpress()
497 void ExprInspectionChecker::analyzerIsTainted(const CallExpr *CE, in analyzerIsTainted()