Searched defs:CallSite (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp24 const StackFrameContext *CallSite; member in class:__anon3442::CountKey
57 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite, argument
73 IncrementCount(BlockCounter BC, const StackFrameContext *CallSite, unsigned BlockID) argument
[all...]
H A DCallEvent.cpp1389 const Stmt *CallSite = CalleeCtx->getCallSite(); local
H A DBugReporter.cpp288 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp111 Value *CallSite = local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp180 const Stmt *CallSite = Context.getStackFrame()->getCallSite(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h300 const Stmt *CallSite; member in class:clang::StackFrameContext
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h672 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
677 CallSite(CallSiteBas function in class:llvm::CallSite
678 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
679 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
680 CallSite(CallBrInst *CBI) : CallSiteBase(CBI) {} function in class:llvm::CallSite
681 explicit CallSite(Instruction *II) : CallSiteBase(II) {} function in class:llvm::CallSite
682 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h273 CallSite, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2266 llvm::CallBase *CallSite; local

Completed in 104 milliseconds