Home
last modified time | relevance | path

Searched refs:SEMICOLON (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/boost/libs/spirit/classic/example/fundamental/
Derror_reporting.cpp67 SEMICOLON(';') in definition()
70 = *(eps_p(alpha_p|SEMICOLON) >> in definition()
72 (SEMICOLON|error_missing_semicolon)) in definition()
77 SEMICOLON; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y192 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
597 : function_prototype SEMICOLON {
600 | init_declarator_list SEMICOLON {
603 | PRECISION precision_qualifier type_specifier_no_prec SEMICOLON {
607 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE SEMICOLON {
611 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE IDENTIFIER SEMICOLON {
615 …_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET constant_expression RIGHT_BRACKET SEMICOLON {
619 | type_qualifier SEMICOLON {
623 | type_qualifier IDENTIFIER SEMICOLON // e.g. to qualify an existing variable as invariant
1226 : type_specifier struct_declarator_list SEMICOLON {
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y198 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
603 : function_prototype SEMICOLON {
606 | init_declarator_list SEMICOLON {
609 | PRECISION precision_qualifier type_specifier_no_prec SEMICOLON {
613 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE SEMICOLON {
617 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE IDENTIFIER SEMICOLON {
621 …e_qualifier enter_struct struct_declaration_list RIGHT_BRACE IDENTIFIER array_specifier SEMICOLON {
625 | type_qualifier SEMICOLON {
629 …| type_qualifier IDENTIFIER SEMICOLON // e.g. to qualify an existing variable as invariant or prec…
1450 : type_specifier struct_declarator_list SEMICOLON {
[all …]
Dglslang_tab_autogen.h222 SEMICOLON = 423, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.y183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
607 : function_prototype SEMICOLON {
610 | init_declarator_list SEMICOLON {
616 | PRECISION precision_qualifier type_specifier_no_prec SEMICOLON {
623 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE SEMICOLON {
627 | type_qualifier enter_struct struct_declaration_list RIGHT_BRACE IDENTIFIER SEMICOLON {
631 …_declaration_list RIGHT_BRACE IDENTIFIER LEFT_BRACKET constant_expression RIGHT_BRACKET SEMICOLON {
635 | type_qualifier SEMICOLON {
1354 : type_specifier struct_declarator_list SEMICOLON {
1357 | type_qualifier type_specifier struct_declarator_list SEMICOLON {
[all …]
Dglslang_tab.h166 SEMICOLON = 369, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLParser.cpp388 this->expect(Token::SEMICOLON, "';'"); in enumDeclaration()
408 if (lookahead.fKind == Token::SEMICOLON) { in declaration()
416 if (getNode(type).getTypeData().fIsStructDeclaration && this->checkNext(Token::SEMICOLON)) { in declaration()
445 if (!this->checkNext(Token::SEMICOLON)) { in declaration()
534 this->expect(Token::SEMICOLON, "';'"); in structVarDeclaration()
603 if (!this->expect(Token::SEMICOLON, "';'")) { in varDeclarationEnd()
1046 case Token::SEMICOLON: in statement()
1137 this->expect(Token::SEMICOLON, "';'"); in interfaceBlock()
1202 if (!this->expect(Token::SEMICOLON, "';'")) { in doStatement()
1327 case Token::SEMICOLON: in forStatement()
[all …]
DSkSLLexer.h204 #undef SEMICOLON
205 SEMICOLON, enumerator
/third_party/glslang/Test/baseResults/
DcppBad4.vert.out3 ERROR: 0:5: '' : syntax error, unexpected SEMICOLON, expecting LEFT_PAREN
DsyntaxError.frag.out3 ERROR: 0:9: '' : syntax error, unexpected IDENTIFIER, expecting COMMA or SEMICOLON
DcppBad.vert.out7 ERROR: 0:6: '' : syntax error, unexpected INT, expecting COMMA or SEMICOLON
Dglspv.vert.out11 ERROR: 0:20: '' : syntax error, unexpected IDENTIFIER, expecting LEFT_BRACE or COMMA or SEMICOLON
Dglspv.frag.out11 ERROR: 0:28: '' : syntax error, unexpected IDENTIFIER, expecting LEFT_BRACE or COMMA or SEMICOLON
DbadChars.frag.out9 ERROR: 0:7: '' : syntax error, unexpected INT, expecting COMMA or SEMICOLON
Dspv.bufferhandle_Error.frag.out24 ERROR: 0:46: '' : syntax error, unexpected LEFT_BRACE, expecting COMMA or SEMICOLON
/third_party/parse5/packages/parse5/lib/common/
Dunicode.js59 SEMICOLON: 0x3b, property
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDataDrivenTestHelper.java22 public static final Splitter SEMICOLON = Splitter.on(';').trimResults(); field in DataDrivenTestHelper
144 List<String> arguments = SEMICOLON.splitToList(line); in load()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDataDrivenTestHelper.java23 public static final Splitter SEMICOLON = Splitter.on(';').trimResults(); field in DataDrivenTestHelper
145 List<String> arguments = SEMICOLON.splitToList(line); in load()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgStatement.cpp223 str << Token::SEMICOLON << Token::NEWLINE; in tokenize()
342 str << Token::SEMICOLON << Token::NEWLINE; in tokenize()
559 str << Token::SEMICOLON << Token::NEWLINE; in tokenize()
DrsgShader.cpp97 …str << Token::PRECISION << Token::MEDIUM_PRECISION << Token::FLOAT << Token::SEMICOLON << Token::N… in tokenize()
DrsgToken.hpp63 SEMICOLON, enumerator
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y272 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
859 : function_prototype SEMICOLON {
864 | init_declarator_list SEMICOLON {
869 | PRECISION precision_qualifier type_specifier SEMICOLON {
876 | block_structure SEMICOLON {
880 | block_structure IDENTIFIER SEMICOLON {
884 | block_structure IDENTIFIER array_specifier SEMICOLON {
888 | type_qualifier SEMICOLON {
893 | type_qualifier IDENTIFIER SEMICOLON {
898 | type_qualifier IDENTIFIER identifier_list SEMICOLON {
[all …]
Dglslang.m4272 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
859 : function_prototype SEMICOLON {
864 | init_declarator_list SEMICOLON {
869 | PRECISION precision_qualifier type_specifier SEMICOLON {
876 | block_structure SEMICOLON {
880 | block_structure IDENTIFIER SEMICOLON {
884 | block_structure IDENTIFIER array_specifier SEMICOLON {
888 | type_qualifier SEMICOLON {
893 | type_qualifier IDENTIFIER SEMICOLON {
898 | type_qualifier IDENTIFIER identifier_list SEMICOLON {
[all …]
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex93 SEMICOLON = ";"
/third_party/skia/src/sksl/lex/
Dsksl.lex93 SEMICOLON = ";"

12345