Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp94 lldb::TypeSP TypeMap::FirstType() const { in FirstType() function in TypeMap
/freebsd-14.2/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
1412 QualType FirstType = FirstTTPD->getDefaultArgument(); in diagnoseMismatch() local
1501 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch() local
1977 QualType FirstType; in diagnoseMismatch() local
H A DASTContext.cpp9441 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 DIteratorModeling.cpp380 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp553 CVTypeArray::Iterator FirstType = CVTypes.begin(); in traverseTypeSection() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1020 const Node *FirstType; variable
5322 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8260 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 DSemaStmt.cpp2301 QualType FirstType; in ActOnObjCForCollectionStmt() local
H A DSemaDeclAttr.cpp4274 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local