Home
last modified time | relevance | path

Searched refs:lex (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp5196 …rmTypedNode) = parseContext.handleVariable((yyvsp[0].lex).loc, (yyvsp[0].lex).symbol, (yyvsp[0].le… in yyparse()
5222 …Node) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).d, EbtFloat, (yyvsp[0].lex).loc,… in yyparse()
5230 …TypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).i, (yyvsp[0].lex).loc, true… in yyparse()
5238 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "unsigned literal"); in yyparse()
5239 …TypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).u, (yyvsp[0].lex).loc, true… in yyparse()
5247 …TypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).b, (yyvsp[0].lex).loc, true… in yyparse()
5255 …edNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).string, (yyvsp[0].lex).loc, tr… in yyparse()
5263 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
5264 …TypedNode) = parseContext.intermediate.addConstantUnion((yyvsp[0].lex).i, (yyvsp[0].lex).loc, true… in yyparse()
5272 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
[all …]
Dglslang.y110 } lex; member
153 %lex-param {parseContext}
157 %token <lex> CONST BOOL INT UINT FLOAT
158 %token <lex> BVEC2 BVEC3 BVEC4
159 %token <lex> IVEC2 IVEC3 IVEC4
160 %token <lex> UVEC2 UVEC3 UVEC4
161 %token <lex> VEC2 VEC3 VEC4
162 %token <lex> MAT2 MAT3 MAT4
163 %token <lex> MAT2X2 MAT2X3 MAT2X4
164 %token <lex> MAT3X2 MAT3X3 MAT3X4
[all …]
Dglslang.m4110 } lex;
153 %lex-param {parseContext}
157 %token <lex> CONST BOOL INT UINT FLOAT
158 %token <lex> BVEC2 BVEC3 BVEC4
159 %token <lex> IVEC2 IVEC3 IVEC4
160 %token <lex> UVEC2 UVEC3 UVEC4
161 %token <lex> VEC2 VEC3 VEC4
162 %token <lex> MAT2 MAT3 MAT4
163 %token <lex> MAT2X2 MAT2X3 MAT2X4
164 %token <lex> MAT3X2 MAT3X3 MAT3X4
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
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/
DDirectiveParser.cpp124 lexer->lex(token); in skipUntilEOD()
158 void lex(Token *token) override in lex() function in pp::DefinedParser
162 mLexer->lex(token); in lex()
169 mLexer->lex(token); in lex()
173 mLexer->lex(token); in lex()
187 mLexer->lex(token); in lex()
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(token); in parseDefine()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
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(&token); in TEST_F()
[all …]
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()
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
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(&token); in TEST_F()
[all …]
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()
/third_party/skia/src/sksl/
DBUILD.bazel183 "lex/DFA.h",
184 "lex/DFAState.h",
185 "lex/LexUtil.h",
186 "lex/NFA.cpp",
187 "lex/NFA.h",
188 "lex/NFAState.h",
189 "lex/NFAtoDFA.h",
190 "lex/RegexNode.cpp",
191 "lex/RegexNode.h",
192 "lex/RegexParser.cpp",
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y77 } lex; member
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> STRUCT VOID_TYPE WHILE
[all …]
Dglslang.l181 "true" { yylval->lex.b = true; return BOOLCONSTANT; }
182 "false" { yylval->lex.b = false; return BOOLCONSTANT; }
312 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
322 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
381 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
450 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
467 yyget_extra(yyscanner)->getPreprocessor().lex(&token);
491 yylval->lex.symbol = symbol; in check_type()
545 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_1_keyword()
564 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_keyword()
[all …]
Dglslang_tab_autogen.cpp345 } lex; member
2373 (yylsp[0]), ImmutableString((yyvsp[0].lex).string), (yyvsp[0].lex).symbol); in yyparse()
2390 unionArray->setIConst((yyvsp[0].lex).i); in yyparse()
2400 unionArray->setUConst((yyvsp[0].lex).u); in yyparse()
2410 unionArray->setFConst((yyvsp[0].lex).f); in yyparse()
2420 unionArray->setBConst((yyvsp[0].lex).b); in yyparse()
2432 ImmutableString((yyvsp[0].lex).string)); in yyparse()
2436 getYuvCscStandardEXT(ImmutableString((yyvsp[0].lex).string))); in yyparse()
2481 ImmutableString((yyvsp[0].lex).string), (yylsp[0])); in yyparse()
2610 ImmutableString((yyvsp[0].lex).string), (yyvsp[0].lex).symbol); in yyparse()
[all …]
Dglslang_lex_autogen.cpp1417 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.string = AllocatePoolCharArray(yytext, yyleng); in ES3_reserved_ES3_1_keyword()
3410 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES3_keyword()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
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(token); in parseDefine()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
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(token); in parseDefine()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.l155 "true" { yylval->lex.b = true; return BOOLCONSTANT; }
156 "false" { yylval->lex.b = false; return BOOLCONSTANT; }
280 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
290 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
349 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
418 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng);
435 yyget_extra(yyscanner)->getPreprocessor().lex(&token);
459 yylval->lex.symbol = symbol; in check_type()
501 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES2_ident_ES3_reserved_ES3_1_keyword()
520 yylval->lex.string = AllocatePoolCharArray(yytext, yyleng); in ES2_ident_ES3_keyword()
[all …]
Dglslang.y77 } lex; member
161 %token <lex> INVARIANT 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> CENTROID FLAT SMOOTH
168 %token <lex> READONLY WRITEONLY COHERENT RESTRICT VOLATILE SHARED
169 %token <lex> STRUCT VOID_TYPE WHILE
[all …]
Dglslang_tab.cpp317 } lex; member
2519 …>parseVariableIdentifier((yylsp[0]), ImmutableString((yyvsp[0].lex).string), (yyvsp[0].lex).symbol… in yyparse()
2536 unionArray->setIConst((yyvsp[0].lex).i); in yyparse()
2546 unionArray->setUConst((yyvsp[0].lex).u); in yyparse()
2556 unionArray->setFConst((yyvsp[0].lex).f); in yyparse()
2566 unionArray->setBConst((yyvsp[0].lex).b); in yyparse()
2577 context->error((yylsp[0]), "unsupported value", ImmutableString((yyvsp[0].lex).string)); in yyparse()
2580 …unionArray->setYuvCscStandardEXTConst(getYuvCscStandardEXT(ImmutableString((yyvsp[0].lex).string))… in yyparse()
2621 …(yyvsp[-2].interm.intermTypedNode), (yylsp[-1]), ImmutableString((yyvsp[0].lex).string), (yylsp[0]… in yyparse()
2746 …up) = context->addNonConstructorFunc(ImmutableString((yyvsp[0].lex).string), (yyvsp[0].lex).symbol… in yyparse()
[all …]
/third_party/elfutils/tests/
Drun-addr2line-i-lex-test.sh35 testfiles testfile-lex-inlines
37 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000680 <<\…
41 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000681 <<\…
45 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000690 <<\…
50 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000691 <<\…
56 testrun_compare ${abs_top_builddir}/src/addr2line -f -i -e testfile-lex-inlines 0x0000000000000680 …
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l138 "true" { yylval->lex.b = true; return(BOOLCONSTANT); }
139 "false" { yylval->lex.b = false; return(BOOLCONSTANT); }
255 yylval->lex.string = NewPoolTString(yytext);
265 yylval->lex.string = NewPoolTString(yytext);
325 yylval->lex.string = NewPoolTString(yytext);
394 yylval->lex.string = NewPoolTString(yytext);
407 yyget_extra(yyscanner)->getPreprocessor().lex(&token);
433 yylval->lex.symbol = symbol; in check_type()
477 yylval->lex.string = NewPoolTString(yytext); in ES2_identifier_ES3_keyword()
495 if (!atou_clamp(yytext, &(yylval->lex.u))) in uint_constant()
[all …]
Dglslang_tab.cpp286 } lex; member
2373 …le *variable = context->getNamedVariable((yylsp[0]), (yyvsp[0].lex).string, (yyvsp[0].lex).symbol); in yyparse()
2403 unionArray->setIConst((yyvsp[0].lex).i); in yyparse()
2413 unionArray->setUConst((yyvsp[0].lex).u); in yyparse()
2423 unionArray->setFConst((yyvsp[0].lex).f); in yyparse()
2433 unionArray->setBConst((yyvsp[0].lex).b); in yyparse()
2474 …tionExpression((yyvsp[-2].interm.intermTypedNode), (yylsp[-1]), *(yyvsp[0].lex).string, (yylsp[0])… in yyparse()
2615 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse()
2618 TFunction *function = new TFunction((yyvsp[0].lex).string, type); in yyparse()
2627 if (context->reservedErrorCheck((yylsp[0]), *(yyvsp[0].lex).string)) in yyparse()
[all …]
Dglslang.y79 } lex; member
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> SAMPLER2D SAMPLERCUBE SAMPLER_EXTERNAL_OES SAMPLER2DRECT SAMPLER2DARRAY
[all …]
/third_party/selinux/checkpolicy/
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/mtdev/config-aux/
Dmissing121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c

1234567