Home
last modified time | relevance | path

Searched refs:tree_pair (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.h171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dinternal-fn.h171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.h171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.h171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dinternal-fn.h171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dinternal-fn.h171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
187 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
H A Dinternal-fn.c2892 tree_pair types = direct_internal_fn_types (fn, stmt); in expand_direct_optab_fn()
3013 tree_pair
3019 return tree_pair (type0, type1); in direct_internal_fn_types()
3026 tree_pair
3036 return tree_pair (TREE_TYPE (op0), TREE_TYPE (op1)); in direct_internal_fn_types()
3044 direct_optab_supported_p (direct_optab optab, tree_pair types, in direct_optab_supported_p()
3057 convert_optab_supported_p (convert_optab optab, tree_pair types, in convert_optab_supported_p()
3100 direct_internal_fn_optab (internal_fn fn, tree_pair types) in direct_internal_fn_optab()
3146 direct_internal_fn_supported_p (internal_fn fn, tree_pair types, in direct_internal_fn_supported_p()
3195 tree_pair types = direct_internal_fn_types (fn, stmt); in direct_internal_fn_supported_p()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
H A Dinternal-fn.c2887 tree_pair types = direct_internal_fn_types (fn, stmt); in expand_direct_optab_fn()
3008 tree_pair
3014 return tree_pair (type0, type1); in direct_internal_fn_types()
3021 tree_pair
3031 return tree_pair (TREE_TYPE (op0), TREE_TYPE (op1)); in direct_internal_fn_types()
3039 direct_optab_supported_p (direct_optab optab, tree_pair types, in direct_optab_supported_p()
3052 convert_optab_supported_p (convert_optab optab, tree_pair types, in convert_optab_supported_p()
3095 direct_internal_fn_optab (internal_fn fn, tree_pair types) in direct_internal_fn_optab()
3141 direct_internal_fn_supported_p (internal_fn fn, tree_pair types, in direct_internal_fn_supported_p()
3190 tree_pair types = direct_internal_fn_types (fn, stmt); in direct_internal_fn_supported_p()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
H A Dinternal-fn.c2892 tree_pair types = direct_internal_fn_types (fn, stmt); in expand_direct_optab_fn()
3013 tree_pair
3019 return tree_pair (type0, type1); in direct_internal_fn_types()
3026 tree_pair
3036 return tree_pair (TREE_TYPE (op0), TREE_TYPE (op1)); in direct_internal_fn_types()
3044 direct_optab_supported_p (direct_optab optab, tree_pair types, in direct_optab_supported_p()
3057 convert_optab_supported_p (convert_optab optab, tree_pair types, in convert_optab_supported_p()
3100 direct_internal_fn_optab (internal_fn fn, tree_pair types) in direct_internal_fn_optab()
3146 direct_internal_fn_supported_p (internal_fn fn, tree_pair types, in direct_internal_fn_supported_p()
3195 tree_pair types = direct_internal_fn_types (fn, stmt); in direct_internal_fn_supported_p()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dinternal-fn.h167 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
168 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
169 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinternal-fn.h167 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
168 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
169 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dinternal-fn.h184 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
186 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dinternal-fn.h188 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
189 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
190 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
205 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dtrees.cpp39 std::ostream& operator<<(std::ostream& s, newick_t tree_pair) { in operator <<() argument
40 const auto& t = *tree_pair.t; in operator <<()
41 const auto& names = *tree_pair.names; in operator <<()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Deditmesh_bvh.c532 const BMBVHTree *tree_pair[2]; member
539 const BMBVHTree *bmtree_a = data->tree_pair[0]; in bmbvh_overlap_cb()
540 const BMBVHTree *bmtree_b = data->tree_pair[1]; in bmbvh_overlap_cb()
577 data.tree_pair[0] = bmtree_a; in BKE_bmbvh_overlap()
578 data.tree_pair[1] = bmtree_b; in BKE_bmbvh_overlap()
601 data.tree_pair[0] = bmtree; in BKE_bmbvh_overlap_self()
602 data.tree_pair[1] = bmtree; in BKE_bmbvh_overlap_self()
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/include/terraces/
H A Dtrees.hpp73 std::ostream& operator<<(std::ostream& s, newick_t tree_pair);
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_bvhtree.c520 PyBVHTree *tree_pair[2]; member
527 PyBVHTree *tree_a = data->tree_pair[0]; in py_bvhtree_overlap_cb()
528 PyBVHTree *tree_b = data->tree_pair[1]; in py_bvhtree_overlap_cb()
579 data.tree_pair[0] = self; in py_bvhtree_overlap()
580 data.tree_pair[1] = other; in py_bvhtree_overlap()

123456789