Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3047 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
3094 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()
3135 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
3151 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()
3152 (VariableType.isTriviallyCopyableType(Ctx) || in DiagnoseForRangeConstVariableCopies()
3153 hasTrivialABIAttr(VariableType))) in DiagnoseForRangeConstVariableCopies()
3159 << VD << VariableType; in DiagnoseForRangeConstVariableCopies()
3193 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local
3195 if (VariableType->isIncompleteType()) in DiagnoseForRangeVariableCopies()
3205 if (VariableType->isReferenceType()) { in DiagnoseForRangeVariableCopies()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp363 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()