Searched refs:WS (Results 51 - 75 of 136) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h40 #define WS 6 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.h52 #define WS 26 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h41 #define WS 20 macro
H A DSimpleCTP.h29 #define WS 20 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h31 #define WS 5 macro
H A DTreeRewriteLexer.m133 // $ANTLR start "WS"
141 NSInteger _type = WS;
166 /* $ANTLR end "WS" */
170 // TreeRewrite.g:1:8: ( INT | WS ) //ruleblock
197 // TreeRewrite.g:1:14: WS // alt
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteParser.h13 #define WS 5 macro
H A DTreeRewriteLexer.m151 // $ANTLR start "WS"
158 NSInteger _type = WS;
180 // $ANTLR end "WS"
184 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:1:8: ( INT | WS ) //ruleblock
208 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:1:14: WS // alt
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Drule-tracing.rb53 WS: (' ' | '\n' | '\t')+ {$channel = HIDDEN;};
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb58 WS : (' '|'\t'|'\n')+ {$channel=HIDDEN;}
/external/syslinux/efi/
H A Dfio.h9 * WS(c16) - check for CHAR16 white space
12 #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB) macro
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DActionTranslator.g184 : '$' x=ID '.' y=ID WS? '=' expr=ATTR_VALUE_EXPR ';'
269 : '$' x=ID '.' y=ID WS? '='
326 : '$' x=ID '.' y=ID WS? '=' {enclosingRule!=null && input.LA(1)!='='}?
487 : '$' ID WS? '=' expr=ATTR_VALUE_EXPR ';' {enclosingRule!=null
564 : '$' x=ID '::' y=ID WS? '=' expr=ATTR_VALUE_EXPR ';'
665 : '%' ID '(' ( WS? ARG (',' WS? ARG)* WS? )? ')'
686 : '%' '(' ACTION ')' '(' ( WS? ARG (',' WS
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb18 WS : (' '|'\n') {$channel=HIDDEN;} ;
54 WS : (' '|'\\n') {$channel=HIDDEN;} ;
92 WS : (' '|'\\n') {$channel=HIDDEN;} ;
131 WS : (' '|'\n') {$channel=HIDDEN;} ;
169 WS : (' '|'\n') {$channel=HIDDEN;} ;
204 WS : (' '|'\\n') {$channel=HIDDEN;} ;
240 WS : (' '|'\n') {$channel=HIDDEN;} ;
276 WS : (' '|'\\n') {$channel=HIDDEN;} ;
313 WS : (' '|'\n') {$channel=HIDDEN;} ;
347 WS
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs33 public const int WS=9; field in class:DebugGrammarLexer
395 // $ANTLR start "WS"
400 int _type = WS;
453 // $ANTLR end "WS"
457 // BuildOptions\\DebugGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS )
671 // BuildOptions\\DebugGrammar.g3:1:73: WS
H A DProfileGrammarLexer.cs33 public const int WS=9; field in class:ProfileGrammarLexer
395 // $ANTLR start "WS"
400 int _type = WS;
453 // $ANTLR end "WS"
457 // BuildOptions\\ProfileGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS )
671 // BuildOptions\\ProfileGrammar.g3:1:73: WS
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
H A DExpr.g3110 WS : (' '|'\t')+ {Skip();} ;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestExpressionFeatures.g3150 WS
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.h36 #define WS 9 macro
/external/dtc/
H A Ddtc-lexer.l32 WS [[:space:]]
70 <*>"/include/"{WS}*{STRING} {
244 <*>{WS}+ /* eat whitespace */
/external/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h42 raw_ostream &WS, raw_ostream &CS) const override;
/external/arm-neon-tests/
H A Dref_vreinterpret.c41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \
43 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \
50 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \
57 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, N
[all...]
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp222 LexicalScope *WS = WorkStack.back(); local
223 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
238 WS->setDFSOut(++Counter);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLexicalScopes.cpp220 LexicalScope *WS = WorkStack.back(); local
221 const SmallVector<LexicalScope *, 4> &Children = WS->getChildren();
235 WS->setDFSOut(++Counter);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dcalc.rb64 WS: (' ' | '\n' | '\t')+ {$channel = HIDDEN};
H A Dll-star.rb109 WS : ( ' '

Completed in 558 milliseconds

123456