Searched defs:Star (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRecordPattern.h92 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
94 struct Star { struct in namespace:SkRecords
137 // If head isn't a Star, try to match at i once.
148 // If head is a Star, walk i until it doesn't match.
150 unsigned matchHead(Star<T>*, SkRecord* record, unsigned i) {
/external/skia/src/core/
H A DSkRecordPattern.h88 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
90 struct Star { struct in namespace:SkRecords
133 // If head isn't a Star, try to match at i once.
144 // If head is a Star, walk i until it doesn't match.
146 unsigned matchHead(Star<T>*, SkRecord* record, unsigned i) {
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc208 static Info* Star(Info* a);
370 Prefilter::Info* Prefilter::Info::Star(Info *a) { function in class:re2::Prefilter::Info
607 info = Star(child_args[0]);
H A Dregexp.cc191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { function in class:re2::Regexp
H A Dcompile.cc155 Frag Star(Frag a, bool nongreedy);
354 Frag Compiler::Star(Frag a, bool nongreedy) { function in class:re2::Compiler
372 Frag f = Star(a, nongreedy);
756 return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
1089 return Star(ByteRange(0x00, 0xff, false), true);
/external/regex-re2/re2/
H A Dprefilter.cc208 static Info* Star(Info* a);
378 Prefilter::Info* Prefilter::Info::Star(Info *a) { function in class:re2::Prefilter::Info
615 info = Star(child_args[0]);
H A Dregexp.cc191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { function in class:re2::Regexp
H A Dcompile.cc154 Frag Star(Frag a, bool nongreedy);
353 Frag Compiler::Star(Frag a, bool nongreedy) { function in class:re2::Compiler
371 Frag f = Star(a, nongreedy);
755 return Star(child_frags[0], re->parse_flags()&Regexp::NonGreedy);
1088 return Star(ByteRange(0x00, 0xff, false), true);
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/clang/lib/Lex/
H A DModuleMap.cpp922 Star, enumerator in enum:clang::MMToken::TokenKind
1109 Tok.Kind = MMToken::Star;
1294 if (Tok.is(MMToken::Star))
1823 if(Tok.is(MMToken::Star)) {
1996 assert(Tok.is(MMToken::Star));
2108 if (Tok.is(MMToken::Star))
2241 case MMToken::Star:
/external/clang/include/clang/AST/
H A DType.h2235 Normal, Static, Star enumerator in enum:clang::ArrayType::ArraySizeModifier
/external/clang/lib/Sema/
H A DTreeTransform.h9769 SourceLocation Star) {
9770 return SemaRef.BuildPointerType(PointeeType, Star,
9776 SourceLocation Star) {
9777 return SemaRef.BuildBlockPointerType(PointeeType, Star,
9768 RebuildPointerType(QualType PointeeType, SourceLocation Star) argument
9775 RebuildBlockPointerType(QualType PointeeType, SourceLocation Star) argument

Completed in 177 milliseconds