Searched refs:SORT_NONE (Results 1 – 5 of 5) sorted by relevance
150 %token SORT_NONE501 WildcardPattern::create(*$1, WildcardPattern::SORT_NONE);514 { $$ = WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); }538 WildcardPattern::create(*$2, WildcardPattern::SORT_NONE));543 WildcardPattern::create(*$1, WildcardPattern::SORT_NONE));563 { $$ = WildcardPattern::create(*$1, WildcardPattern::SORT_NONE); }564 | SORT_NONE '(' wildcard_pattern ')'565 { $$ = WildcardPattern::create(*$3, WildcardPattern::SORT_NONE); }
86 if (wildcard->sortPolicy() != WildcardPattern::SORT_NONE) in dump()
139 <LDSCRIPT>"SORT_NONE" { return token::SORT_NONE; }
27 SORT_NONE, enumerator
44 WildcardPattern::create("*", WildcardPattern::SORT_NONE); in Input()49 WildcardPattern::create(pName, WildcardPattern::SORT_NONE)); in Input()