Searched refs:GREEDY (Results 1 – 3 of 3) sorted by relevance
5 …-apple-ios -mcpu=cortex-a8 -regalloc=greedy | FileCheck %s -check-prefix=GREEDY -check-prefix=CHECK46 ; GREEDY: @f47 ; GREEDY: %bb48 ; GREEDY: ldrd49 ; GREEDY: str118 ; GREEDY: strd r0, r1, [sp, #-8]!124 ; GREEDY: ldrd r1, r2, [sp]
374 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator401 bool is_greedy() { return quantifier_type_ == GREEDY; } in is_greedy()
602 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()