Home
last modified time | relevance | path

Searched defs:alwaysAdd (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/lib/Analysis/
H A DCFG.cpp963 inline bool AddStmtChoice::alwaysAdd(CFGBuilder &builder, in alwaysAdd() function in __anonc5699e550111::AddStmtChoice
968 bool CFGBuilder::alwaysAdd(const Stmt *stmt) { in alwaysAdd() function in __anonc5699e550111::CFGBuilder
1919 AddStmtChoice alwaysAdd = asc.withAlwaysAdd(true); in VisitChooseExpr() local
1981 AddStmtChoice alwaysAdd = asc.withAlwaysAdd(true); in VisitConditionalOperator() local
/aosp_15_r20/external/clang/include/clang/Analysis/
H A DCFG.h742 bool alwaysAdd(const Stmt *stmt) const { in alwaysAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DCFG.h1249 bool alwaysAdd(const Stmt *stmt) const { in alwaysAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DCFG.h1249 bool alwaysAdd(const Stmt *stmt) const { in alwaysAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DCFG.h1244 bool alwaysAdd(const Stmt *stmt) const { in alwaysAdd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DCFG.h1249 bool alwaysAdd(const Stmt *stmt) const { in alwaysAdd() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1117 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, in addEdge()