Searched defs:SuppressWarnings (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang.cpp473 void Slang::reset(bool SuppressWarnings) { argument
481 if (!SuppressWarnings || mDiagEngine->hasErrorOccurred()) {
H A Dslang_rs.cpp441 void SlangRS::reset(bool SuppressWarnings) { argument
445 Slang::reset(SuppressWarnings);

Completed in 64 milliseconds