Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp384 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h829 const Node *FirstType; variable
5158 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9648 QualType FirstType = FirstField->getType(); in diagnoseOdrViolations() local
9756 QualType FirstType = FirstTD->getUnderlyingType(); in diagnoseOdrViolations() local
9789 QualType FirstType = FirstVD->getType(); in diagnoseOdrViolations() local
10953 QualType FirstType = FirstTTPD->getDefaultArgument(); in diagnoseOdrViolations() local
11080 QualType FirstType = FirstNTTPD->getType(); in diagnoseOdrViolations() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8656 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes()
8662 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes()
8685 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes()
8691 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7332 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast()
10041 auto IsSveConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands()
10056 auto IsSveGnuConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands()
16051 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
H A DSemaStmt.cpp2253 QualType FirstType; in ActOnObjCForCollectionStmt() local
H A DSemaDeclAttr.cpp3706 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local