OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSuppressWarnings
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
compiler.h
110
void
SetSuppressWarnings
();
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.hpp
214
void
SetSuppressWarnings
() {
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc.cc
308
options->compiler.
SetSuppressWarnings
();
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc
226
void Compiler::
SetSuppressWarnings
() { suppress_warnings_ = true; }
Completed in 401 milliseconds