Searched refs:defaulted (Results 1 – 25 of 35) sorted by relevance
12
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | test_lazy_sfinae.pass.cpp | 29 bool defaulted; member 30 CtorAssertsT() : defaulted(true) {} in CtorAssertsT() 32 constexpr CtorAssertsT(T) : defaulted(false) { in CtorAssertsT() 64 assert(std::get<1>(t).defaulted); in test_tuple_like_lazy_sfinae()
|
/external/libaom/libaom/build/cmake/ |
D | util.cmake | 103 # The names of variables defaulted through this macro are added to 133 # The names of variables defaulted through this macro are added to 157 # The names of variables defaulted through this macro are added to
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.cpp | 59 namespace defaulted { namespace
|
/external/freetype/docs/ |
D | INSTALL.MAC | 11 10.5. In previous versions of Mac OS X, this defaulted to 10.1. If
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 45 - Add generated_code_attributes option, defaulted to false
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 79 "only special member functions may be defaulted">;
|
D | DiagnosticParseKinds.td | 708 "%select{defaulted|deleted}0 function definitions are a C++11 extension">, 711 "%select{defaulted|deleted}0 function definitions are incompatible with C++98">,
|
D | DiagnosticSemaKinds.td | 4254 "explicitly defaulted function was implicitly deleted here">; 4285 "definition of explicitly defaulted %select{default constructor|copy " 6908 : Error<"cannot use defaulted default constructor of %0 within the class " 6911 : Error<"cannot use defaulted default constructor of %0 within " 7132 // C++11 defaulted functions 7134 "an explicitly-defaulted %select{|copy |move }0constructor cannot " 7137 "an explicitly-defaulted %select{|copy |move }0constructor cannot " 7140 "explicitly-defaulted %select{copy|move}0 assignment operator must " 7143 "an explicitly-defaulted %select{copy|move}0 assignment operator may not " 7146 "the parameter for an explicitly-defaulted %select{<<ERROR>>|" [all …]
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.19.txt | 76 defaulted to the size of the partition.
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 154 * elements attributes lists with the ones defaulted from the DTDs. 697 * @nb_defaulted: the number of defaulted attributes. The defaulted
|
/external/libxml2/ |
D | TODO | 127 => defaulted attributes handling
|
D | NEWS | 1604 - defaulted attributes for element coming from internal entities 1623 provides namespace resolution and defaulted attributes, minimize memory 2121 - inheritance of namespaces from DTD defaulted attributes 2604 - attributes defaulted from DTDs should be available, xmlSetProp() now
|
/external/golang-protobuf/ |
D | README.md | 139 Because the getter methods handle defaulted values,
|
/external/ltp/testcases/kernel/io/disktest/ |
D | CHANGELOG | 233 previously defaulted to the internal default of 2000 LBAs.
|
/external/catch2/docs/ |
D | command-line.md | 174 …the same executable with different options. If not supplied the name is defaulted to the name of t…
|
/external/elfutils/ |
D | ChangeLog | 76 * NEWS: Mention new DWARF5 calling conventions and defaulted member
|
D | NEWS | 113 calling convention, defaulted member function and macro constants
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 316 HANDLE_DW_AT(0x8b, defaulted, 5, DWARF)
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 3237 if (fields.defaulted("_parseAllStyles")) {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 3167 if (fields.defaulted("_parseAllStyles")) {
|
/external/okhttp/ |
D | CHANGELOG.md | 138 * **Timeouts now default to 10 seconds.** Previously we defaulted to never
|
/external/elfutils/config/ |
D | elfutils.spec.in | 300 language code, calling convention, defaulted member function
|
/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 423 3.3.1 it incorrectly defaulted to :const:`0` which was unbuffered
|
D | logging.rst | 1063 The *lvl* parameter was defaulted to level ``CRITICAL``. See Issue
|
/external/ply/ply/ |
D | CHANGES | 139 If for some reason, you need to disable defaulted states,
|
12