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

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 23 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;
34 CurrentContext.set(this);
37 CurrentContext.erase();
43 CurrentContext.erase();
90 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
167 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 336 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
338 if (VarContext == CurrentContext)
342 return VarContext->isParentOf(CurrentContext);
  /external/v8/src/
runtime.cc     [all...]

Completed in 693 milliseconds