Home
last modified time | relevance | path

Searched refs:maxnode (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc491 tree minnode, maxnode, iter; in plugin_finish_enum_type() local
494 minnode = maxnode = TREE_VALUE (iter); in plugin_finish_enum_type()
500 if (tree_int_cst_lt (maxnode, value)) in plugin_finish_enum_type()
501 maxnode = value; in plugin_finish_enum_type()
506 TYPE_MAX_VALUE (enum_type) = maxnode; in plugin_finish_enum_type()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc646 tree minnode, maxnode, iter; in plugin_finish_enum_type() local
649 minnode = maxnode = TREE_VALUE (iter); in plugin_finish_enum_type()
655 if (tree_int_cst_lt (maxnode, value)) in plugin_finish_enum_type()
656 maxnode = value; in plugin_finish_enum_type()
661 TYPE_MAX_VALUE (enum_type) = maxnode; in plugin_finish_enum_type()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h1493 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument
1495 (long)(maxnode))
1496 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument
1498 (long)(nmask), (long)(maxnode))
1499 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument
1500 __sanitizer_syscall_pre_impl_migrate_pages((long)(pid), (long)(maxnode), \
1502 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ argument
1504 res, (long)(pid), (long)(maxnode), (long)(from), (long)(to))
1515 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument
1517 (long)(nmask), (long)(maxnode), \
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dlinux_syscall_hooks.h1495 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument
1497 (long)(maxnode))
1498 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument
1500 (long)(nmask), (long)(maxnode))
1501 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument
1502 __sanitizer_syscall_pre_impl_migrate_pages((long)(pid), (long)(maxnode), \
1504 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ argument
1506 res, (long)(pid), (long)(maxnode), (long)(from), (long)(to))
1517 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument
1519 (long)(nmask), (long)(maxnode), \
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h1503 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument
1505 (long)(maxnode))
1506 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument
1508 (long)(nmask), (long)(maxnode))
1509 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument
1510 __sanitizer_syscall_pre_impl_migrate_pages((long)(pid), (long)(maxnode), \
1512 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ argument
1514 res, (long)(pid), (long)(maxnode), (long)(from), (long)(to))
1525 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument
1527 (long)(nmask), (long)(maxnode), \
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2385 PRE_SYSCALL(set_mempolicy)(long mode, void *nmask, long maxnode) {}
2387 POST_SYSCALL(set_mempolicy)(long res, long mode, void *nmask, long maxnode) {
2393 PRE_SYSCALL(migrate_pages)(long pid, long maxnode, const void *from,
2399 POST_SYSCALL(migrate_pages)(long res, long pid, long maxnode, const void *from,
2415 PRE_SYSCALL(mbind)(long start, long len, long mode, void *nmask, long maxnode,
2419 long maxnode, long flags) {
2425 PRE_SYSCALL(get_mempolicy)(void *policy, void *nmask, long maxnode, long addr,
2428 POST_SYSCALL(get_mempolicy)(long res, void *policy, void *nmask, long maxnode,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2383 PRE_SYSCALL(set_mempolicy)(long mode, void *nmask, long maxnode) {}
2385 POST_SYSCALL(set_mempolicy)(long res, long mode, void *nmask, long maxnode) {
2391 PRE_SYSCALL(migrate_pages)(long pid, long maxnode, const void *from,
2397 POST_SYSCALL(migrate_pages)(long res, long pid, long maxnode, const void *from,
2413 PRE_SYSCALL(mbind)(long start, long len, long mode, void *nmask, long maxnode,
2417 long maxnode, long flags) {
2423 PRE_SYSCALL(get_mempolicy)(void *policy, void *nmask, long maxnode, long addr,
2426 POST_SYSCALL(get_mempolicy)(long res, void *policy, void *nmask, long maxnode,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2605 PRE_SYSCALL(set_mempolicy)(long mode, void *nmask, long maxnode) {}
2607 POST_SYSCALL(set_mempolicy)(long res, long mode, void *nmask, long maxnode) {
2615 (long pid, long maxnode, const void *from, const void *to) {
2623 (long res, long pid, long maxnode, const void *from, const void *to) {}
2644 (long start, long len, long mode, void *nmask, long maxnode, long flags) {}
2647 (long res, long start, long len, long mode, void *nmask, long maxnode,
2656 (void *policy, void *nmask, long maxnode, long addr, long flags) {}
2659 (long res, void *policy, void *nmask, long maxnode, long addr, long flags) {
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc3416 tree minnode, maxnode; in enum_min_precision() local
3419 minnode = maxnode = NULL_TREE; in enum_min_precision()
3428 minnode = maxnode = value; in enum_min_precision()
3429 else if (tree_int_cst_lt (maxnode, value)) in enum_min_precision()
3430 maxnode = value; in enum_min_precision()
3436 minnode = maxnode = integer_zero_node; in enum_min_precision()
3440 int highprec = tree_int_cst_min_precision (maxnode, sgn); in enum_min_precision()
H A Ddecl.cc16384 tree minnode, maxnode; in finish_enum_value_list() local
16409 minnode = maxnode = NULL_TREE; in finish_enum_value_list()
16430 minnode = maxnode = value; in finish_enum_value_list()
16431 else if (tree_int_cst_lt (maxnode, value)) in finish_enum_value_list()
16432 maxnode = value; in finish_enum_value_list()
16442 minnode = maxnode = integer_zero_node; in finish_enum_value_list()
16452 int highprec = tree_int_cst_min_precision (maxnode, sgn); in finish_enum_value_list()
H A DChangeLog-19986405 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c3341 tree minnode, maxnode; in enum_min_precision() local
3344 minnode = maxnode = NULL_TREE; in enum_min_precision()
3353 minnode = maxnode = value; in enum_min_precision()
3354 else if (tree_int_cst_lt (maxnode, value)) in enum_min_precision()
3355 maxnode = value; in enum_min_precision()
3361 minnode = maxnode = integer_zero_node; in enum_min_precision()
3365 int highprec = tree_int_cst_min_precision (maxnode, sgn); in enum_min_precision()
H A Ddecl.c15567 tree minnode, maxnode; in finish_enum_value_list() local
15592 minnode = maxnode = NULL_TREE; in finish_enum_value_list()
15613 minnode = maxnode = value; in finish_enum_value_list()
15614 else if (tree_int_cst_lt (maxnode, value)) in finish_enum_value_list()
15615 maxnode = value; in finish_enum_value_list()
15625 minnode = maxnode = integer_zero_node; in finish_enum_value_list()
15635 int highprec = tree_int_cst_min_precision (maxnode, sgn); in finish_enum_value_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c8822 tree minnode = NULL_TREE, maxnode = NULL_TREE; in finish_enum() local
8833 minnode = maxnode = integer_zero_node; in finish_enum()
8836 minnode = maxnode = TREE_VALUE (values); in finish_enum()
8840 if (tree_int_cst_lt (maxnode, value)) in finish_enum()
8841 maxnode = value; in finish_enum()
8853 tree_int_cst_min_precision (maxnode, sign)); in finish_enum()
8934 lt->enum_max = maxnode; in finish_enum()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc9174 tree minnode = NULL_TREE, maxnode = NULL_TREE; in finish_enum() local
9185 minnode = maxnode = integer_zero_node; in finish_enum()
9188 minnode = maxnode = TREE_VALUE (values); in finish_enum()
9192 if (tree_int_cst_lt (maxnode, value)) in finish_enum()
9193 maxnode = value; in finish_enum()
9205 tree_int_cst_min_precision (maxnode, sign)); in finish_enum()
9286 lt->enum_max = maxnode; in finish_enum()