Searched defs:maxnode (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1503 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \ argument 1506 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \ argument 1509 #define __sanitizer_syscall_pre_migrate_pages(pid, maxnode, from, to) \ argument 1512 #define __sanitizer_syscall_post_migrate_pages(res, pid, maxnode, from, to) \ argument 1525 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \ argument 1529 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \ argument 1534 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \ argument 1539 #define __sanitizer_syscall_post_get_mempolicy(res, policy, nmask, maxnode, \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-decl.c | 5596 tree minnode = 0, maxnode = 0, enum_value_type; local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-decl.c | 5786 tree minnode = 0, maxnode = 0; in finish_enum() local
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | decl.c | 10141 tree maxnode; in finish_enum() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 14013 tree maxnode; local
|