Searched refs:VariableType (Results 1 – 3 of 3) sorted by relevance
3104 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local3151 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()3159 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()3192 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local3208 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()3210 hasTrivialABIAttr(VariableType))) in DiagnoseForRangeConstVariableCopies()3216 << VD << VariableType; in DiagnoseForRangeConstVariableCopies()3250 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local3252 if (VariableType->isIncompleteType()) in DiagnoseForRangeVariableCopies()3262 if (VariableType->isReferenceType()) { in DiagnoseForRangeVariableCopies()[all …]
343 SPIRVType *VariableType, in buildBuiltinVariableLoad() argument353 VariableType, MIRBuilder, SPIRV::StorageClass::Input); in buildBuiltinVariableLoad()364 buildLoadInst(VariableType, Variable, MIRBuilder, GR, LLType, Reg); in buildBuiltinVariableLoad()
421 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()