Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp94 lldb::TypeSP TypeMap::FirstType() const { in FirstType() function in TypeMap
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.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
H A DASTContext.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/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1414 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast()
H A DSemaObjC.cpp45 QualType FirstType; in ActOnObjCForCollectionStmt() local
H A DSemaExpr.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
H A DSemaDeclAttr.cpp3797 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp381 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp555 CVTypeArray::Iterator FirstType = CVTypes.begin(); traverseTypeSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1019 const Node *FirstType; variable
5321 Node *FirstType = getDerived().parseType(); in parseSpecialName() local