HomeSort by relevance Sort by last modified time
    Searched full:tree_type (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/test/Transforms/SimplifyCFG/
2006-08-03-Crash.ll 27 %struct.tree_type = type { %struct.tree_common, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, i32, i16, i8, i8, i32, %struct.tree_node*, %struct.tree_node*, %struct.rtunion, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, i64, %struct.lang_type* }
48 %tmp150 = bitcast %struct.tree_node* %tmp149 to %struct.tree_type* ; <%struct.tree_type*> [#uses=1]
49 %tmp151 = getelementptr %struct.tree_type* %tmp150, i32 0, i32 6 ; <i16*> [#uses=1]
63 %tmp176 = bitcast %struct.tree_node* %tmp175 to %struct.tree_type* ; <%struct.tree_type*> [#uses=1]
64 %tmp177 = getelementptr %struct.tree_type* %tmp176, i32 0, i32 6 ; <i16*> [#uses=1]
78 %tmp189 = bitcast %struct.tree_node* %tmp188 to %struct.tree_type* ; <%struct.tree_type*> [#uses=1]
79 %tmp190 = getelementptr %struct.tree_type* %tmp189, i32 0, i32 6 ; <i16*> [#uses=1
    [all...]
  /external/opencv/cv/src/
cvkdtree.cpp 73 { typedef CvKDTree<int, deref<float, CV_32F> > tree_type; c; break; } \
75 { typedef CvKDTree<int, deref<double, CV_64F> > tree_type; c; break; } \
145 dispatch_cvtype(mat, data = new tree_type
147 tree_type::deref_type(mat)));
150 dispatch_cvtype(mat, delete (tree_type*) data);
155 dispatch_cvtype(mat, d = ((tree_type*) data)->dims());
167 dispatch_cvtype(mat, find_nn<tree_type>
178 dispatch_cvtype(mat, count = find_ortho_range<tree_type>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 114 tree type = TREE_TYPE (constant);
128 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
tree.def 131 The TREE_TYPE field is the type of the object at the offset.
157 In the case of a subrange type in Pascal, the TREE_TYPE
160 Otherwise, the TREE_TYPE is zero. */
173 The TREE_TYPE points to the node for the type pointed to. */
189 /* Complex number types. The TREE_TYPE field is the data type
194 /* Vector types. The TREE_TYPE field is the data type of the vector
205 TREE_TYPE Type of an array element.
208 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
245 TREE_TYPE type of value returned.
249 have code FUNCTION_TYPE also, but then TREE_TYPE is zero or void type. *
    [all...]
tree.h 868 #define TREE_TYPE(NODE) __extension__ \
937 #define TREE_TYPE(NODE) ((NODE)->common.type)
995 && (TYPE_MODE (TREE_TYPE (EXP)) \
996 == TYPE_MODE (TREE_TYPE (TREE_OPERAND (EXP, 0))))) \
1005 && (TYPE_MODE (TREE_TYPE (EXP)) \
1006 == TYPE_MODE (TREE_TYPE (TREE_OPERAND (EXP, 0)))) \
1007 && (TYPE_UNSIGNED (TREE_TYPE (EXP)) \
1008 == TYPE_UNSIGNED (TREE_TYPE (TREE_OPERAND (EXP, 0)))) \
1009 && (POINTER_TYPE_P (TREE_TYPE (EXP)) \
1010 == POINTER_TYPE_P (TREE_TYPE (TREE_OPERAND (EXP, 0)))))
2272 struct tree_type GTY(()) function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 121 tree type = TREE_TYPE (constant);
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
tree.def 121 The TREE_TYPE field is the type of the object at the offset.
147 In the case of a subrange type in Pascal, the TREE_TYPE
150 Otherwise, the TREE_TYPE is zero. */
163 The TREE_TYPE points to the node for the type pointed to. */
182 /* Complex number types. The TREE_TYPE field is the data type
187 /* Vector types. The TREE_TYPE field is the data type of the vector
198 TREE_TYPE Type of an array element.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
238 TREE_TYPE type of value returned.
242 have code FUNCTION_TYPE also, but then TREE_TYPE is zero or void type. *
    [all...]
tree.h 409 in tree_base instead of tree_type is to save space. The size of the
881 #define TREE_TYPE(NODE) __extension__ \
950 #define TREE_TYPE(NODE) ((NODE)->common.type)
1012 /* Like STRIP_NOPS, but don't alter the TREE_TYPE either. */
1018 && (TREE_TYPE (EXP) \
1019 == TREE_TYPE (TREE_OPERAND (EXP, 0)))) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 121 tree type = TREE_TYPE (constant);
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
tree.def 121 The TREE_TYPE field is the type of the object at the offset.
147 In the case of a subrange type in Pascal, the TREE_TYPE
150 Otherwise, the TREE_TYPE is zero. */
163 The TREE_TYPE points to the node for the type pointed to. */
182 /* Complex number types. The TREE_TYPE field is the data type
187 /* Vector types. The TREE_TYPE field is the data type of the vector
198 TREE_TYPE Type of an array element.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
238 TREE_TYPE type of value returned.
242 have code FUNCTION_TYPE also, but then TREE_TYPE is zero or void type. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 121 tree type = TREE_TYPE (constant);
135 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
tree.def 121 The TREE_TYPE field is the type of the object at the offset.
147 In the case of a subrange type in Pascal, the TREE_TYPE
150 Otherwise, the TREE_TYPE is zero. */
163 The TREE_TYPE points to the node for the type pointed to. */
182 /* Complex number types. The TREE_TYPE field is the data type
187 /* Vector types. The TREE_TYPE field is the data type of the vector
198 TREE_TYPE Type of an array element.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
238 TREE_TYPE type of value returned.
242 have code FUNCTION_TYPE also, but then TREE_TYPE is zero or void type. *
    [all...]
  /external/llvm/test/CodeGen/Generic/
2006-03-01-dagcombineinfloop.ll 13 %struct.tree_type = type { [12 x i8], %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, i32, i8, i8, i8, i8, i32, %struct.tree_node*, %struct.tree_node*, %struct.anon, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.tree_node*, %struct.obstack*, %struct.lang_type* }
38 %tmp20 = bitcast %struct.tree_node* %tmp2 to %struct.tree_type* ; <%struct.tree_type*> [#uses=1]
39 %tmp21 = getelementptr %struct.tree_type* %tmp20, i32 0, i32 17 ; <%struct.tree_node**> [#uses=1]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ada/gcc-interface/
ada-tree.def 27 to GCC. TREE_TYPE is the type of the fat pointer and TYPE_OBJECT_RECORD_TYPE
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 27 TREE_TYPE is the type of the fat pointer and TYPE_OBJECT_RECORD_TYPE is
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 27 TREE_TYPE is the type of the fat pointer and TYPE_OBJECT_RECORD_TYPE is
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 27 TREE_TYPE is the type of the fat pointer and TYPE_OBJECT_RECORD_TYPE is
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.def 73 /* Type conversion operator in C++. TREE_TYPE is type that this
88 /* An empty class object. The TREE_TYPE gives the class type. We use
100 A BASELINK is an expression; the TREE_TYPE of the BASELINK gives
117 TREE_TYPE type of object to be constructed
179 TREE_TYPE is always NULL. */
219 /* A list-like node for chaining overloading candidates. TREE_TYPE is
cp-tree.h 412 /* TREE_TYPE only indicates on local and class scope the current
417 #define REAL_IDENTIFIER_TYPE_VALUE(NODE) TREE_TYPE (NODE)
418 #define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = (TYPE))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 73 /* Type conversion operator in C++. TREE_TYPE is type that this
93 /* An empty class object. The TREE_TYPE gives the class type. We use
105 A BASELINK is an expression; the TREE_TYPE of the BASELINK gives
122 TREE_TYPE type of object to be constructed
184 TREE_TYPE is always NULL. */
224 /* A list-like node for chaining overloading candidates. TREE_TYPE is
cp-tree.h 457 /* TREE_TYPE only indicates on local and class scope the current
462 #define REAL_IDENTIFIER_TYPE_VALUE(NODE) TREE_TYPE (NODE)
463 #define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = (TYPE))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 73 /* Type conversion operator in C++. TREE_TYPE is type that this
93 /* An empty class object. The TREE_TYPE gives the class type. We use
105 A BASELINK is an expression; the TREE_TYPE of the BASELINK gives
122 TREE_TYPE type of object to be constructed
184 TREE_TYPE is always NULL. */
224 /* A list-like node for chaining overloading candidates. TREE_TYPE is
cp-tree.h 457 /* TREE_TYPE only indicates on local and class scope the current
462 #define REAL_IDENTIFIER_TYPE_VALUE(NODE) TREE_TYPE (NODE)
463 #define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = (TYPE))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 73 /* Type conversion operator in C++. TREE_TYPE is type that this
93 /* An empty class object. The TREE_TYPE gives the class type. We use
105 A BASELINK is an expression; the TREE_TYPE of the BASELINK gives
122 TREE_TYPE type of object to be constructed
184 TREE_TYPE is always NULL. */
224 /* A list-like node for chaining overloading candidates. TREE_TYPE is
cp-tree.h 457 /* TREE_TYPE only indicates on local and class scope the current
462 #define REAL_IDENTIFIER_TYPE_VALUE(NODE) TREE_TYPE (NODE)
463 #define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = (TYPE))
    [all...]

Completed in 480 milliseconds

1 2 3