Home
last modified time | relevance | path

Searched defs:FirstType (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeMap.cpp94 lldb::TypeSP TypeMap::FirstType() const { in FirstType() function in TypeMap
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDODRDiagsEmitter.cpp178 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
HDASTContext.cpp9901 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-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaRISCV.cpp1414 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast()
HDSemaObjC.cpp45 QualType FirstType; in ActOnObjCForCollectionStmt() local
HDSemaExpr.cpp7447 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
HDSemaDeclAttr.cpp3797 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp381 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp553 CVTypeArray::Iterator FirstType = CVTypes.begin(); in traverseTypeSection() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h1019 const Node *FirstType; variable
5321 Node *FirstType = getDerived().parseType(); in parseSpecialName() local