Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
1407 QualType FirstType = FirstTTPD->getDefaultArgument(); in diagnoseMismatch() local
1496 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch() local
1971 QualType FirstType; in diagnoseMismatch() local
H A DASTContext.cpp9426 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes()
9432 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes()
9455 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes()
9461 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp383 const QualType FirstType = FirstArg->getType(); in handleOverloadedOperator() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h963 const Node *FirstType; variable
4933 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h963 const Node *FirstType; variable
4933 Node *FirstType = getDerived().parseType(); in parseSpecialName() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp7932 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast()
10737 auto IsSveConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands()
10752 auto IsSveGnuConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands()
17346 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
H A DSemaStmt.cpp2291 QualType FirstType; in ActOnObjCForCollectionStmt() local
H A DSemaDeclAttr.cpp4222 QualType FirstType = FirstField->getType(); in handleTransparentUnionAttr() local