Home
last modified time | relevance | path

Searched refs:STRING_LITERAL (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_delim.py4 from ._regexes import _ind, STRING_LITERAL namespace
24 {_ind(STRING_LITERAL, 3)}
H A D_regexes.py24 STRING_LITERAL = textwrap.dedent(rf'''
253 (?: {_ind(STRING_LITERAL, 4)} \s* )*
254 {_ind(STRING_LITERAL, 4)}
262 {_ind(STRING_LITERAL, 4)}
275 {_ind(STRING_LITERAL, 5)}
367 {_ind(STRING_LITERAL, 4)}
389 {_ind(STRING_LITERAL, 3)}
428 {_ind(STRING_LITERAL, 6)}
464 {_ind(STRING_LITERAL, 7)}
559 {_ind(STRING_LITERAL,
[all...]
H A D_common.py5 STRING_LITERAL,
38 {_ind(STRING_LITERAL, 3)}
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp.h408 STRING_LITERAL = 609, /* STRING_LITERAL */ enumerator
H A DScan.cpp896 case PpAtomConstString: parserToken->sType.lex.string = NewPoolTString(tokenText); return STRING_LITERAL; in tokenize()

Completed in 5 milliseconds