Home
last modified time | relevance | path

Searched refs:isDiagnosticEnabled (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp185 static bool isDiagnosticEnabled(const DiagnosticInfo &DI) { in isDiagnosticEnabled() function
222 (!pImpl->RespectDiagnosticFilters || isDiagnosticEnabled(DI)) && in diagnose()
226 if (!isDiagnosticEnabled(DI)) in diagnose()