Home
last modified time | relevance | path

Searched defs:CContext (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp47 spv_context& Context::CContext() { return context_; } in CContext() function in spvtools::Context
49 const spv_context& Context::CContext() const { return context_; } in CContext() function in spvtools::Context
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp47 spv_context& Context::CContext() { return context_; } in CContext() function in spvtools::Context
49 const spv_context& Context::CContext() const { return context_; } in CContext() function in spvtools::Context
/external/clang/lib/Sema/
DSemaChecking.cpp7824 SourceLocation CContext, unsigned diag, in DiagnoseImpCast()
7838 void DiagnoseImpCast(Sema &S, Expr *E, QualType T, SourceLocation CContext, in DiagnoseImpCast()
7847 SourceLocation CContext) { in DiagnoseFloatingImpCast()