Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3094 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
3141 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()
3182 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
3198 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()
3199 (VariableType.isTriviallyCopyableType(Ctx) || in DiagnoseForRangeConstVariableCopies()
3200 hasTrivialABIAttr(VariableType))) in DiagnoseForRangeConstVariableCopies()
3206 << VD << VariableType; in DiagnoseForRangeConstVariableCopies()
3240 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local
3242 if (VariableType->isIncompleteType()) in DiagnoseForRangeVariableCopies()
3252 if (VariableType->isReferenceType()) { in DiagnoseForRangeVariableCopies()
[all …]
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp363 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()
/openbsd/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()