Searched refs:greedy (Results 1 – 25 of 57) sorted by relevance
123
10 : 'return' (options {greedy=false;}:.)* ';'38 : '/*' (options {greedy=false;} : . )* '*/'43 : '//' (options {greedy=false;} : . )* '\n'48 : '"' (options {greedy=false;}: ESC | .)* '"'52 : '\'' (options {greedy=false;}: ESC | .)* '\''
213 // Fuzzy.g:10:2: ( 'return' ( options {greedy=false; } : . )* ';' ) // ruleBlockSingleAlt214 // Fuzzy.g:10:4: 'return' ( options {greedy=false; } : . )* ';' // alt1166 // Fuzzy.g:38:5: ( '/*' ( options {greedy=false; } : . )* '*/' ) // ruleBlockSingleAlt1167 // Fuzzy.g:38:9: '/*' ( options {greedy=false; } : . )* '*/' // alt1245 // Fuzzy.g:43:5: ( '//' ( options {greedy=false; } : . )* '\\n' ) // ruleBlockSingleAlt1246 // Fuzzy.g:43:9: '//' ( options {greedy=false; } : . )* '\\n' // alt1315 // Fuzzy.g:48:2: ( '\"' ( options {greedy=false; } : ESC | . )* '\"' ) // ruleBlockSingleAlt1316 // Fuzzy.g:48:4: '\"' ( options {greedy=false; } : ESC | . )* '\"' // alt1405 … // Fuzzy.g:52:2: ( '\\'' ( options {greedy=false; } : ESC | . )* '\\'' ) // ruleBlockSingleAlt1406 // Fuzzy.g:52:4: '\\'' ( options {greedy=false; } : ESC | . )* '\\'' // alt
13 : 'return' (options {greedy=false;}:.)* ';'22 : '/*' (options {greedy=false;} : . )* '*/'26 : '"' (options {greedy=false;}: ESC | .)* '"'30 : '\'' (options {greedy=false;}: ESC | .)* '\''
20 : 'return' (options {greedy=false;}:.)* ';'48 : '/*' (options {greedy=false;} : . )* '*/'53 : '//' (options {greedy=false;} : . )* '\n'58 : '"' (options {greedy=false;}: ESC | .)* '"'62 : '\'' (options {greedy=false;}: ESC | .)* '\''
39 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;93 : '<!--' (options {greedy=false;} : .)* '-->'97 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'110 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
100 : defparameter (options {greedy=true;}:COMMA defparameter)*120 : fpdef (options {greedy=true;}:COMMA fpdef)* (COMMA)?129 : small_stmt (options {greedy=true;}:SEMI small_stmt)* (SEMI)? NEWLINE311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?326 listmaker: test ( list_for | (options {greedy=true;}:COMMA test)* ) (COMMA)?338 : subscript (options {greedy=true;}:COMMA subscript)* (COMMA)?512 /** Match various string types. Note that greedy=false implies '''517 ( '\'\'\'' (options {greedy=false;}:.)* '\'\'\''518 | '"""' (options {greedy=false;}:.)* '"""'
21 : 'return' (options {greedy=false;}:.)* ';'49 : '/*' (options {greedy=false;} : . )* '*/'54 : '//' (options {greedy=false;} : . )* '\n'59 : '"' (options {greedy=false;}: ESC | .)* '"'63 : '\'' (options {greedy=false;}: ESC | .)* '\''
44 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;98 : '<!--' (options {greedy=false;} : .)* '-->'102 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'115 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
140 ( options {greedy=false;}152 ( options {greedy=false;}166 ( options {greedy=false; k=3;}
1 ; RUN: llc -regalloc=greedy -relocation-model=pic < %s 2>&1 | FileCheck %s7 ; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --…10 ; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s -…13 ; RUN: llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 -lcr-max-depth=0 -exhaustive-re…
3 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
1 ; RUN: llc -O1 -regalloc=greedy -mtriple=x86_64-apple-macosx -march x86-64 < %s -o - | FileCheck %s
3 ; RUN: llc < %s -march=x86 -regalloc=greedy -no-integrated-as | FileCheck %s
45 | '/*' ( options {greedy=false;} : . )* '*/' {skip();}
1 ; RUN: llc < %s -regalloc=greedy -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -verify-mac…3 ; ARM tests that crash or fail with the greedy register allocator.
1 ; RUN: llc -regalloc=greedy -arm-atomic-cfg-tidy=0 < %s | FileCheck %s
24 This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses.
24 …nst Wrong result in case of non-iterative matching of subpatterns in non-greedy cases in YARR Inte…
471 …2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:2: ( 'return' ( options {greedy=false; } : . )* ';…472 …jC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:4: 'return' ( options {greedy=false; } : . )* ';…1299 …ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:38:5: ( '/*' ( options {greedy=false; } : . )* '*…1300 …3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:38:9: '/*' ( options {greedy=false; } : . )* '*…1369 …ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:43:5: ( '//' ( options {greedy=false; } : . )* '\…1370 …3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:43:9: '//' ( options {greedy=false; } : . )* '\…1431 …ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:48:2: ( '\"' ( options {greedy=false; } : ESC | .…1432 …3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:48:4: '\"' ( options {greedy=false; } : ESC | .…1515 …bjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:52:2: ( '\\'' ( options {greedy=false; } : ESC | .…1516 …-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:52:4: '\\'' ( options {greedy=false; } : ESC | .…
326 if (ip->greedy(prog_) || longest_) { in Step()333 if (ip->greedy(prog_)) in Step()
108 bool greedy(Prog *p) { in greedy() function
202 if (ip->greedy(prog_)) { in TrySearch()
276 ( options {greedy=false;}305 ( options {greedy=false; k=3;}