Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3094 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
3141 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()
3142 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3149 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()
3156 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3166 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr() argument
3167 if (CXXRecordDecl *RD = VariableType->getAsCXXRecordDecl()) in hasTrivialABIAttr()
3182 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
3198 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()
3199 (VariableType.isTriviallyCopyableType(Ctx) || in DiagnoseForRangeConstVariableCopies()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp363 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp341 SPIRVType *VariableType, in buildBuiltinVariableLoad() argument
351 VariableType, MIRBuilder, SPIRV::StorageClass::Input); in buildBuiltinVariableLoad()
362 buildLoadInst(VariableType, Variable, MIRBuilder, GR, LLType, Reg); in buildBuiltinVariableLoad()