| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | ti,dp83869.yaml | 22 SGMII The DP83869HM supports Media Conversion in Managed mode. In this mode, 24 conversions. The DP83869HM can also support Bridge Conversion from RGMII to
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1447 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addFunctionPointerConversion() local 1454 Conversion->setAccess(AS_public); in addFunctionPointerConversion() 1455 Conversion->setImplicit(true); in addFunctionPointerConversion() 1466 Conversion); in addFunctionPointerConversion() 1469 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion() 1472 Class->addDecl(Conversion); in addFunctionPointerConversion() 1556 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addBlockPointerConversion() local 1561 Conversion->setAccess(AS_public); in addBlockPointerConversion() 1562 Conversion->setImplicit(true); in addBlockPointerConversion() 1563 Class->addDecl(Conversion); in addBlockPointerConversion()
|
| H A D | SemaOverload.cpp | 3579 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local 3589 User.ConversionFunction = Conversion; in IsUserDefinedConversion() 5910 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local 5949 CXXConversionDecl *Conversion = in recordConversion() local 6096 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local 6113 if (Conversion->isExplicit()) { in PerformContextualImplicitConversion() 7281 if (Conversion->isExplicit() && in AddConversionCandidate() 7293 Candidate.Function = Conversion; in AddConversionCandidate() 7365 DeclRefExpr ConversionRef(Context, Conversion, false, Conversion->getType(), in AddConversionCandidate() 7442 if (Conversion->isMultiVersion() && Conversion->hasAttr<TargetAttr>() && in AddConversionCandidate() [all …]
|
| H A D | SemaPseudoObject.cpp | 1084 if (CXXConversionDecl *Conversion = in CheckSubscriptingKind() local 1086 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind() 1089 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind() 1093 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrConv.td | 1 //===-- WebAssemblyInstrConv.td-WebAssembly Conversion support -*- tablegen -*-= 56 // Conversion from floating point to integer instructions which don't trap on 109 // Conversion from floating point to integer pseudo-instructions which don't 138 // Conversion from floating point to integer traps on overflow and invalid.
|
| H A D | WebAssemblyISelLowering.cpp | 2264 auto Conversion = N->getOperand(0); in performVectorConvertLowCombine() local 2265 auto ConversionOp = Conversion.getOpcode(); in performVectorConvertLowCombine() 2279 if (Conversion.getValueType() != MVT::v4f64) in performVectorConvertLowCombine() 2282 auto Source = Conversion.getOperand(0); in performVectorConvertLowCombine() 2384 auto Conversion = N->getOperand(0); in performVectorTruncZeroCombine() local 2385 auto ConversionOp = Conversion.getOpcode(); in performVectorTruncZeroCombine() 2403 if (Conversion.getValueType() != ExpectedConversionType) in performVectorTruncZeroCombine() 2406 auto Source = Conversion.getOperand(0); in performVectorTruncZeroCombine()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti,vpe.yaml | 26 - description: Color Space Conversion (CSC) register region
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 32 // Conversion to or from F32 (but not converting F64 to or from F32) 47 // Conversion to or from f64 instruction
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | ab8500.txt | 25 : NCONV_ACCU : : Accumulate N Sample Conversion 29 : CCEOC : : Coulomb Counter End of Conversion
|
| /freebsd-13.1/contrib/libucl/doc/ |
| H A D | api.md | 9 - [Conversion functions](#conversion-functions) 30 - [Conversion functions](#conversion-functions-1) 59 ### Conversion functions 299 # Conversion functions 301 Conversion functions are used to convert UCL objects to primitive types, such as strings, numbers, …
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | amlogic,meson-vpu.yaml | 34 This part is also in charge of the CSC (Colorspace Conversion).
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | audio-graph-card.txt | 139 Example: Sampling Rate Conversion
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 45 // Conversion
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 218 // Conversion specifier. 434 // Conversion specifier.
|
| /freebsd-13.1/usr.sbin/cron/doc/ |
| H A D | CONVERSION | 3 Conversion of BSD 4.[23] crontab files:
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 154 /// CK_UserDefinedConversion - Conversion using a user defined type 159 /// CK_ConstructorConversion - Conversion by constructor.
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | openssl.pod | 105 CRL to PKCS#7 Conversion. 148 Error Number to Error String Conversion.
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 54 Conversion Functions 197 Conversion Functions
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | st,stm32-dfsdm-adc.yaml | 134 Conversion clock source.
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | kerberos4.texi | 79 @subsection Conversion example
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrDFP.td | 29 // Conversion instructions
|
| H A D | SystemZInstrHFP.td | 28 // Conversion instructions
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 863 if (auto *Conversion = dyn_cast<CXXConversionDecl>(D)) { in addedMember() local 870 AccessSpecifier AS = Conversion->getAccessUnsafe(); in addedMember() 872 if (Conversion->getPrimaryTemplate()) { in addedMember() 878 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion); in addedMember()
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testfloat.txt | 61 Conversion Functions 250 Conversion Functions 622 Conversion of a floating-point value to an integer format will fail if the
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | krb5_err.et | 248 error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"
|