Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/SemaTemplate/
Doverload-candidates.cpp27 …typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution fa…
29 …void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: sub…
32 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}} in test_get_type()
/external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
Dt.pl17 last if $token->get_type() == $TLexer::EOF;
19 print "type: ", $token->get_type(), "\n";
Dt-error.pl22 last if $token->get_type() == $TLexer::EOF;
24 print "type: ", $token->get_type(), "\n";
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
Did.pl17 last if $token->get_type() == IDLexer->EOF;
20 print "type: ", $token->get_type(), "\n";
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DCommonTokenStream.pm79 while (defined $t && $t->get_type() != ANTLR::Runtime::CharStream->EOF) {
83 my $channel = $self->channel_override_map->{$t->get_type()};
89 if (defined $self->discard_set && $self->discard_set->contains($t->get_type())) {
198 if (!defined $types || $types->member($t->get_type())) {
278 return $self->LT($i)->get_type();
DCommonToken.pm77 $self->type($token->get_type());
86 sub get_type { method in ANTLR::Runtime::CommonToken
DRecognitionException.pm94 return $self->token->get_type();
DParser.pm49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
DBaseRecognizer.pm238 if ($t->get_type() == ANTLR::Runtime::Token->EOF) {
241 my $ttype = $t->get_type();
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dlexer.t67 last if $token->get_type() == IDLexer->EOF;
70 print "type: ", $token->get_type(), "\n";
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh1135 unsigned int type = get_type (); in is_reverse()
1162 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage()
1299 unsigned int lookup_type = get_type (); in dispatch()
1314 if (unlikely (!list.sanitize (c, this, get_type ()))) return TRACE_RETURN (false); in sanitize()
1316 if (unlikely (get_type () == SubstLookupSubTable::Extension)) in sanitize()
1321 unsigned int type = get_subtable (0).u.extension.get_type (); in sanitize()
1324 if (get_subtable (i).u.extension.get_type () != type) in sanitize()
1383 unsigned int type = get_type (); in is_reverse()
Dmain.cc167 lookup.get_type(), lookup.get_props()); in main()
Dhb-ot-layout-gsubgpos-private.hh2138 inline unsigned int get_type (void) const { return extensionLookupType; } in get_type() function
2160 inline unsigned int get_type (void) const in get_type() function
2163 case 1: return u.format1.get_type (); in get_type()
2186 return get_subtable<typename T::LookupSubTable> ().dispatch (c, get_type ()); in dispatch()
2203 …TRACE_RETURN (StructAtOffset<typename T::LookupSubTable> (this, offset).sanitize (c, get_type ())); in sanitize()
Dhb-ot-layout-gpos-table.hh1451 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); in add_coverage()
1501 unsigned int lookup_type = get_type (); in dispatch()
1515 return TRACE_RETURN (list.sanitize (c, this, get_type ())); in sanitize()
Dhb-ot-layout-common-private.hh562 inline unsigned int get_type (void) const { return lookupType; } in get_type() function
/external/clang/test/SemaCXX/
Dtypo-correction.cpp46 int get_type(struct Derived *st) { in get_type() function
/external/linux-tools-perf/util/
Dtrace-event-parse.c402 static enum event_type get_type(int ch) in get_type() function
453 type = get_type(ch); in __read_token()
549 while (get_type(__peek_char()) == type) { in __read_token()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DWebKitWebSourceGStreamer.cpp591 iface->get_type = webKitWebSrcUriGetType; in webKitWebSrcUriHandlerInit()
/external/bison/
DChangeLog-1998236 (get_type, packsymbols): Revised most error messages. Changed
246 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
1336 (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
DChangeLog-201219870 (get_type): Remove, unused.
22749 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
23019 (get_type, parse_start_decl): Use the same `invalid' message.
23879 (get_type, packsymbols): Revised most error messages.
23887 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
/external/webkit/Source/WebKit/gtk/
DChangeLog12596 Set the right visibility to the WebKitSoupAuthDialog get_type
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0621593 get_type() function for the WebKitAccessibleHyperlink class.