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

  /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/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 290 ImmutableCallSite CS(ISP.getCallSite());
318 ISP.getCallSite(), ImmutableStatepoint::CallArgsBeginPos,
597 StatepointSite.getCallSite().getInstruction();
648 ImmutableCallSite CS(ISP.getCallSite());
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 294 const Stmt *getCallSite() const { return CallSite; }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 176 if (CEE->getCalleeContext()->getCallSite() == S)
197 if (CalleeContext->getCallSite() != S)
924 if (CEE->getCalleeContext()->getCallSite() == S ||
925 CEE->getCalleeContext()->getCallSite() == Inner)
    [all...]
ExprEngineCallAndReturn.cpp 87 S = CEE->getCalleeContext()->getCallSite();
229 const Stmt *CE = calleeCtx->getCallSite();
    [all...]
ExprEngineCXX.cpp 253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) {
PathDiagnostic.cpp 703 return CEE->getCalleeContext()->getCallSite();
    [all...]
CallEvent.cpp     [all...]
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 538 AllocStmt = Exit->getCalleeContext()->getCallSite();
RetainCountChecker.cpp     [all...]
MallocChecker.cpp     [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 282 milliseconds