Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py38 def __init__(self, val_type, size): argument
39 self._val_type = val_type
47 def __init__(self, val_type, size): argument
48 ArrayWorkerBase.__init__(self, val_type, size)
60 def __init__(self, val_type, size): argument
61 ArrayWorkerBase.__init__(self, val_type, size)
73 def __init__(self, val_type, size): argument
74 ArrayWorkerBase.__init__(self, val_type, size)
89 def __init__(self, val_type, size): argument
90 ArrayWorkerBase.__init__(self, val_type, size)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py54 def __init__(self, val_type, size): argument
55 self._val_type = val_type
64 def __init__(self, val_type, size): argument
65 ArrayWorkerBase.__init__(self, val_type, size)
78 def __init__(self, val_type, size): argument
79 ArrayWorkerBase.__init__(self, val_type, size)
92 def __init__(self, val_type, size): argument
93 ArrayWorkerBase.__init__(self, val_type, size)
109 def __init__(self, val_type, size): argument
110 ArrayWorkerBase.__init__(self, val_type, size)
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py701 def _init_cast_type(self, val_type): argument
703 str(val_type.strip_typedefs()) + "::iterator").strip_typedefs()
720 def _init_cast_type(self, val_type): argument
722 str(val_type.strip_typedefs()) + "::iterator").strip_typedefs()
/netbsd-src/external/mit/isl/lib/libisl/
H A DMakefile68 val_type.h \
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h2330 typedef __gmp_expr<T, T> val_type;
2332 __gmp_unary_expr<val_type, Op> expr;
2334 explicit __gmp_expr(const val_type &val) : expr(val) { }
2337 const val_type & get_val() const { return expr.val; }
2348 typedef U val_type;
2350 __gmp_unary_expr<val_type, Op> expr;
2352 explicit __gmp_expr(const val_type &val) : expr(val) { }
2355 const val_type & get_val() const { return expr.val; }
2366 typedef __gmp_expr<T, U> val_type;
2368 __gmp_unary_expr<val_type, Op> expr;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c14392 tree val_type = TREE_TYPE (TREE_TYPE (fndecl)); in avr_fold_builtin() local
14404 return fold_build2 (LROTATE_EXPR, val_type, arg[0], in avr_fold_builtin()
14405 build_int_cst (val_type, 4)); in avr_fold_builtin()
14441 gcc_assert (TYPE_PRECISION (val_type) in avr_fold_builtin()
14444 return build1 (VIEW_CONVERT_EXPR, val_type, arg[0]); in avr_fold_builtin()
14474 tval = build_int_cst (val_type, 0); in avr_fold_builtin()
14484 tbits = build_int_cst (val_type, 0); in avr_fold_builtin()
14506 tval = fold_build2 (BIT_IOR_EXPR, val_type, tval, in avr_fold_builtin()
14507 build_int_cst (val_type, mask_ior)); in avr_fold_builtin()
14508 return fold_build2 (BIT_AND_EXPR, val_type, tval, in avr_fold_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc14817 tree val_type = TREE_TYPE (TREE_TYPE (fndecl)); in avr_fold_builtin() local
14829 return fold_build2 (LROTATE_EXPR, val_type, arg[0], in avr_fold_builtin()
14830 build_int_cst (val_type, 4)); in avr_fold_builtin()
14866 gcc_assert (TYPE_PRECISION (val_type) in avr_fold_builtin()
14869 return build1 (VIEW_CONVERT_EXPR, val_type, arg[0]); in avr_fold_builtin()
14899 tval = build_int_cst (val_type, 0); in avr_fold_builtin()
14909 tbits = build_int_cst (val_type, 0); in avr_fold_builtin()
14931 tval = fold_build2 (BIT_IOR_EXPR, val_type, tval, in avr_fold_builtin()
14932 build_int_cst (val_type, mask_ior)); in avr_fold_builtin()
14933 return fold_build2 (BIT_AND_EXPR, val_type, tval, in avr_fold_builtin()
[all …]
/netbsd-src/external/mit/isl/dist/
H A DMakefile.am483 include/isl/val_type.h \
H A DMakefile.in639 include/isl/val_type.h include/isl/vec.h include/isl/version.h \
1414 include/isl/val_type.h \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc344 get_bool_state (value_range &r, const value_range &lhs, tree val_type) in get_bool_state() argument
356 r.set_varying (val_type); in get_bool_state()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc1394 tree val_type = TREE_TYPE (value); in ipacp_value_safe_for_type() local
1395 if (param_type == val_type in ipacp_value_safe_for_type()
1396 || useless_type_conversion_p (param_type, val_type) in ipacp_value_safe_for_type()
H A Drange-op.cc468 get_bool_state (irange &r, const irange &lhs, tree val_type) in get_bool_state() argument
484 r.set_varying (val_type); in get_bool_state()
H A Dexpr.cc7228 tree val_type = (CONSTRUCTOR_NELTS (exp) != 0 in store_constructor() local
7231 if (VECTOR_TYPE_P (val_type)) in store_constructor()
7232 bitsize = tree_to_uhwi (TYPE_SIZE (val_type)); in store_constructor()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20153853 (DequeWorkerBase.__init__): New arg val_type. All callers updated.
3854 (ListWorkerBase.__init__): New arg val_type. All callers updated.
3877 (DequeWorkerBase): Rename elemtype to val_type.
3881 (ForwardListMethodsMatcher): Rename elem_type to val_type.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19932442 * printcmd.c (do_examine): initialize val_type.
H A DChangeLog-20088884 val_type so as not to collide with value_type function. Call
H A DChangeLog-20096949 (print_choices): Likewise. Thus, accept NULL as val_type.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19932442 * printcmd.c (do_examine): initialize val_type.
H A DChangeLog-20088884 val_type so as not to collide with value_type function. Call
H A DChangeLog-20096949 (print_choices): Likewise. Thus, accept NULL as val_type.