Home
last modified time | relevance | path

Searched refs:ElemRef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h161 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 DProgramPoint.h104 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0}; variable
110 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0})
113 ElemRef(ElemRef) { in Data1()
121 CFGBlock::ConstCFGElementRef ElemRef = {nullptr, 0})
124 ElemRef(ElemRef) {} in Data1()
130 CFGBlock::ConstCFGElementRef getElementRef() const { return ElemRef; } in getElementRef()
198 Tag == RHS.Tag && ElemRef == RHS.ElemRef;
203 Tag != RHS.Tag || ElemRef != RHS.ElemRef;
212 ID.AddPointer(ElemRef.getParent()); in Profile()
213 ID.AddInteger(ElemRef.getIndexInBlock()); in Profile()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp298 assert(ElemRef.getParent() && in getProgramPoint()
303 return PreImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag); in getProgramPoint()
304 return PostImplicitCall(D, Loc, getLocationContext(), ElemRef, Tag); in getProgramPoint()
1425 CFGBlock::ConstCFGElementRef ElemRef) { in getSimpleCall() argument
1427 return create<CXXMemberCall>(MCE, State, LCtx, ElemRef); in getSimpleCall()
1433 return create<CXXMemberOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()
1435 return create<CXXStaticOperatorCall>(OpCE, State, LCtx, ElemRef); in getSimpleCall()
1439 return create<BlockCall>(CE, State, LCtx, ElemRef); in getSimpleCall()
1444 return create<SimpleFunctionCall>(CE, State, LCtx, ElemRef); in getSimpleCall()
1452 CFGBlock::ConstCFGElementRef ElemRef = {CalleeCtx->getCallSiteBlock(), in getCaller() local
[all …]