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

  /external/clang/include/clang/Analysis/
AnalysisContext.h 294 const Stmt *getCallSite() const { return CallSite; }
  /external/llvm/include/llvm/IR/
Statepoint.h 95 CallSiteTy getCallSite() const {
101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
107 const Value *IDVal = getCallSite().getArgument(IDPos);
113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
122 return getCallSite().getArgument(CalledFunctionPos);
126 return getCallSite().getInstruction();
136 FunTy *getCaller() const { return getCallSite().getCaller(); }
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
160 assert(CallArgsBeginPos <= (int)getCallSite().arg_size())
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 59 milliseconds