Home
last modified time | relevance | path

Searched refs:defaulted (Results 1 – 25 of 35) sorted by relevance

12

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtest_lazy_sfinae.pass.cpp29 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/
Dutil.cmake103 # 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/
Dpath-notes.cpp59 namespace defaulted { namespace
/external/freetype/docs/
DINSTALL.MAC11 10.5. In previous versions of Mac OS X, this defaulted to 10.1. If
/external/protobuf/csharp/
DCHANGES.txt45 - Add generated_code_attributes option, defaulted to false
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td79 "only special member functions may be defaulted">;
DDiagnosticParseKinds.td708 "%select{defaulted|deleted}0 function definitions are a C++11 extension">,
711 "%select{defaulted|deleted}0 function definitions are incompatible with C++98">,
DDiagnosticSemaKinds.td4254 "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/
Dv1.19.txt76 defaulted to the size of the partition.
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle154 * elements attributes lists with the ones defaulted from the DTDs.
697 * @nb_defaulted: the number of defaulted attributes. The defaulted
/external/libxml2/
DTODO127 => defaulted attributes handling
DNEWS1604 - 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/
DREADME.md139 Because the getter methods handle defaulted values,
/external/ltp/testcases/kernel/io/disktest/
DCHANGELOG233 previously defaulted to the internal default of 2000 LBAs.
/external/elfutils/
DChangeLog76 * NEWS: Mention new DWARF5 calling conventions and defaulted member
DNEWS113 calling convention, defaulted member function and macro constants
/external/catch2/docs/
Dcommand-line.md174 …the same executable with different options. If not supplied the name is defaulted to the name of t…
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def316 HANDLE_DW_AT(0x8b, defaulted, 5, DWARF)
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java3167 if (fields.defaulted("_parseAllStyles")) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java3237 if (fields.defaulted("_parseAllStyles")) {
/external/okhttp/
DCHANGELOG.md138 * **Timeouts now default to 10 seconds.** Previously we defaulted to never
/external/elfutils/config/
Delfutils.spec.in300 language code, calling convention, defaulted member function
/external/ply/ply/
DCHANGES139 If for some reason, you need to disable defaulted states,
/external/python/cpython3/Doc/library/
Dsubprocess.rst423 3.3.1 it incorrectly defaulted to :const:`0` which was unbuffered
Dlogging.rst1063 The *lvl* parameter was defaulted to level ``CRITICAL``. See Issue

12