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