Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.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 …]
H A DSemaOverload.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 …]
H A DSemaObjC.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/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.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dab8500.txt25 : NCONV_ACCU : : Accumulate N Sample Conversion
29 : CCEOC : : Coulomb Counter End of Conversion
/freebsd/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/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-card.txt139 Example: Sampling Rate Conversion
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td85 // Conversion Instructions
279 // FP Conversion
H A DLoongArchFloat64InstrInfo.td68 // Conversion Instructions
/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td45 // Conversion
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc218 // Conversion specifier.
442 // Conversion specifier.
/freebsd/usr.sbin/cron/doc/
H A DCONVERSION2 Conversion of BSD 4.[23] crontab files:
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def155 /// CK_UserDefinedConversion - Conversion using a user defined type
160 /// CK_ConstructorConversion - Conversion by constructor.
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt53 Conversion Functions
196 Conversion Functions
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok255 V. Rajaraman On the Conversion of Decision Tables to
402 Conversion . . . . . . . . . . . . . . . 621--621
517 K. Schwayder Conversion of Limited-Entry Decision
520 K. Shwayder Conversion of limited-entry decision
1141 Gert Dathe Conversion of Decision Tables by Rule
1165 M. Verhelst Conversion of Limited-Entry Decision
1353 Decision Tables and Their Conversion to
1509 Conversion of Decision Tables to
1589 R. C. Barrett Scan Conversion Algorithm with Reduced
1705 B. W. Jordan, Jr. Scan Conversion Algorithms for a Cell
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrDFP.td92 // 5.6.5 DFP Conversion Instructions
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td29 // Conversion instructions
H A DSystemZInstrHFP.td28 // Conversion instructions
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi79 @subsection Conversion example
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.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/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.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/crypto/openssl/doc/man1/
H A Dopenssl.pod97 CRL to PKCS#7 Conversion.
136 Error Number to Error String Conversion.
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et248 error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"
/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod149 as an affine coordinate as (x/(z^2), y/(z^3)). Conversion to Jacobian

1234