Searched defs:FirstType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeMap.cpp | 94 lldb::TypeSP TypeMap::FirstType() const { in FirstType() function in TypeMap
|
| /freebsd-14.2/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 1412 QualType FirstType = FirstTTPD->getDefaultArgument(); in diagnoseMismatch() local 1501 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch() local 1977 QualType FirstType; in diagnoseMismatch() local
|
| H A D | ASTContext.cpp | 9441 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes() 9448 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() 9471 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() 9478 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() 9540 bool ASTContext::areCompatibleRVVTypes(QualType FirstType, in areCompatibleRVVTypes() 9547 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleRVVTypes() 9571 bool ASTContext::areLaxCompatibleRVVTypes(QualType FirstType, in areLaxCompatibleRVVTypes() 9578 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 380 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 553 CVTypeArray::Iterator FirstType = CVTypes.begin(); in traverseTypeSection() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1020 const Node *FirstType; variable 5322 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8260 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast() 8281 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast() 11138 unsigned &SVEorRVV) { in CheckVectorOperands() 11166 unsigned &SVEorRVV) { in CheckVectorOperands() 17865 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
|
| H A D | SemaStmt.cpp | 2301 QualType FirstType; in ActOnObjCForCollectionStmt() local
|
| H A D | SemaDeclAttr.cpp | 4274 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local
|