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

/external/clang/test/CodeGenCXX/
H A D2003-11-27-MultipleInheritanceThunk.cpp5 struct CallSite { struct
8 CallSite(const CallSite &CS);
14 virtual int getModRefInfo(CallSite CS);
24 int getModRefInfo(CallSite CS) {
H A Dx86_32-arguments.cpp34 // CHECK: %struct.CallSite* byval align 4 %CS)
35 struct CallSite { struct
37 CallSite(unsigned XX) : Ptr(XX) {} function in struct:CallSite
42 virtual void getModRefInfo(CallSite CS) = 0;
50 void getModRefInfo(CallSite CS);
53 void BasicAliasAnalysis::getModRefInfo(CallSite CS) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp25 const StackFrameContext *CallSite; member in class:__anon1394::CountKey
30 : CallSite(CS), BlockID(ID) {}
33 return (CallSite == RHS.CallSite) && (BlockID == RHS.BlockID);
37 return std::tie(CallSite, BlockID) < std::tie(RHS.CallSite, RHS.BlockID);
41 ID.AddPointer(CallSite);
58 unsigned BlockCounter::getNumVisited(const StackFrameContext *CallSite, argument
61 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
75 const StackFrameContext *CallSite,
74 IncrementCount(BlockCounter BC, const StackFrameContext *CallSite, unsigned BlockID) argument
[all...]
H A DCallEvent.cpp929 const Stmt *CallSite = CalleeCtx->getCallSite(); local
931 if (CallSite) {
932 if (const CallExpr *CE = dyn_cast<CallExpr>(CallSite))
935 switch (CallSite->getStmtClass()) {
943 return getCXXConstructorCall(cast<CXXConstructExpr>(CallSite),
947 return getCXXAllocatorCall(cast<CXXNewExpr>(CallSite), State, CallerCtx);
949 return getObjCMethodCall(cast<ObjCMessageExpr>(CallSite),
H A DPathDiagnostic.cpp1131 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); local
1132 const CallExpr *CE = dyn_cast_or_null<CallExpr>(CallSite);
H A DBugReporter.cpp1277 const Stmt *CallSite = Callee->getCallSite(); local
1278 if (const CallExpr *CE = dyn_cast_or_null<CallExpr>(CallSite)) {
/external/llvm/include/llvm/IR/
H A DCallSite.h1 //===- CallSite.h - Abstract Call & Invoke instrs ---------------*- C++ -*-===//
10 // This file defines the CallSite class, which is a handy wrapper for code that
22 // accessors of CallSite are employed.
325 /// hasArgument - Returns true if this CallSite passes the given Value* as an
351 class CallSite : public CallSiteBase<Function, Value, User, Instruction, class in namespace:llvm
354 CallSite() {} function in class:llvm::CallSite
355 CallSite(CallSiteBase B) : CallSiteBase(B) {} function in class:llvm::CallSite
356 CallSite(CallInst *CI) : CallSiteBase(CI) {} function in class:llvm::CallSite
357 CallSite(InvokeInst *II) : CallSiteBase(II) {} function in class:llvm::CallSite
358 explicit CallSite(Instructio function in class:llvm::CallSite
359 explicit CallSite(Value *V) : CallSiteBase(V) {} function in class:llvm::CallSite
[all...]
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp135 Value *CallSite = local
141 Builder.CreateStore(CallSiteNoC, CallSite, true /*volatile*/);
/external/v8/src/
H A Dmessages.js754 return new CallSite(recv, fun, pos, false).toString();
760 var CallSiteReceiverKey = NEW_PRIVATE_OWN("CallSite#receiver");
761 var CallSiteFunctionKey = NEW_PRIVATE_OWN("CallSite#function");
762 var CallSitePositionKey = NEW_PRIVATE_OWN("CallSite#position");
763 var CallSiteStrictModeKey = NEW_PRIVATE_OWN("CallSite#strict_mode");
765 function CallSite(receiver, fun, pos, strict_mode) { function
972 SetUpLockedPrototype(CallSite, $Array("receiver", "fun", "pos"), $Array(
1054 frames.push(new CallSite(recv, fun, pos, (sloppy_frames < 0)));
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h276 const Stmt *CallSite; member in class:clang::StackFrameContext
288 : LocationContext(StackFrame, ctx, parent), CallSite(s),
294 const Stmt *getCallSite() const { return CallSite; }
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp352 llvm::CallInst *CallSite = Builder.CreateCall( local
359 CallSite
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1172 milliseconds