HomeSort by relevance Sort by last modified time
    Searched defs:CallSite (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGenCXX/
2003-11-27-MultipleInheritanceThunk.cpp 5 struct CallSite {
8 CallSite(const CallSite &CS);
14 virtual int getModRefInfo(CallSite CS);
24 int getModRefInfo(CallSite CS) {
x86_32-arguments.cpp 34 // CHECK: %struct.CallSite* byval align 4 %CS)
35 struct CallSite {
37 CallSite(unsigned XX) : Ptr(XX) {}
42 virtual void getModRefInfo(CallSite CS) = 0;
50 void getModRefInfo(CallSite CS);
53 void BasicAliasAnalysis::getModRefInfo(CallSite CS) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptExterns.js 167 function CallSite()
173 CallSite.prototype.getFileName = function() { }
177 CallSite.prototype.getLineNumber = function() { }
181 CallSite.prototype.getColumnNumber = function() { }
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 25 const StackFrameContext *CallSite;
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,
61 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
75 const StackFrameContext *CallSite,
    [all...]
CallEvent.cpp 929 const Stmt *CallSite = CalleeCtx->getCallSite();
931 if (CallSite) {
932 if (const CallExpr *CE = dyn_cast<CallExpr>(CallSite))
935 switch (CallSite->getStmtClass()) {
    [all...]
PathDiagnostic.cpp     [all...]
BugReporter.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 1 //===- 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.
305 /// hasArgument - Returns true if this CallSite passes the given Value* as an
331 class CallSite : public CallSiteBase<Function, Value, User, Instruction,
336 CallSite() {}
337 CallSite(Base B) : Base(B) {}
338 CallSite(Value* V) : Base(V) {}
339 CallSite(CallInst *CI) : Base(CI) {}
340 CallSite(InvokeInst *II) : Base(II) {
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 266 // The callsite where this stack frame is established.
267 const Stmt *CallSite;
269 // The parent block of the callsite.
272 // The index of the callsite in the CFGBlock.
279 : LocationContext(StackFrame, ctx, parent), CallSite(s),
285 const Stmt *getCallSite() const { return CallSite; }
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 130 Value *CallSite = Builder.CreateGEP(FuncCtx, Idxs, "call_site");
135 Builder.CreateStore(CallSiteNoC, CallSite, true /*volatile*/);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 314 llvm::CallInst *CallSite = Builder.CreateCall(
317 "callsite");
321 CallSite
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 430 milliseconds