Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9295 for (QualType Vec1Ty : CandidateTypes[0].vector_types()) in addGenericBinaryArithmeticOverloads() local
9297 QualType LandR[2] = {Vec1Ty, Vec2Ty}; in addGenericBinaryArithmeticOverloads()
9560 for (QualType Vec1Ty : CandidateTypes[0].vector_types()) in addAssignmentArithmeticOverloads() local
9565 ParamTypes[0] = S.Context.getLValueReferenceType(Vec1Ty); in addAssignmentArithmeticOverloads()
9571 ParamTypes[0] = S.Context.getVolatileType(Vec1Ty); in addAssignmentArithmeticOverloads()