/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcc1plugin.cc | 491 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 D | libcc1plugin.cc | 646 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 D | linux_syscall_hooks.h | 1493 #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 D | linux_syscall_hooks.h | 1495 #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 D | linux_syscall_hooks.h | 1503 #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 D | sanitizer_common_syscalls.inc | 2385 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 D | sanitizer_common_syscalls.inc | 2383 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 D | sanitizer_common_syscalls.inc | 2605 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 D | class.cc | 3416 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 D | decl.cc | 16384 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 D | ChangeLog-1998 | 6405 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 3341 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 D | decl.c | 15567 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 D | c-decl.c | 8822 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 D | c-decl.cc | 9174 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()
|