Searched defs:ElemRef (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 161 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0}; variable 185 CFGBlock::ConstCFGElementRef ElemRef) in CallEvent() 189 CFGBlock::ConstCFGElementRef ElemRef) in CallEvent() 503 CFGBlock::ConstCFGElementRef ElemRef) in AnyFunctionCall() 507 CFGBlock::ConstCFGElementRef ElemRef) in AnyFunctionCall() 542 CFGBlock::ConstCFGElementRef ElemRef) in SimpleFunctionCall() 579 CFGBlock::ConstCFGElementRef ElemRef) in BlockCall() 681 CFGBlock::ConstCFGElementRef ElemRef) in CXXInstanceCall() 685 CFGBlock::ConstCFGElementRef ElemRef) in CXXInstanceCall() 735 CFGBlock::ConstCFGElementRef ElemRef) in CXXStaticOperatorCall() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 98 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0}; variable 558 CFGBlock::ConstCFGElementRef ElemRef) in ImplicitCallPoint() 584 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() argument 602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag, ElemRef) {} in ImplicitCallPoint() argument
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1405 CFGBlock::ConstCFGElementRef ElemRef) { in getSimpleCall() 1432 CFGBlock::ConstCFGElementRef ElemRef = {CalleeCtx->getCallSiteBlock(), in getCaller() local 1487 CFGBlock::ConstCFGElementRef ElemRef) { in getCall()
|