Searched defs:FirstType (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | TypeMap.cpp | 94 lldb::TypeSP TypeMap::FirstType() const { in FirstType() function in TypeMap
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRDiagsEmitter.cpp | 178 QualType FirstType = FirstField->getType(); in diagnoseSubMismatchField() local 276 QualType FirstType = FirstTD->getUnderlyingType(); in diagnoseSubMismatchTypedef() local 319 QualType FirstType = FirstVD->getType(); in diagnoseSubMismatchVar() local 1503 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch() local 1982 QualType FirstType; in diagnoseMismatch() local
|
H A D | ASTContext.cpp | 9901 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes() 9903 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() 9926 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() 9928 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() 9990 bool ASTContext::areCompatibleRVVTypes(QualType FirstType, in areCompatibleRVVTypes() 9997 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleRVVTypes() 10021 bool ASTContext::areLaxCompatibleRVVTypes(QualType FirstType, in areLaxCompatibleRVVTypes() 10028 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 1414 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast()
|
H A D | SemaObjC.cpp | 45 QualType FirstType; in ActOnObjCForCollectionStmt() local
|
H A D | SemaExpr.cpp | 7447 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast() 10140 unsigned &SVEorRVV) { in CheckVectorOperands() 10168 unsigned &SVEorRVV) { in CheckVectorOperands() 16808 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
|
H A D | SemaDeclAttr.cpp | 3797 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorModeling.cpp | 381 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 555 CVTypeArray::Iterator FirstType = CVTypes.begin(); traverseTypeSection() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1019 const Node *FirstType; variable 5321 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
|