HomeSort by relevance Sort by last modified time
    Searched refs:get_type (Results 1 - 18 of 18) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 22 last if $token->get_type() == $TLexer::EOF;
24 print "type: ", $token->get_type(), "\n";
t.pl 17 last if $token->get_type() == $TLexer::EOF;
19 print "type: ", $token->get_type(), "\n";
  /external/antlr/antlr-3.4/runtime/Perl5/examples/id/
id.pl 17 last if $token->get_type() == IDLexer->EOF;
20 print "type: ", $token->get_type(), "\n";
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 27 typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution failure [with T = int *]: type 'int *' cannot be used prior to '::'}}
29 void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: substitution failure [with T = int]: array size is negative}}
32 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}}
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 79 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();
CommonToken.pm 77 $self->type($token->get_type());
86 sub get_type { subroutine
Parser.pm 49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
RecognitionException.pm 94 return $self->token->get_type();
BaseRecognizer.pm 238 if ($t->get_type() == ANTLR::Runtime::Token->EOF) {
241 my $ttype = $t->get_type();
  /external/clang/test/SemaCXX/
typo-correction.cpp 46 int get_type(struct Derived *st) { function
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 403 assert(idi.get_type() == InstructionDisassembler::RELATIVE_CALL);
406 assert(idi.get_type() == InstructionDisassembler::RELATIVE_JUMP);
409 assert(idi.get_type() == InstructionDisassembler::RET);
412 assert(idi.get_type() == InstructionDisassembler::RELATIVE_COND_JUMP);
422 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
425 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
436 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
439 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
    [all...]
  /external/harfbuzz_ng/src/
main.cc 167 lookup.get_type(), lookup.get_props());
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 2138 inline unsigned int get_type (void) const { return extensionLookupType; } function in struct:OT::ExtensionFormat1
2160 inline unsigned int get_type (void) const function in struct:OT::Extension
    [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-common-private.hh 562 inline unsigned int get_type (void) const { return lookupType; } function in struct:OT::Lookup
    [all...]
  /external/linux-tools-perf/util/
trace-event-parse.c 402 static enum event_type get_type(int ch) function
453 type = get_type(ch);
549 while (get_type(__peek_char()) == type) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 591 iface->get_type = webKitWebSrcUriGetType;

Completed in 492 milliseconds