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

/external/chromium_org/third_party/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.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/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h45 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/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/clang/lib/Lex/
H A DModuleMap.cpp732 Star, enumerator in enum:clang::MMToken::TokenKind
907 Tok.Kind = MMToken::Star;
1080 if (Tok.is(MMToken::Star))
1538 if(Tok.is(MMToken::Star)) {
1697 assert(Tok.is(MMToken::Star));
1806 if (Tok.is(MMToken::Star))
1948 case MMToken::Star:
/external/clang/include/clang/AST/
H A DType.h2211 Normal, Static, Star enumerator in enum:clang::ArrayType::ArraySizeModifier
/external/clang/lib/Sema/
H A DTreeTransform.h9224 SourceLocation Star) {
9225 return SemaRef.BuildPointerType(PointeeType, Star,
9231 SourceLocation Star) {
9232 return SemaRef.BuildBlockPointerType(PointeeType, Star,
9223 RebuildPointerType(QualType PointeeType, SourceLocation Star) argument
9230 RebuildBlockPointerType(QualType PointeeType, SourceLocation Star) argument

Completed in 734 milliseconds