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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 54 @adaptor.text_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
59 @adaptor.text_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
69 @adaptor.text_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
72 @adaptor.type_of( tree ), @adaptor.type_name( tree ), @adaptor.type_of( tree )
socket.rb 211 adaptor.type_of( node ), adaptor.text_of( node )
241 type = adaptor.type_of( node )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 129 type = @adaptor.type_of( node )
138 type = @adaptor.type_of( node )
wizard.rb 343 type = @adaptor.type_of( tree )
397 @adaptor.type_of( tree ) == type and yield( tree, parent, index, nil )
425 @adaptor.type_of( tree ) == pattern.type or return false
447 adaptor.type_of( tree_a ) == adaptor.type_of( tree_b ) or return false
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 105 insist (i32_type = type_of c);
113 insist (i64_type = type_of c);
120 insist (i64_type = type_of c);
127 insist (i32_type = type_of c);
134 insist ((array_type i8_type 11) = type_of c);
141 insist ((array_type i8_type 9) = type_of c);
150 insist (float_type = type_of cs);
154 insist (double_type = type_of cd);
158 insist (double_type = type_of cd)
171 insist ((array_type i32_type 2) = (type_of c))
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 66 if element_type (type_of f) <> ft then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 66 if element_type (type_of f) <> ft then
  /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/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 188 if element_type (type_of f) <> ft then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 206 if element_type (type_of f) <> ft then
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 304 if element_type (type_of f) <> ft then
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 296 type = nodes.tree_adaptor.type_of(t)
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 656 (** [type_of v] returns the type of the value [v].
658 val type_of : llvalue -> lltype var
867 [struct_type (Array.map type_of elts)] and containing the values [elts]
879 type {!packed_struct_type} [(Array.map type_of elts)] and containing the
886 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
    [all...]
llvm.ml 389 external type_of : llvalue -> lltype = "llvm_type_of"
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst     [all...]
OCamlLangImpl4.rst 754 if element_type (type_of f) <> ft then
    [all...]
OCamlLangImpl5.rst     [all...]
OCamlLangImpl6.rst     [all...]
OCamlLangImpl7.rst     [all...]

Completed in 258 milliseconds