Home
last modified time | relevance | path

Searched refs:lex (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp412 void lex(unsigned SkipChar = 0);
563 void MIParser::lex(unsigned SkipChar) { in lex() function in MIParser
611 lex(); in expectAndConsume()
618 lex(); in consumeIfPresent()
630 lex(); in parseBasicBlockDefinition()
641 lex(); in parseBasicBlockDefinition()
645 lex(); in parseBasicBlockDefinition()
655 lex(); in parseBasicBlockDefinition()
691 lex(); in parseBasicBlockDefinitions()
694 lex(); in parseBasicBlockDefinitions()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp124 lexer->lex(token); in skipUntilEOD()
158 void lex(Token *token) override
162 mLexer->lex(token);
169 mLexer->lex(token);
173 mLexer->lex(token);
187 mLexer->lex(token);
229 void DirectiveParser::lex(Token *token) in lex() function in pp::DirectiveParser
233 mTokenizer->lex(token); in lex()
265 mTokenizer->lex(token); in parseDirective()
345 mTokenizer->lex(toke in parseDefine()
[all...]
H A DPreprocessor.cpp78 void Preprocessor::lex(Token *token) in lex() function in pp::Preprocessor
83 mImpl->macroExpander.lex(token); in lex()
H A DMacroExpander.cpp43 void lex(Token *token) override
120 void MacroExpander::lex(Token *token) in lex() function in pp::MacroExpander
222 mLexer->lex(token); in getToken()
451 expander.lex(&token); in collectMacroArgs()
455 expander.lex(&token); in collectMacroArgs()
H A DLexer.h28 virtual void lex(Token *token) = 0;
H A DPreprocessor.h57 void lex(Token *token);
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dlocation_test.cpp26 mPreprocessor.lex(&token); in expectLocation()
89 mPreprocessor.lex(&token); in TEST_F()
119 mPreprocessor.lex(&token); in TEST_F()
125 mPreprocessor.lex(&token); in TEST_F()
137 mPreprocessor.lex(&token); in TEST_F()
143 mPreprocessor.lex(&token); in TEST_F()
155 mPreprocessor.lex(&token); in TEST_F()
161 mPreprocessor.lex(&token); in TEST_F()
277 mPreprocessor.lex(&token); in TEST_F()
292 mPreprocessor.lex( in TEST_F()
[all...]
H A Dspace_test.cpp27 mPreprocessor.lex(&token); in expectSpace()
90 mPreprocessor.lex(&token); in TEST_F()
95 mPreprocessor.lex(&token); in TEST_F()
99 mPreprocessor.lex(&token); in TEST_F()
103 mPreprocessor.lex(&token); in TEST_F()
H A DPreprocessorTest.cpp23 preprocessor->lex(&token); in preprocess()
67 preprocessor.lex(token); in lexSingleToken()
77 preprocessor.lex(token); in lexSingleToken()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang.y77 } lex;
161 %token <lex> INVARIANT PRECISE HIGH_PRECISION MEDIUM_PRECISION LOW_PRECISION PRECISION
162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
163 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT
164 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4 UVEC2 UVEC3 UVEC4
165 %token <lex> MATRIX2 MATRIX3 MATRIX4 IN_QUAL OUT_QUAL INOUT_QUAL UNIFORM BUFFER VARYING
166 %token <lex> MATRIX2x3 MATRIX3x2 MATRIX2x4 MATRIX4x2 MATRIX3x4 MATRIX4x3
167 %token <lex> SAMPLE CENTROID FLAT SMOOTH NOPERSPECTIVE PATCH
168 %token <lex> READONLY WRITEONLY COHERENT RESTRICT VOLATILE SHARED
169 %token <lex> STRUC
[all...]
H A Dglslang_lex_autogen.cpp194 * to BEGIN to return to the state. The YYSTATE alias is for lex
1417 yylval->lex.b = true;
1424 yylval->lex.b = false;
1861 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
1873 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
1926 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
2109 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
3307 yyget_extra(yyscanner)->getPreprocessor().lex(&token); in string_input()
3334 yylval->lex.symbol = symbol; in check_type()
3391 yylval->lex in ES3_reserved_ES3_1_keyword()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp120 lexer->lex(token); in skipUntilEOD()
162 void DirectiveParser::lex(Token *token) in lex() function in angle::pp::DirectiveParser
166 mTokenizer->lex(token); in lex()
198 mTokenizer->lex(token); in parseDirective()
277 mTokenizer->lex(token); in parseDefine()
309 mTokenizer->lex(token); in parseDefine()
316 mTokenizer->lex(token); in parseDefine()
330 mTokenizer->lex(token); // Get ','. in parseDefine()
338 mTokenizer->lex(token); // Get ')'. in parseDefine()
348 mTokenizer->lex(toke in parseDefine()
[all...]
H A DPreprocessor.cpp71 void Preprocessor::lex(Token *token) in lex() function in angle::pp::Preprocessor
76 mImpl->macroExpander.lex(token); in lex()
H A DMacroExpander.cpp38 void lex(Token *token) override
110 void MacroExpander::lex(Token *token) in lex() function in angle::pp::MacroExpander
216 mLexer->lex(token); in getToken()
447 expander.lex(&token); in collectMacroArgs()
451 expander.lex(&token); in collectMacroArgs()
H A DLexer.h25 virtual void lex(Token *token) = 0;
H A DPreprocessor.h59 void lex(Token *token);
H A DTokenizer.h48 void lex(Token *token) override;
/third_party/selinux/checkpolicy/
H A DMakefile22 CHECKOBJS = y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o \
27 GENERATED=lex.yy.c y.tab.c y.tab.h
44 lex.yy.o: lex.yy.c
50 lex.yy.c: policy_scan.l y.tab.c
71 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang.y79 } lex;
160 %token <lex> INVARIANT HIGH_PRECISION MEDIUM_PRECISION LOW_PRECISION PRECISION
161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
162 %token <lex> BREAK CONTINUE DO ELSE FOR IF DISCARD RETURN SWITCH CASE DEFAULT
163 %token <lex> BVEC2 BVEC3 BVEC4 IVEC2 IVEC3 IVEC4 VEC2 VEC3 VEC4 UVEC2 UVEC3 UVEC4
164 %token <lex> MATRIX2 MATRIX3 MATRIX4 IN_QUAL OUT_QUAL INOUT_QUAL UNIFORM VARYING
165 %token <lex> MATRIX2x3 MATRIX3x2 MATRIX2x4 MATRIX4x2 MATRIX3x4 MATRIX4x3
166 %token <lex> CENTROID FLAT SMOOTH
167 %token <lex> STRUCT VOID_TYPE WHILE
168 %token <lex> SAMPLER2
[all...]
H A Dglslang_lex.cpp264 * to BEGIN to return to the state. The YYSTATE alias is for lex
1774 { yylval->lex.b = true; return(BOOLCONSTANT); }
1778 { yylval->lex.b = false; return(BOOLCONSTANT); }
2024 yylval->lex.string = NewPoolTString(yytext);
2036 yylval->lex.string = NewPoolTString(yytext);
2091 yylval->lex.string = NewPoolTString(yytext);
2327 yylval->lex.string = NewPoolTString(yytext);
3639 yyget_extra(yyscanner)->getPreprocessor().lex(&token); in string_input()
3665 yylval->lex.symbol = symbol; in check_type()
3709 yylval->lex in ES2_identifier_ES3_keyword()
[all...]
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py261 lex = self._lex_handler_prop
263 if lex is None:
270 parser.CommentHandler = lex.comment
271 parser.StartCdataSectionHandler = lex.startCDATA
272 parser.EndCdataSectionHandler = lex.endCDATA
274 parser.EndDoctypeDeclHandler = lex.endDTD
/third_party/python/Lib/
H A Dshlex.py311 lex = shlex(s, posix=posix)
312 lex.whitespace_split = True
314 lex.commenters = ''
315 return list(lex)
/third_party/glslang/glslang/MachineIndependent/
H A DScan.cpp835 parserToken->sType.lex.loc = loc; in tokenize()
896 case PpAtomConstString: parserToken->sType.lex.string = NewPoolTString(tokenText); return STRING_LITERAL; in tokenize()
897 case PpAtomConstInt: parserToken->sType.lex.i = ppToken.ival; return INTCONSTANT; in tokenize()
898 case PpAtomConstUint: parserToken->sType.lex.i = ppToken.ival; return UINTCONSTANT; in tokenize()
899 case PpAtomConstFloat: parserToken->sType.lex.d = ppToken.dval; return FLOATCONSTANT; in tokenize()
900 case PpAtomConstInt16: parserToken->sType.lex.i = ppToken.ival; return INT16CONSTANT; in tokenize()
901 case PpAtomConstUint16: parserToken->sType.lex.i = ppToken.ival; return UINT16CONSTANT; in tokenize()
902 case PpAtomConstInt64: parserToken->sType.lex.i64 = ppToken.i64val; return INT64CONSTANT; in tokenize()
903 case PpAtomConstUint64: parserToken->sType.lex.i64 = ppToken.i64val; return UINT64CONSTANT; in tokenize()
904 case PpAtomConstDouble: parserToken->sType.lex in tokenize()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp92 Token lex() { in lex() function in llvm::object::Lexer
103 return lex(); in lex()
162 Tok = Lex.lex(); in read()
/third_party/python/Lib/test/
H A Dtest_shlex.py158 lex = shlex.shlex(io.StringIO(s))
159 tok = lex.get_token()
162 tok = lex.get_token()

Completed in 22 milliseconds

1234