Home
last modified time | relevance | path

Searched defs:CurrentContext (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h97 std::string CurrentContext; variable
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Deglcurrent.h51 _EGLContext *CurrentContext; member
H A Deglsurface.h64 _EGLContext *CurrentContext; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/Utils/
DTrainingLogger.h97 std::string CurrentContext; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/Utils/
DTrainingLogger.h97 std::string CurrentContext; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/Utils/
DTrainingLogger.h97 std::string CurrentContext; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/Utils/
DTrainingLogger.h97 std::string CurrentContext; variable
/aosp_15_r20/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp24 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp28 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp24 static LLVM_THREAD_LOCAL const CrashRecoveryContextImpl *CurrentContext; variable
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp528 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); in isLive() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver.cc82 CUcontext CurrentContext() { in CurrentContext() function