/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CXXRecordDeclDefinitionBits.def | 142 /// These flags are \c true if a defaulted corresponding special 152 /// These flags are \c true if an implicit defaulted corresponding 196 /// True if this class has a (possibly implicit) defaulted default 200 /// True if a defaulted default constructor for this class would 210 /// True if a defaulted destructor for this class would be constexpr. 221 /// explicitly deleted or defaulted).
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/ |
H A D | menu-whitespace | 14 Subject: Makeinfo mishandles defaulted node links
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticSerializationKinds.td | 196 "is %select{not defaulted|defaulted}6|" 267 "is %select{not defaulted|defaulted}4|"
|
H A D | DiagnosticSemaKinds.td | 1849 "in %select{implicit|defaulted}0 %sub{select_special_member_kind}1 for %2 " 1852 "in defaulted %sub{select_defaulted_comparison_kind}0 for %1 " 4019 "%0 attribute has no effect on defaulted or deleted functions">; 5416 "explicitly defaulted function was implicitly deleted here">; 5453 "definition of explicitly defaulted %select{default constructor|copy " 8977 // C++11 defaulted functions 8979 "an explicitly-defaulted %select{|copy |move }0constructor cannot " 8982 "an explicitly-defaulted %select{|copy |move }0constructor cannot " 8985 "explicitly-defaulted %select{copy|move}0 assignment operator must " 8988 "an explicitly-defaulted %select{copy|move}0 assignment operator may not " [all …]
|
H A D | DiagnosticCommonKinds.td | 91 "may be defaulted">;
|
H A D | DiagnosticParseKinds.td | 863 "%select{defaulted|deleted}0 function definitions are a C++11 extension">, 866 "%select{defaulted|deleted}0 function definitions are incompatible with C++98">,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 91 // for defaulted functions
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | ExtendedCXX03Support.rst | 28 * defaulted and deleted Functions.
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | migration_010_100.rst | 78 In libuv 0.10 Unix used a threadpool which defaulted to 4 threads, while Windows used the
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | config.h.in | 146 /* Define to 1 to if -foffload is defaulted */
|
H A D | configure.ac | 229 [Define to 1 to if -foffload is defaulted])
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 103 (path::operator=(const path&)): Do not define as defaulted. 3523 constructor and copy assignment operator as defaulted. 3681 constructors and copy assignment operators as explicit-defaulted. 3684 assignment operators as explicitly-defaulted. 3687 move constructors and move assignment operators as defaulted. 4519 (ios::Init::operator=): Define as defaulted. 4537 with no preconditions. Define destructor as defaulted. 4540 constructor and destructor as defaulted. Add noexcept to equality 4605 * include/bits/postypes.h (fpos): Define special members as defaulted. 5042 for conversion to const_iterator. Add defaulted copy ops. [all …]
|
H A D | ChangeLog-2011 | 608 (tstring): Add defaulted move assignment. 610 (tstring): Add defaulted move assignment. 612 defaulted move assignment operator. 613 (NoexceptMoveAssignClass): Add defaulted move constructor. 4371 istreambuf_iterator&), ~istreambuf_iterator()): Add defaulted 4530 functions as defaulted/deleted. 6169 Declare defaulted per DR 1517.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog | 119 * pt.cc (tsubst_function_decl): Only check a function defaulted 325 * cp-tree.h (do_auto_deduction): Add defaulted tmpl parameter. 1529 checks for defaulted ctors. 2743 (make_auto_1): Add defaulted 'level' parameter.
|
H A D | ChangeLog-2020 | 555 * cp-tree.h (build_cplus_array_type): Add defaulted DEP parm. 815 * cp-tree.h (build_cplus_array_type): Add defaulted DEP parm. 2164 * name-lookup.c (supplement_binding_1): Drop defaulted arg to 2167 defaulted arg to duplicate_decls. 2627 * cp-tree.h (build_trivial_dtor_call): Add bool argument defaulted 4638 * decl.c (redeclaration_error_message): Reject defaulted comparison 4985 PR c++/94478 - ICE with defaulted comparison operator 6252 PR c++/93345 - ICE with defaulted dtor and template.
|
H A D | ChangeLog-2019 | 76 diagnose defaulted comparison operators. 966 * decl.c (grokdeclarator): Set funcdef_flag for defaulted friend. 1076 * decl2.c (grokfield): SET_DECL_FRIEND_CONTEXT on defaulted friend. 1078 defaulted functions are non-static members. 1203 (fold_non_dependent_expr): Add another tree argument defaulted to 1441 exception-specification on defaulted function. 1665 explicitly defaulted functions. 4611 * pt.c (maybe_instantiate_noexcept): Only return false if defaulted.
|
H A D | ChangeLog-2010 | 222 method defaulted outside the class. 2274 * method.c (defaulted_late_check): Give the defaulted method 3898 (current_template_args): Always set non defaulted 3901 defaulted template args count. 3908 * parser.c (cp_parser_template_argument_list): Always set defaulted
|
H A D | ChangeLog-2011 | 1210 * pt.c (instantiate_decl): Recognize when a function defaulted 1435 * decl.c (grokfndecl): Diagnose redefinition of defaulted fn. 1605 user-provided default constructor if the defaulted constructor 1796 * semantics.c (explain_invalid_constexpr_fn): Handle defaulted 2635 functions defaulted outside the class.
|
H A D | ChangeLog-2018 | 2527 PR c++/86094 - wrong code with defaulted move ctor. 2547 Core issue 1331 - const mismatch with defaulted copy constructor 2548 * class.c (check_bases_and_members): When checking a defaulted 2573 PR c++/86094 - wrong code with defaulted move ctor. 2645 * pt.c (instantiate_decl): Any defaulted function is defined. 4480 * name-lookup.h (search_anon_aggr): Add defaulted WANT_TYPE arg.
|
H A D | ChangeLog-2008 | 1257 Implement defaulted/deleted functions as per N2346 1265 (check_methods): A defaulted fn is still trivial. 1270 (cp_finish_decl): Handle deleted/defaulted semantics.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx2aStatusPaperStatus.csv | 190 "`P2085 <https://wg21.link/P2085>`__","CWG","Consistent defaulted comparisons","Prague","* *",""
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | headers.m4 | 161 # Check the compiler accepts HEADER-FILE. The INCLUDES are defaulted.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5233 OPTIONAL(defaulted, MDBoolField, ); in parseDITemplateTypeParameter() 5238 (Context, name.Val, type.Val, defaulted.Val)); in parseDITemplateTypeParameter() 5251 OPTIONAL(defaulted, MDBoolField, ); \ in parseDITemplateValueParameter() 5259 (Context, tag.Val, name.Val, type.Val, defaulted.Val, value.Val)); in parseDITemplateValueParameter()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __bit_reference | 1128 // the implicit generation of a defaulted one is deprecated.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 395 HANDLE_DW_AT(0x8b, defaulted, 5, DWARF)
|