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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 const StackFrameContext *CallSite; member in class:__anon4235::CountKey
58 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite, argument
74 IncrementCount(BlockCounter BC, const StackFrameContext *CallSite, unsigned BlockID) argument
[all...]
H A DCallEvent.cpp987 const Stmt *CallSite = CalleeCtx->getCallSite(); local
H A DPathDiagnostic.cpp1129 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); local
H A DBugReporter.cpp1275 const Stmt *CallSite = Callee->getCallSite(); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp135 Value *CallSite = local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h276 const Stmt *CallSite; member in class:clang::StackFrameContext
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DCallSite.h534 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use, class in namespace:llvm
538 CallSite() {} function in class:llvm::CallSite
539 CallSite(CallSiteBase B) : CallSiteBase(B) {} function in class:llvm::CallSite
540 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
541 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
542 explicit CallSite(Instructio function in class:llvm::CallSite
543 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp411 llvm::CallInst *CallSite = Builder.CreateCall( local
H A DCGObjCMac.cpp1947 llvm::Instruction *CallSite; local

Completed in 121 milliseconds