Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp1749 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addFunctionPointerConversion() local
1757 Conversion->setAccess(AS_public); in addFunctionPointerConversion()
1758 Conversion->setImplicit(true); in addFunctionPointerConversion()
1763 Conversion->setTrailingRequiresClause(Requires); in addFunctionPointerConversion()
1774 Conversion); in addFunctionPointerConversion()
1777 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1780 Class->addDecl(Conversion); in addFunctionPointerConversion()
1871 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addBlockPointerConversion() local
1877 Conversion->setAccess(AS_public); in addBlockPointerConversion()
1878 Conversion->setImplicit(true); in addBlockPointerConversion()
[all …]
HDSemaOverload.cpp3894 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local
3904 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
6420 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local
6425 QualType ConvTy = Conversion->getConversionType().getNonReferenceType(); in diagnoseNoViableConversion()
6434 Converter.noteExplicitConv(SemaRef, Conversion, ConvTy); in diagnoseNoViableConversion()
6442 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in diagnoseNoViableConversion()
6462 CXXConversionDecl *Conversion = in recordConversion() local
6466 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion()
6475 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in recordConversion()
6611 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local
[all …]
HDSemaObjC.cpp1415 if (CXXConversionDecl *Conversion = in CheckSubscriptingKind() local
1417 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind()
1420 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
1423 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrConv.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.
HDWebAssemblyISelLowering.cpp2617 auto Conversion = N->getOperand(0); in performVectorTruncZeroCombine() local
2618 auto ConversionOp = Conversion.getOpcode(); in performVectorTruncZeroCombine()
2636 if (Conversion.getValueType() != ExpectedConversionType) in performVectorTruncZeroCombine()
2639 auto Source = Conversion.getOperand(0); in performVectorTruncZeroCombine()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mfd/
HDab8500.txt25 : NCONV_ACCU : : Accumulate N Sample Conversion
29 : CCEOC : : Coulomb Counter End of Conversion
/freebsd-13-stable/contrib/libucl/doc/
HDapi.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-stable/sys/contrib/device-tree/Bindings/sound/
HDaudio-graph-card.txt139 Example: Sampling Rate Conversion
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchFloat32InstrInfo.td85 // Conversion Instructions
279 // FP Conversion
HDLoongArchFloat64InstrInfo.td68 // Conversion Instructions
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSISchedule.td32 // Conversion to or from F32 (but not converting F64 to or from F32)
47 // Conversion to or from f64 instruction
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_fp16.td45 // Conversion
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors_format.inc218 // Conversion specifier.
442 // Conversion specifier.
/freebsd-13-stable/usr.sbin/cron/doc/
HDCONVERSION2 Conversion of BSD 4.[23] crontab files:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOperationKinds.def155 /// CK_UserDefinedConversion - Conversion using a user defined type
160 /// CK_ConstructorConversion - Conversion by constructor.
/freebsd-13-stable/lib/libc/softfloat/
HDsoftfloat.txt53 Conversion Functions
196 Conversion Functions
/freebsd-13-stable/crypto/openssl/doc/man1/
HDopenssl.pod105 CRL to PKCS#7 Conversion.
148 Error Number to Error String Conversion.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrDFP.td92 // 5.6.5 DFP Conversion Instructions
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrDFP.td29 // Conversion instructions
HDSystemZInstrHFP.td28 // Conversion instructions
/freebsd-13-stable/crypto/heimdal/doc/
HDkerberos4.texi79 @subsection Conversion example
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp904 if (auto *Conversion = dyn_cast<CXXConversionDecl>(D)) { in addedMember() local
911 AccessSpecifier AS = Conversion->getAccessUnsafe(); in addedMember()
913 if (Conversion->getPrimaryTemplate()) { in addedMember()
919 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion); in addedMember()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsRISCV.td970 // For Conversion unary operations.
978 // For Conversion unary operations with mask.
988 // For Conversion unary operations.
997 // For Conversion unary operations with mask.
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEC_POINT_new.pod143 as an affine co-ordinate as (x/(z^2), y/(z^3)). Conversion to Jacobian
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDkrb5_err.et248 error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"

1234