Home
last modified time | relevance | path

Searched defs:WasInlined (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp157 bool WasInlined; global() member
187 runCheckersForStmt(bool isPreVisit,ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,const Stmt * S,ExprEngine & Eng,bool WasInlined) runCheckersForStmt() argument
199 bool WasInlined; global() member
243 runCheckersForObjCMessage(ObjCMessageVisitKind visitKind,ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,const ObjCMethodCall & msg,ExprEngine & Eng,bool WasInlined) runCheckersForObjCMessage() argument
270 bool IsPreVisit, WasInlined; global() member
301 runCheckersForCallEvent(bool isPreVisit,ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,const CallEvent & Call,ExprEngine & Eng,bool WasInlined) runCheckersForCallEvent() argument
509 bool WasInlined; global() member
536 runCheckersForNewAllocator(const CXXAllocatorCall & Call,ExplodedNodeSet & Dst,ExplodedNode * Pred,ExprEngine & Eng,bool WasInlined) runCheckersForNewAllocator() argument
[all...]
/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp155 bool WasInlined = in shouldInline() local