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.py | 4 from ._regexes import _ind, STRING_LITERAL namespace 24 {_ind(STRING_LITERAL, 3)}
|
H A D | _regexes.py | 24 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.py | 5 STRING_LITERAL, 38 {_ind(STRING_LITERAL, 3)}
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 408 STRING_LITERAL = 609, /* STRING_LITERAL */ enumerator
|
H A D | Scan.cpp | 896 case PpAtomConstString: parserToken->sType.lex.string = NewPoolTString(tokenText); return STRING_LITERAL; in tokenize()
|
Completed in 6 milliseconds