Searched defs:FirstType (Results 1 – 11 of 11) 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/Sema/ |
| H A D | SemaARM.cpp | 1429 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 D | SemaRISCV.cpp | 1474 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast()
|
| H A D | SemaObjC.cpp | 46 QualType FirstType; in ActOnObjCForCollectionStmt() local
|
| H A D | SemaExpr.cpp | 7603 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 D | SemaDeclAttr.cpp | 4395 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
|
| /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 1501 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch() local 1980 QualType FirstType; in diagnoseMismatch() local
|
| H A D | ASTContext.cpp | 10545 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 D | IteratorModeling.cpp | 384 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 548 CVTypeArray::Iterator FirstType = CVTypes.begin(); in traverseTypeSection() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1059 const Node *FirstType; variable 5564 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
|