HomeSort by relevance Sort by last modified time
    Searched defs:type_of (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 171 tok.type = adaptor.type_of( e.node )
809 def type_of( tree ) method in class:ANTLR3.CommonTree.TreeAdaptor.each_ancestor
1096 @adaptor.type_of look( i )
1162 case @adaptor.type_of( stop )
1173 buffer << @adaptor.text_of( node ) #|| ' ' << @adaptor.type_of( node ).to_s )
1198 case @adaptor.type_of( stop )
1214 @adaptor.text_of( n ) or " " + @adaptor.type_of( n ).to_s
    [all...]
  /external/v8/src/
factory.cc 118 const char* type_of, byte kind) {
121 type_of, kind); local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 673 (** [type_of v] returns the type of the value [v].
675 val type_of : llvalue -> lltype var
896 [struct_type (Array.map type_of elts)] and containing the values [elts]
908 type {!packed_struct_type} [(Array.map type_of elts)] and containing the
915 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
    [all...]
  /external/v8/src/parsing/
parser.cc 6470 Expression* type_of = factory->NewUnaryOperation( local
    [all...]

Completed in 82 milliseconds