Searched refs:DstType (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h385 template <typename DstType, typename ArgType>
386 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) {
522 template <typename DstType>
523 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) {
545 template <typename DstType, typename SrcType>
546 MachineInstrBuilder buildCopy(DstType &&Res, SrcType &&Src) {
666 template <typename DstType, typename SrcType>
667 MachineInstrBuilder buildTrunc(DstType &&Res, SrcType &&Src) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DExpr.h3588 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3591 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3592 DstType->isDependentType(),
3593 DstType->isDependentType() || SrcExpr->isValueDependent(),
3594 (DstType->isInstantiationDependentType() ||
3596 (DstType->containsUnexpandedParameterPack() ||
4872 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4875 : Expr(AsTypeExprClass, DstType, VK, OK,
4876 DstType->isDependentType(),
4877 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DExpr.h3588 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3591 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3592 DstType->isDependentType(),
3593 DstType->isDependentType() || SrcExpr->isValueDependent(),
3594 (DstType->isInstantiationDependentType() ||
3596 (DstType->containsUnexpandedParameterPack() ||
4875 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4878 : Expr(AsTypeExprClass, DstType, VK, OK,
4879 DstType->isDependentType(),
4880 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DExpr.h3588 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3591 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3592 DstType->isDependentType(),
3593 DstType->isDependentType() || SrcExpr->isValueDependent(),
3594 (DstType->isInstantiationDependentType() ||
3596 (DstType->containsUnexpandedParameterPack() ||
4875 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4878 : Expr(AsTypeExprClass, DstType, VK, OK,
4879 DstType->isDependentType(),
4880 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DExpr.h3588 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3591 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3592 DstType->isDependentType(),
3593 DstType->isDependentType() || SrcExpr->isValueDependent(),
3594 (DstType->isInstantiationDependentType() ||
3596 (DstType->containsUnexpandedParameterPack() ||
4872 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4875 : Expr(AsTypeExprClass, DstType, VK, OK,
4876 DstType->isDependentType(),
4877 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DExpr.h3588 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3591 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3592 DstType->isDependentType(),
3593 DstType->isDependentType() || SrcExpr->isValueDependent(),
3594 (DstType->isInstantiationDependentType() ||
3596 (DstType->containsUnexpandedParameterPack() ||
4875 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4878 : Expr(AsTypeExprClass, DstType, VK, OK,
4879 DstType->isDependentType(),
4880 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DExpr.h3588 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3591 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3592 DstType->isDependentType(),
3593 DstType->isDependentType() || SrcExpr->isValueDependent(),
3594 (DstType->isInstantiationDependentType() ||
3596 (DstType->containsUnexpandedParameterPack() ||
4875 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4878 : Expr(AsTypeExprClass, DstType, VK, OK,
4879 DstType->isDependentType(),
4880 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DExpr.h3613 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
3616 : Expr(ConvertVectorExprClass, DstType, VK, OK,
3617 DstType->isDependentType(),
3618 DstType->isDependentType() || SrcExpr->isValueDependent(),
3619 (DstType->isInstantiationDependentType() ||
3621 (DstType->containsUnexpandedParameterPack() ||
4907 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
4910 : Expr(AsTypeExprClass, DstType, VK, OK,
4911 DstType->isDependentType(),
4912 DstType
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DSema.h3743 void diagnoseNullableToNonnullConversion(QualType DstType, QualType SrcType,
7993 bool ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&SrcExpr,
9132 QualType DstType, QualType SrcType,
9144 void DiagnoseAssignmentEnum(QualType DstType, QualType SrcType,
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
H A DSema.h3847 void diagnoseNullableToNonnullConversion(QualType DstType, QualType SrcType,
8126 bool ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&SrcExpr,
9292 QualType DstType, QualType SrcType,
9304 void DiagnoseAssignmentEnum(QualType DstType, QualType SrcType,
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
H A DSema.h3847 void diagnoseNullableToNonnullConversion(QualType DstType, QualType SrcType,
8126 bool ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&SrcExpr,
9292 QualType DstType, QualType SrcType,
9304 void DiagnoseAssignmentEnum(QualType DstType, QualType SrcType,

Completed in 422 milliseconds

12