Home
last modified time | relevance | path

Searched refs:Conversion (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83869.yaml22 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 DSemaLambda.cpp1447 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 DSemaOverload.cpp3579 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 DSemaPseudoObject.cpp1084 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 DWebAssemblyInstrConv.td1 //===-- 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 DWebAssemblyISelLowering.cpp2264 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 Dti,vpe.yaml26 - description: Color Space Conversion (CSC) register region
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSISchedule.td32 // 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 Dab8500.txt25 : NCONV_ACCU : : Accumulate N Sample Conversion
29 : CCEOC : : Coulomb Counter End of Conversion
/freebsd-13.1/contrib/libucl/doc/
H A Dapi.md9 - [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 Damlogic,meson-vpu.yaml34 This part is also in charge of the CSC (Colorspace Conversion).
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-card.txt139 Example: Sampling Rate Conversion
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td45 // Conversion
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc218 // Conversion specifier.
434 // Conversion specifier.
/freebsd-13.1/usr.sbin/cron/doc/
H A DCONVERSION3 Conversion of BSD 4.[23] crontab files:
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def154 /// CK_UserDefinedConversion - Conversion using a user defined type
159 /// CK_ConstructorConversion - Conversion by constructor.
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dopenssl.pod105 CRL to PKCS#7 Conversion.
148 Error Number to Error String Conversion.
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat.txt54 Conversion Functions
197 Conversion Functions
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/
H A Dst,stm32-dfsdm-adc.yaml134 Conversion clock source.
/freebsd-13.1/crypto/heimdal/doc/
H A Dkerberos4.texi79 @subsection Conversion example
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td29 // Conversion instructions
H A DSystemZInstrHFP.td28 // Conversion instructions
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp863 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 Dtestfloat.txt61 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 Dkrb5_err.et248 error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"

123