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.cpp3051 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
3098 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()
3099 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3106 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()
3113 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3123 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr() argument
3124 if (CXXRecordDecl *RD = VariableType->getAsCXXRecordDecl()) in hasTrivialABIAttr()
3139 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
3155 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()
3156 (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.cpp506 MachineIRBuilder &MIRBuilder, SPIRVType *VariableType, in buildBuiltinVariableLoad() argument
516 VariableType, MIRBuilder, SPIRV::StorageClass::Input); in buildBuiltinVariableLoad()
528 buildLoadInst(VariableType, Variable, MIRBuilder, GR, LLType, Reg); in buildBuiltinVariableLoad()