Searched refs: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() argument 186 : State(std::move(state)), LCtx(lctx), Origin(E), ElemRef(ElemRef) {} in CallEvent() 189 CFGBlock::ConstCFGElementRef ElemRef) in CallEvent() argument 190 : State(std::move(state)), LCtx(lctx), Origin(D), ElemRef(ElemRef) {} in CallEvent() 195 ElemRef(Original.ElemRef), Data(Original.Data), in CallEvent() 241 return ElemRef; in getCFGElementRef() 503 CFGBlock::ConstCFGElementRef ElemRef) in AnyFunctionCall() argument 504 : CallEvent(E, St, LCtx, ElemRef) {} in AnyFunctionCall() 507 CFGBlock::ConstCFGElementRef ElemRef) in AnyFunctionCall() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 98 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0}; variable 104 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0}) 107 ElemRef(ElemRef) { in Data1() 115 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0}) 118 ElemRef(ElemRef) {} in Data1() 124 CFGBlock::ConstCFGElementRef getElementRef() const { return ElemRef; } in getElementRef() 192 Tag == RHS.Tag && ElemRef == RHS.ElemRef; 197 Tag != RHS.Tag || ElemRef != RHS.ElemRef; 206 ID.AddPointer(ElemRef.getParent()); in Profile() 207 ID.AddInteger(ElemRef.getIndexInBlock()); in Profile() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 299 assert(ElemRef.getParent() && in getProgramPoint() 304 return PreImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag); in getProgramPoint() 305 return PostImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag); in getProgramPoint() 1405 CFGBlock::ConstCFGElementRef ElemRef) { in getSimpleCall() argument 1407 return create<CXXMemberCall>(MCE, State, LCtx, ElemRef); in getSimpleCall() 1413 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall() 1415 return create<CXXStaticOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall() 1419 return create<BlockCall>(CE, State, LCtx, ElemRef); in getSimpleCall() 1424 return create<SimpleFunctionCall>(CE, State, LCtx, ElemRef); in getSimpleCall() 1432 CFGBlock::ConstCFGElementRef ElemRef = {CalleeCtx->getCallSiteBlock(), in getCaller() local [all …]
|