Home
last modified time | relevance | path

Searched refs:type_of (Results 1 – 25 of 32) sorted by relevance

12

/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dtrace-event-listener.rb54 @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 )
Dsocket.rb211 adaptor.type_of( node ), adaptor.text_of( node )
241 type = adaptor.type_of( node )
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb343 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
Ddebug.rb129 type = @adaptor.type_of( node )
138 type = @adaptor.type_of( node )
/external/llvm/test/Bindings/OCaml/
Dcore.ml105 insist (i32_type = type_of c);
114 insist (i64_type = type_of c);
122 insist (i64_type = type_of c);
130 insist (i32_type = type_of c);
140 insist (i64_type = type_of c);
154 insist ((array_type i8_type 11) = type_of c);
162 insist ((array_type i8_type 9) = type_of c);
173 insist (float_type = type_of cs);
178 insist (double_type = type_of cd);
183 insist (double_type = type_of cd);
[all …]
/external/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml115 insist (i32_type = type_of c);
124 insist (i64_type = type_of c);
132 insist (i64_type = type_of c);
140 insist (i32_type = type_of c);
150 insist (i64_type = type_of c);
164 insist ((array_type i8_type 11) = type_of c);
172 insist ((array_type i8_type 9) = type_of c);
183 insist (float_type = type_of cs);
188 insist (double_type = type_of cd);
193 insist (double_type = type_of cd);
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb171 tok.type = adaptor.type_of( e.node )
809 def type_of( tree ) method
1096 @adaptor.type_of look( i )
1162 case @adaptor.type_of( stop )
1198 case @adaptor.type_of( stop )
1214 @adaptor.text_of( n ) or " " + @adaptor.type_of( n ).to_s
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml66 if element_type (type_of f) <> ft then
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml66 if element_type (type_of f) <> ft then
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml66 if element_type (type_of f) <> ft then
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml66 if element_type (type_of f) <> ft then
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml188 if element_type (type_of f) <> ft then
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml188 if element_type (type_of f) <> ft then
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml206 if element_type (type_of f) <> ft then
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml206 if element_type (type_of f) <> ft then
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml304 if element_type (type_of f) <> ft then
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml304 if element_type (type_of f) <> ft then
/external/antlr/runtime/Ruby/test/unit/
Dtest-trees.rb296 type = nodes.tree_adaptor.type_of(t)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli699 (** [type_of v] returns the type of the value [v].
701 val type_of : llvalue -> lltype val
926 [struct_type (Array.map type_of elts)] and containing the values [elts]
938 type {!packed_struct_type} [(Array.map type_of elts)] and containing the
945 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
Dllvm.ml419 external type_of : llvalue -> lltype = "llvm_type_of"
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli737 (** [type_of v] returns the type of the value [v].
739 val type_of : llvalue -> lltype val
977 [struct_type (Array.map type_of elts)] and containing the values [elts]
989 type {!packed_struct_type} [(Array.map type_of elts)] and containing the
996 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
Dllvm.ml498 external type_of : llvalue -> lltype = "llvm_type_of"
/external/llvm-project/llvm/docs/tutorial/
DOCamlLangImpl4.rst754 if element_type (type_of f) <> ft then
DOCamlLangImpl3.rst851 if element_type (type_of f) <> ft then
/external/llvm/docs/tutorial/
DOCamlLangImpl4.rst754 if element_type (type_of f) <> ft then

12