/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | c++config | 131 Outline of libstdc++ namespaces. 169 http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html 182 // Defined if inline namespaces are used for versioning. 229 // Inline namespaces for special modes: debug, parallel, profile. 247 // Inline namespaces for parallel mode. 252 // Inline namespaces for profile mode 260 # error illegal use of multiple inlined namespaces 263 # error illegal use of multiple inlined namespaces 266 # error illegal use of multiple inlined namespaces 281 // Macros for opening/closing conditional namespaces.
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | c++config | 188 Outline of libstdc++ namespaces. 234 http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html 277 // Defined if inline namespaces are used for versioning. 312 // Inline namespaces for special modes: debug, parallel, profile. 334 // Inline namespaces for parallel mode. 339 // Inline namespaces for profile mode 347 # error illegal use of multiple inlined namespaces 350 # error illegal use of multiple inlined namespaces 353 # error illegal use of multiple inlined namespaces 368 // Macros for opening/closing conditional namespaces.
|
/dflybsd-src/crypto/openssh/ |
H A D | sshsig.c | 630 char *namespaces; member 653 if (ret->namespaces != NULL) { in sshsigopt_parse() 657 ret->namespaces = opt_dequote(&opts, &errstr); in sshsigopt_parse() 658 if (ret->namespaces == NULL) in sshsigopt_parse() 726 free(opts->namespaces); in sshsigopt_free() 943 if (sigopts->namespaces != NULL && sig_namespace != NULL && in check_allowed_keys_line() 944 match_pattern_list(sig_namespace, sigopts->namespaces, 0) != 1) { in check_allowed_keys_line()
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_entry_from_file.c | 796 int namespaces[2]; in setup_xattrs() local 799 namespaces[0] = EXTATTR_NAMESPACE_USER; in setup_xattrs() 800 namespaces[1] = EXTATTR_NAMESPACE_SYSTEM; in setup_xattrs() 804 namespaces[i]); in setup_xattrs()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | name-lookup.h | 195 tree namespaces; member
|
H A D | name-lookup.c | 606 DECL_CHAIN (decl) = b->namespaces; in add_decl_to_level() 607 b->namespaces = decl; in add_decl_to_level() 4240 for (t = level->namespaces; t; t = DECL_CHAIN (t)) in suggest_alternatives_for() 5013 VEC(tree,gc) *namespaces; 5104 if (vec_member (scope, k->namespaces)) in arg_assoc_namespace() 5106 VEC_safe_push (tree, gc, k->namespaces, scope); in arg_assoc_namespace() 5492 k.namespaces = make_tree_vector (); in lookup_arg_dependent_1() 5527 release_tree_vector (k.namespaces); in lookup_arg_dependent_1()
|
H A D | decl2.c | 3576 collect_source_refs (NAMESPACE_LEVEL (namespc)->namespaces); in collect_source_refs() 3595 collect_ada_namespace (NAMESPACE_LEVEL (namespc)->namespaces, source_file); in collect_ada_namespace()
|
H A D | decl.c | 833 tree current = NAMESPACE_LEVEL (name_space)->namespaces; in walk_namespaces_r()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | params.def | 916 "cxx-max-namespaces-for-diagnostic-help", 917 "Maximum number of namespaces to search for alternatives when "
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | params.def | 1088 "cxx-max-namespaces-for-diagnostic-help", 1089 "Maximum number of namespaces to search for alternatives when "
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | generic.texi | 2647 in C++ source code. All other namespaces, types, variables, functions, 2652 namespace. Thus, in what follows, we describe namespaces generally, 2668 Within a single translation unit, all unnamed namespaces will have the 2691 including types, overloaded functions, other namespaces, and so forth. 2709 This function cannot be used with namespaces that have 2730 Besides namespaces, the other high-level scoping construct in C++ is the
|
H A D | invoke.texi | 4348 or for inline functions, or for functions in anonymous namespaces. 9233 @item cxx-max-namespaces-for-diagnostic-help 9234 The maximum number of namespaces to consult for suggestions when C++
|
H A D | extend.texi | 15433 implementation namespaces. For example:
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | chrono | 809 // point, when these clocks settle down, the inlined namespaces
|
/dflybsd-src/contrib/expat/ |
H A D | Changes | 947 prefix with new namespaces defined in the same tag;
|
/dflybsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 8306 backpointer to the parent in each namespace node. On large namespaces, 8348 namespaces. 12259 large namespaces (especially 64-bit.) Increased the value from 0x400 to
|