Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2942 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
2989 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()
2990 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
2997 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()
3004 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3014 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr() argument
3015 if (CXXRecordDecl *RD = VariableType->getAsCXXRecordDecl()) in hasTrivialABIAttr()
3030 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
3046 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()
3047 (VariableType.isTriviallyCopyConstructibleType(Ctx) || in DiagnoseForRangeConstVariableCopies()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp417 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp459 MachineIRBuilder &MIRBuilder, SPIRVType *VariableType, in buildBuiltinVariableLoad() argument
467 VariableType, MIRBuilder, SPIRV::StorageClass::Input); in buildBuiltinVariableLoad()
479 buildLoadInst(VariableType, Variable, MIRBuilder, GR, LLType, Reg); in buildBuiltinVariableLoad()