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