Home
last modified time | relevance | path

Searched refs:WHILE (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/minimatch/src/dist/cjs/
H A Dbrace-expressions.js52 WHILE: while (i < glob.length) {
86 continue WHILE;
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
H A Dbrace-expressions.js52 WHILE: while (i < glob.length) {
86 continue WHILE;
/third_party/node/deps/minimatch/src/dist/mjs/
H A Dbrace-expressions.js49 WHILE: while (i < glob.length) {
83 continue WHILE;
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
H A Dbrace-expressions.js49 WHILE: while (i < glob.length) {
83 continue WHILE;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h108 WHILE = 311, enumerator
H A Dglslang.y167 %token <lex> STRUCT VOID_TYPE WHILE
1528 : WHILE LEFT_PAREN { context->symbolTable.push(); context->incrLoopNestingLevel(); } condition RIGHT_PAREN statement_no_new_scope {
1533 | DO { context->incrLoopNestingLevel(); } statement_with_scope WHILE LEFT_PAREN expression RIGHT_PAREN SEMICOLON {
H A Dglslang_tab.cpp195 WHILE = 311, enumerator
752 "VOID_TYPE", "WHILE", "SAMPLER2D", "SAMPLERCUBE", "SAMPLER_EXTERNAL_OES",
H A Dglslang_lex.cpp1706 { return(WHILE); }
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgToken.hpp46 WHILE, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.h121 WHILE = 322, enumerator
H A Dglslang.y169 %token <lex> STRUCT VOID_TYPE WHILE
1598 : WHILE LEFT_PAREN { context->symbolTable.push(); context->incrLoopNestingLevel(); } condition RIGHT_PAREN statement_no_new_scope {
1603 | DO { context->incrLoopNestingLevel(); } statement_with_scope WHILE LEFT_PAREN expression RIGHT_PAREN SEMICOLON {
H A Dglslang_tab_autogen.cpp210 WHILE = 322, enumerator
840 "WHILE",
H A Dglslang_lex_autogen.cpp1346 YY_RULE_SETUP { return WHILE; }
/third_party/node/deps/v8/src/parsing/
H A Dscanner-inl.h82 KEYWORD("while", Token::WHILE) \
H A Dtoken.h159 K(WHILE, "while", 0) \
H A Dparser-base.h5257 case Token::WHILE: in ParseStatement()
5728 Expect(Token::WHILE); in ParseDoWhileStatement()
5760 Consume(Token::WHILE); in ParseWhileStatement()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.hpp132 void WHILE(const Src &temporaryRegister);
H A DVertexProgram.hpp110 void WHILE(const Src &temporaryRegister);
H A DVertexProgram.cpp316 case Shader::OPCODE_WHILE: WHILE(src0); break; in program()
1481 void VertexProgram::WHILE(const Src &temporaryRegister) in WHILE() function in sw::VertexProgram
H A DPixelProgram.cpp356 case Shader::OPCODE_WHILE: WHILE(src0); break; in applyShader()
1796 void PixelProgram::WHILE(const Src &temporaryRegister) in WHILE() function in sw::PixelProgram
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp.h453 WHILE = 654, /* WHILE */ enumerator
H A DScan.cpp360 (*KeywordMap)["while"] = WHILE; in fillInKeywordMap()
948 case WHILE: in tokenizeIdentifier()
/third_party/mksh/
H A Dsyn.c451 case WHILE: in get_command()
454 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()
800 { "while", WHILE, true },
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y401 %token <integer> WAIT WHILE
1403 predicate WHILE execsize JUMP_LABEL instoptions
1437 | predicate WHILE execsize relativelocation instoptions
/third_party/node/deps/minimatch/
H A Dindex.js304 WHILE:
336 continue WHILE;

Completed in 79 milliseconds

12