| /freebsd-12.1/contrib/libucl/klib/ |
| H A D | khash.h | 211 #define __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ argument 212 SCOPE kh_##name##_t *kh_init_##name(void) { \ 215 SCOPE void kh_destroy_##name(kh_##name##_t *h) \ 223 SCOPE void kh_unused(kh_clear_##name)(kh_##name##_t *h) \ 230 SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ 244 SCOPE int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets) \ 307 SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ 349 SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \ 361 #define KHASH_INIT2(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) \ argument 363 __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal)
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_net.h | 81 # define SCOPE(psau) (IS_IPV4(psau) \ macro 96 # define SCOPE(psau) (0) macro 196 (SOCK_UNSPEC(psau) && !SCOPE(psau))
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | name-lookup.h | 292 #define global_scope_p(SCOPE) \ argument 293 ((SCOPE) == NAMESPACE_LEVEL (global_namespace))
|
| H A D | cp-tree.def | 222 "OBJECT.SCOPE::~DESTRUCTOR. The first operand is the OBJECT. The 223 second operand (if non-NULL) is the SCOPE. The third operand is
|
| H A D | ChangeLog-1994 | 231 (nested_name_specifier): Add NSNAME SCOPE. 3486 SCOPE. 3541 character is SCOPE, rather than setting it to 1; this way, the value 3589 though; we still need it for do_aggr () and checking for SCOPE after 4167 * parse.y (typespec): Add SCOPE TYPENAME for global scoped
|
| H A D | ChangeLog-2001 | 508 * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
|
| H A D | ChangeLog-2004 | 605 (lookup_type_scope): Add SCOPE parameter. Handle friend class 610 Change bool parameter GLOBALIZED to TAG_SCOPE parameter SCOPE. 2704 when deal with TEMPLATE_DECL of SCOPE.
|
| H A D | ChangeLog-2002 | 493 * cp-tree.h (grokoptypename): Add SCOPE parameter. 494 * decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
|
| H A D | ChangeLog-2000 | 1299 SCOPE. Do not refer to end_of_file or struct pending_inline.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.h | 38 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME, argument
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | stab.def | 158 __define_stab (N_SCOPE, 0xc4, "SCOPE") 229 | C0 LBRAC | C2 EXCL | C4 SCOPE | C6 |
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | stab.def | 182 __define_stab (N_SCOPE, 0xc4, "SCOPE") 260 | C0 LBRAC | C2 EXCL | C4 SCOPE | C6 |
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 115 OP(SCOPE, "::") \
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 967 if (rc && ep->ifindex != SCOPE(&ep->sin)) in add_interface() 2784 ep->ifindex = SCOPE(addr); 3097 SCOPE(addr), SRCPORT(addr), interf->flags));
|
| /freebsd-12.1/contrib/ofed/infiniband-diags/src/ |
| H A D | saquery.c | 1238 CHECK_AND_SET_VAL(p->scope, 8, 0, scope, MCR, SCOPE); in query_mcmember_records()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-2 | 145 SCOPE :: ID 147 where SCOPE is the name of a module or a procedure, MODULE the name of 152 SCOPE for the identifier ID. If it is not found in the specified 154 SCOPE.
|