Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1304 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addFunctionPointerConversion() local
1310 Conversion->setAccess(AS_public); in addFunctionPointerConversion()
1311 Conversion->setImplicit(true); in addFunctionPointerConversion()
1322 Conversion); in addFunctionPointerConversion()
1325 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1328 Class->addDecl(Conversion); in addFunctionPointerConversion()
1391 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addBlockPointerConversion() local
1396 Conversion->setAccess(AS_public); in addBlockPointerConversion()
1397 Conversion->setImplicit(true); in addBlockPointerConversion()
1398 Class->addDecl(Conversion); in addBlockPointerConversion()
H A DSemaOverload.cpp3482 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local
3492 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
5641 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local
5679 CXXConversionDecl *Conversion = in recordConversion() local
5824 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local
5841 if (Conversion->isExplicit()) { in PerformContextualImplicitConversion()
6949 if (Conversion->isExplicit() && in AddConversionCandidate()
6961 Candidate.Function = Conversion; in AddConversionCandidate()
7014 DeclRefExpr ConversionRef(Context, Conversion, false, Conversion->getType(), in AddConversionCandidate()
7091 if (Conversion->isMultiVersion() && Conversion->hasAttr<TargetAttr>() && in AddConversionCandidate()
[all …]
H A DSemaPseudoObject.cpp1094 if (CXXConversionDecl *Conversion = in CheckSubscriptingKind() local
1096 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind()
1099 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
1103 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
H A DSemaTemplateInstantiateDecl.cpp1993 } else if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(D)) { in VisitCXXMethodDecl() local
1996 Conversion->isInlineSpecified(), Conversion->isExplicit(), in VisitCXXMethodDecl()
1997 Conversion->isConstexpr(), Conversion->getEndLoc()); in VisitCXXMethodDecl()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrConv.td1 //===-- WebAssemblyInstrConv.td-WebAssembly Conversion support -*- tablegen -*-=
57 // Conversion from floating point to integer instructions which don't trap on
118 // Conversion from floating point to integer pseudo-instructions which don't
147 // Conversion from floating point to integer traps on overflow and invalid.
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A Darm_fp16.td46 // Conversion
H A DBuiltinsPPC.def403 // Conversion builtins
H A DDiagnosticGroups.td715 def Conversion : DiagGroup<"conversion",
731 DiagCategory<"Value Conversion Issue">;
865 [SignCompare, Conversion, LiteralRange]>;
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc219 // Conversion specifier.
429 // Conversion specifier.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOperationKinds.def149 /// CK_UserDefinedConversion - Conversion using a user defined type
154 /// CK_ConstructorConversion - Conversion by constructor.
/freebsd-12.1/usr.sbin/cron/doc/
H A DCONVERSION3 Conversion of BSD 4.[23] crontab files:
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp808 if (auto *Conversion = dyn_cast<CXXConversionDecl>(D)) { in addedMember() local
815 AccessSpecifier AS = Conversion->getAccessUnsafe(); in addedMember()
817 if (Conversion->getPrimaryTemplate()) { in addedMember()
823 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion); in addedMember()
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dopenssl.pod105 CRL to PKCS#7 Conversion.
148 Error Number to Error String Conversion.
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat.txt54 Conversion Functions
197 Conversion Functions
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td30 // Conversion instructions
H A DSystemZInstrHFP.td29 // Conversion instructions
H A DSystemZScheduleZEC12.td779 // FP: Conversion instructions
905 // HFP: Conversion instructions
1019 // DFP: Conversion instructions
/freebsd-12.1/crypto/heimdal/doc/
H A Dkerberos4.texi79 @subsection Conversion example
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod143 as an affine co-ordinate as (x/(z^2), y/(z^3)). Conversion to Jacobian
/freebsd-12.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-12.1/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et248 error_code KRB5_SNAME_UNSUPP_NAMETYPE, "Conversion to service principal undefined for name type"
/freebsd-12.1/contrib/dtc/Documentation/
H A Dmanual.txt24 1) convert-dtsv0 -- Conversion to Version 1
654 1) convert-dtsv0 -- Conversion to Version 1
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def259 // Conversion
/freebsd-12.1/contrib/gcc/
H A Drtl.def549 /* Conversion of fixed point operand to floating point value. */
553 Conversion of floating point operand to fixed point value.
560 /* Conversion of unsigned fixed point operand to floating point value. */
564 Conversion of floating point operand to *unsigned* fixed point value.

1234