Home
last modified time | relevance | path

Searched refs:PassedType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp361 QualType PassedType = Arg->getType(); in BuiltinPPCMMACall() local
362 QualType StrippedRVType = PassedType.getCanonicalType(); in BuiltinPPCMMACall()
377 << PassedType << ExpectedType << 1 << 0 << 0; in BuiltinPPCMMACall()
H A DSemaHLSL.cpp2479 clang::QualType PassedType)> in CheckAllArgTypesAreCorrect()
2491 clang::QualType PassedType) { in CheckFloatOrHalfRepresentation() argument
2493 PassedType->isVectorType() in CheckFloatOrHalfRepresentation()
2494 ? PassedType->castAs<clang::VectorType>()->getElementType() in CheckFloatOrHalfRepresentation()
2495 : PassedType; in CheckFloatOrHalfRepresentation()
2499 << /* half or float */ 2 << PassedType; in CheckFloatOrHalfRepresentation()
2515 clang::QualType PassedType) { in CheckNoDoubleVectors() argument
2516 const auto *VecTy = PassedType->getAs<VectorType>(); in CheckNoDoubleVectors()
2523 << PassedType; in CheckNoDoubleVectors()
2529 clang::QualType PassedType) { in CheckFloatingOrIntRepresentation() argument
[all …]