Home
last modified time | relevance | path

Searched refs:FirstFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1657 const FunctionDecl *FirstFunction, in diagnoseMismatch() argument
1659 if (FirstFunction == SecondFunction) in diagnoseMismatch()
1675 auto DiagError = [FirstFunction, &FirstModule, in diagnoseMismatch()
1688 if (computeODRHash(FirstFunction->getReturnType()) != in diagnoseMismatch()
1690 DiagError(FirstFunction->getReturnTypeSourceRange().getBegin(), in diagnoseMismatch()
1691 FirstFunction->getReturnTypeSourceRange(), ReturnType) in diagnoseMismatch()
1692 << FirstFunction->getReturnType(); in diagnoseMismatch()
1699 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()
1702 size_t ParamSize = FirstFunction->param_size(); in diagnoseMismatch()
1704 const ParmVarDecl *FirstParam = FirstFunction->getParamDecl(I); in diagnoseMismatch()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h29 bool diagnoseMismatch(const FunctionDecl *FirstFunction,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1803 bool FirstFunction = false) { in replaceArgumentUses() argument
1808 if (FirstFunction) in replaceArgumentUses()
1878 if (FirstFunction) in replaceArgumentUses()
1899 if (FirstFunction) { in replaceArgumentUses()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10007 FunctionDecl *FirstFunction = Merge.first; in diagnoseOdrViolations() local
10010 if (DiagsEmitter.diagnoseMismatch(FirstFunction, SecondFunction)) { in diagnoseOdrViolations()