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

  /external/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 583 /// CallEnter uses the caller's location context.
584 class CallEnter : public ProgramPoint {
586 CallEnter(const Stmt *stmt, const StackFrameContext *calleeCtx,
607 CallEnter() {}
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 72 IntrusiveRefCntPtr<PathDiagnosticEventPiece> CallEnter =
74 if (CallEnter)
75 Current.push_back(CallEnter);
124 SourceLocation CallLoc = CP->callEnter.asLocation();
301 FullSourceLoc X_CEL = X.callEnter.asLocation();
302 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
674 } else if (Optional<CallEnter> CE = P.getAs<CallEnter>()) {
695 if (Optional<CallEnter> CE = P.getAs<CallEnter>())
    [all...]

Completed in 72 milliseconds