OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_for_next_line
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc
122
const bool
is_for_next_line
= LineDirectiveIsForNextLine(version, profile);
local
126
includer.num_include_directives(),
is_for_next_line
);
262
bool
is_for_next_line
) const {
307
output_stream << GetLineDirective(
is_for_next_line
, error_tag);
333
const bool
is_for_next_line
= LineDirectiveIsForNextLine(version, profile);
365
if (!
is_for_next_line
) ++logical_line_no;
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
compiler.h
208
// The
is_for_next_line
means whether the #line sets the line number for the
219
int num_include_directives, bool
is_for_next_line
) const;
Completed in 59 milliseconds