HomeSort by relevance Sort by last modified time
    Searched defs:type_of (Results 1 - 2 of 2) 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/llvm/bindings/ocaml/llvm/
llvm.mli 565 (** [type_of v] returns the type of the value [v].
567 val type_of : llvalue -> lltype var
762 [struct_type (Array.map type_of elts)] and containing the values [elts]
774 type {!packed_struct_type} [(Array.map type_of elts)] and containing the
782 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
    [all...]

Completed in 436 milliseconds