Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTextEncoding.cpp310 ConversionType Conversion; in create() local
312 Conversion = UTF8ToIBM1047; in create()
314 Conversion = IBM1047ToUTF8; in create()
319 std::make_unique<TextEncodingConverterTable>(Conversion)); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCVXAndes.td14 // Andes Vector BFloat16 Conversion Extension
/freebsd/sys/contrib/device-tree/src/mips/econet/
H A Den751221.dtsi52 * Conversion of baud rate to clock frequency requires a
/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1773 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addFunctionPointerConversion() local
1781 Conversion->setAccess(AS_public); in addFunctionPointerConversion()
1782 Conversion->setImplicit(true); in addFunctionPointerConversion()
1788 Conversion->setTrailingRequiresClause(Requires); in addFunctionPointerConversion()
1799 Conversion); in addFunctionPointerConversion()
1802 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1805 Class->addDecl(Conversion); in addFunctionPointerConversion()
1895 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addBlockPointerConversion() local
1901 Conversion->setAccess(AS_public); in addBlockPointerConversion()
1902 Conversion->setImplicit(true); in addBlockPointerConversion()
[all …]
H A DSemaOverload.cpp4127 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local
4140 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
6672 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local
6677 QualType ConvTy = Conversion->getConversionType().getNonReferenceType(); in diagnoseNoViableConversion()
6686 Converter.noteExplicitConv(SemaRef, Conversion, ConvTy); in diagnoseNoViableConversion()
6694 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in diagnoseNoViableConversion()
6714 CXXConversionDecl *Conversion = in recordConversion() local
6718 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion()
6727 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in recordConversion()
6856 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local
[all …]
H A DSemaObjC.cpp1412 if (CXXConversionDecl *Conversion = in CheckSubscriptingKind() local
1414 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind()
1417 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
1420 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
/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/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-card.txt139 Example: Sampling Rate Conversion
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_andes_vector.td21 // Andes Vector BFLOAT16 Conversion Extension (XAndesVBFHCvt)
H A Darm_fp16.td45 // Conversion
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td89 // Conversion Instructions
285 // FP Conversion
/freebsd/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst31 Conversion of other formats to DT schema::
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc222 // Conversion specifier.
446 // Conversion specifier.
/freebsd/usr.sbin/cron/doc/
H A DCONVERSION2 Conversion of BSD 4.[23] crontab files:
/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/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/crypto/heimdal/doc/
H A Dkerberos4.texi79 @subsection Conversion example
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td29 // Conversion instructions
H A DSystemZInstrHFP.td28 // Conversion instructions
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td1606 : RISCVExtension<5, 0, "Andes Scalar BFLOAT16 Conversion Extension",
1611 "'XAndesBFHCvt' (Andes Scalar BFLOAT16 Conversion Extension)">;
1614 : RISCVExtension<5, 0, "Andes Vector BFLOAT16 Conversion Extension",
1619 "'XAndesVBFHCvt' (Andes Vector BFLOAT16 Conversion Extension)">;
H A DRISCVSchedSyntacoreSCR345.td116 // Conversion and move instructions

1234