Searched refs:maxnode (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1505 (long)(maxnode)) 1508 (long)(nmask), (long)(maxnode)) 1514 res, (long)(pid), (long)(maxnode), (long)(from), (long)(to)) 1533 (long)(maxnode), (long)(flags)) 2874 long maxnode); 2876 long nmask, long maxnode); 2877 void __sanitizer_syscall_pre_impl_migrate_pages(long pid, long maxnode, 2880 long maxnode, long from, 2891 long mode, long nmask, long maxnode, 2894 long maxnode, long addr, [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-decl.c | 5596 tree minnode = 0, maxnode = 0, enum_value_type; local 5608 minnode = maxnode = integer_zero_node; 5611 minnode = maxnode = TREE_VALUE (values); 5615 if (tree_int_cst_lt (maxnode, value)) 5616 maxnode = value; 5628 min_precision (maxnode, unsign)); 5649 TYPE_MAX_VALUE (enumtype) = maxnode;
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 2610 PRE_SYSCALL(set_mempolicy)(long mode, void *nmask, long maxnode) {} 2612 POST_SYSCALL(set_mempolicy)(long res, long mode, void *nmask, long maxnode) { 2620 (long pid, long maxnode, const void *from, const void *to) { 2628 (long res, long pid, long maxnode, const void *from, const void *to) {} 2649 (long start, long len, long mode, void *nmask, long maxnode, long flags) {} 2652 (long res, long start, long len, long mode, void *nmask, long maxnode, 2661 (void *policy, void *nmask, long maxnode, long addr, long flags) {} 2664 (long res, void *policy, void *nmask, long maxnode, long addr, long flags) {
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-decl.c | 5786 tree minnode = 0, maxnode = 0; in finish_enum() local 5796 minnode = maxnode = integer_zero_node; in finish_enum() 5799 minnode = maxnode = TREE_VALUE (values); in finish_enum() 5803 if (tree_int_cst_lt (maxnode, value)) in finish_enum() 5804 maxnode = value; in finish_enum() 5816 min_precision (maxnode, unsign)); in finish_enum() 5888 lt->enum_max = maxnode; in finish_enum()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl.c | 10141 tree maxnode; in finish_enum() local 10172 minnode = maxnode = NULL_TREE; in finish_enum() 10193 minnode = maxnode = value; in finish_enum() 10194 else if (tree_int_cst_lt (maxnode, value)) in finish_enum() 10195 maxnode = value; in finish_enum() 10205 minnode = maxnode = integer_zero_node; in finish_enum() 10213 highprec = min_precision (maxnode, unsignedp); in finish_enum()
|
H A D | ChangeLog-1998 | 6405 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 14013 tree maxnode; local 14038 minnode = maxnode = NULL_TREE; 14054 minnode = maxnode = value; 14055 else if (tree_int_cst_lt (maxnode, value)) 14056 maxnode = value; 14076 minnode = maxnode = integer_zero_node; 14084 highprec = min_precision (maxnode, unsignedp);
|
H A D | ChangeLog.2 | 13193 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
|