/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CXXRecordDeclDefinitionBits.def | 145 /// These flags are \c true if a defaulted corresponding special 155 /// These flags are \c true if an implicit defaulted corresponding 199 /// True if this class has a (possibly implicit) defaulted default 203 /// True if a defaulted default constructor for this class would 213 /// True if a defaulted destructor for this class would be constexpr. 224 /// explicitly deleted or defaulted).
|
H A D | UnresolvedSet.h | 47 // temporaries with defaulted ctors are not zero initialized.
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | ti,drv260x.txt | 31 If this is not set then the value will be defaulted to 34 If this is not set then the value will be defaulted to
|
H A D | ti,drv260x.yaml | 71 If this is not set then the value will be defaulted to 3200 mV. 78 If this is not set then the value will be defaulted to 3200 mV.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCParsedAsmOperand.h | 36 // lots of members and MSVC doesn't support defaulted move ops, so to avoid 37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteClientBase.h | 51 // If you want to use this mode, use the fact that the timeout is defaulted 75 // interrupt_timeout is defaulted so it will be obvious at the call site
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_implicitly_default_constructible.h | 25 // Second, we implement the trait in a funny manner with two defaulted template
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | source_location | 58 // The defaulted __ptr argument is necessary so that the builtin is evaluated
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_flags.cpp | 66 // Use options defaulted at compile-time for the runtime. in initializeFlags()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1848 // A destructor can be constexpr only if the defaulted destructor could be; in CheckConstexprFunctionDefinition() 6190 // Synthesize and instantiate explicitly defaulted methods. in ReferenceDllExportedMembers() 6493 // MSVC2015 doesn't export trivial defaulted x-tor but copy assign in checkClassLevelDLLAttribute() 6933 // Explicitly-defaulted secondary comparison functions (!=, <, <=, >, >=). in CheckCompletedCXXClass() 6939 // member function (whether it's defaulted, deleted, virtual, overriding, in CheckCompletedCXXClass() 6958 // Explain why this defaulted function was deleted. in CheckCompletedCXXClass() 6972 // Explain why this defaulted function was deleted. in CheckCompletedCXXClass() 6998 // Check whether the explicitly-defaulted members are valid. in CheckCompletedCXXClass() 7005 // For an explicitly defaulted or deleted special member, we defer in CheckCompletedCXXClass() 7076 // Define defaulted constexpr virtual functions that override a base class in CheckCompletedCXXClass() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 91 // for defaulted functions
|
/freebsd/sys/x86/isa/ |
H A D | isa.c | 81 * configured values if the caller defaulted. We can get away with
|
/freebsd/sbin/shutdown/ |
H A D | shutdown.8 | 135 where the year, month, and day may be defaulted
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticSemaKinds.td | 2053 "in %select{implicit|defaulted}0 %sub{select_special_member_kind}1 for %2 " 2056 "in defaulted %sub{select_defaulted_comparison_kind}0 for %1 " 4470 "%0 attribute has no effect on defaulted or deleted functions">; 5919 "explicitly defaulted function was implicitly deleted here">; 5968 "definition of explicitly defaulted %select{default constructor|copy " 9599 "overloaded %0 with %select{no|a defaulted|more than one}1 parameter is a " 9602 "overloaded %0 cannot have %select{no|a defaulted|more than one}1 parameter before C++23">; 9726 // C++11 defaulted functions 9728 "an explicitly-defaulted %sub{select_special_member_kind}0 cannot " 9731 "an explicitly-defaulted %sub{select_special_member_kind}0 cannot " [all …]
|
H A D | DiagnosticASTKinds.td | 695 "is %select{not defaulted|defaulted}6|" 746 "is %select{not defaulted|defaulted}4|"
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 513 // A defaulted copy/move constructor for a class X is defined as in addedClassSubobject() 524 // A defaulted copy/move assignment operator for a class X is defined as in addedClassSubobject() 535 // A defaulted [ctor or dtor] for a class X is defined as in addedClassSubobject() 538 // that is deleted or inaccessible from the defaulted [ctor or dtor]. in addedClassSubobject() 540 // that is deleted or inaccessible from the defaulted [ctor or dtor]. in addedClassSubobject() 737 // defaulted default constructor otherwise. It has a deleted copy in lambdaIsDefaultConstructibleAndAssignable() 739 // defaulted copy and move assignment operators otherwise. in lambdaIsDefaultConstructibleAndAssignable() 952 // explicitly defaulted or deleted constructor. in addedMember() 1122 // A defaulted copy constructor for a class X is defined as deleted if X has: in addedMember() 1165 // A defaulted copy/move assignment operator for a class X is defined in addedMember() [all …]
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 124 We defaulted CheckHostIP to "no" in 2000 (a95c1225217b). Upstream has
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_fileformats.3 | 221 The generation can be defaulted (using '-') or the empty string
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ti-lmu.txt | 37 not set the device is defaulted to the preferred
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-redact.8 | 232 property will be defaulted to 379 property will be defaulted to
|
H A D | zfs-send.8 | 232 property will be defaulted to 379 property will be defaulted to
|
/freebsd/usr.sbin/newsyslog/ |
H A D | ptimes.c | 124 * are defaulted to the current date but time zero. 222 * are defaulted to the current date but time zero.
|
/freebsd/sys/net/ |
H A D | ieee8023ad_lacp.h | 75 "\007DEFAULTED" \
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.conf.5.in | 185 is defaulted to NO,
|
/freebsd/usr.bin/tabs/ |
H A D | tabs.c | 232 warnx("cannot find terminal width; defaulted to %d", width); in ttywidth()
|