Home
last modified time | relevance | path

Searched refs:SCOPE (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/libucl/klib/
H A Dkhash.h211 #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 Dntp_net.h81 # 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 Dname-lookup.h292 #define global_scope_p(SCOPE) \ argument
293 ((SCOPE) == NAMESPACE_LEVEL (global_namespace))
H A Dcp-tree.def222 "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 DChangeLog-1994231 (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 DChangeLog-2001508 * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
H A DChangeLog-2004605 (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 DChangeLog-2002493 * cp-tree.h (grokoptypename): Add SCOPE parameter.
494 * decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
H A DChangeLog-20001299 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 DAnalyzerOptions.h38 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME, argument
/freebsd-12.1/contrib/gcc/
H A Dstab.def158 __define_stab (N_SCOPE, 0xc4, "SCOPE")
229 | C0 LBRAC | C2 EXCL | C4 SCOPE | C6 |
/freebsd-12.1/contrib/binutils/include/aout/
H A Dstab.def182 __define_stab (N_SCOPE, 0xc4, "SCOPE")
260 | C0 LBRAC | C2 EXCL | C4 SCOPE | C6 |
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h115 OP(SCOPE, "::") \
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_io.c967 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 Dsaquery.c1238 CHECK_AND_SET_VAL(p->scope, 8, 0, scope, MCR, SCOPE); in query_mcmember_records()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-2145 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.