Home
last modified time | relevance | path

Searched defs:FirstType (Results 1 – 11 of 11) 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/Sema/
H A DSemaARM.cpp1429 bool SemaARM::areCompatibleSveTypes(QualType FirstType, QualType SecondType) { in areCompatibleSveTypes()
1447 auto IsValidCast = [&](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes()
1473 bool SemaARM::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes()
1491 auto IsLaxCompatible = [&](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes()
H A DSemaRISCV.cpp1474 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast()
H A DSemaObjC.cpp46 QualType FirstType; in ActOnObjCForCollectionStmt() local
H A DSemaExpr.cpp7603 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast()
10347 unsigned &SVEorRVV) { in CheckVectorOperands()
10378 unsigned &SVEorRVV) { in CheckVectorOperands()
17186 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
H A DSemaDeclAttr.cpp4395 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
/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
1501 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch() local
1980 QualType FirstType; in diagnoseMismatch() local
H A DASTContext.cpp10545 bool ASTContext::areCompatibleRVVTypes(QualType FirstType, in areCompatibleRVVTypes()
10552 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleRVVTypes()
10594 bool ASTContext::areLaxCompatibleRVVTypes(QualType FirstType, in areLaxCompatibleRVVTypes()
10601 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp384 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp548 CVTypeArray::Iterator FirstType = CVTypes.begin(); in traverseTypeSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1059 const Node *FirstType; variable
5564 Node *FirstType = getDerived().parseType(); in parseSpecialName() local