Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1662 const FunctionDecl *FirstFunction, in diagnoseMismatch() argument
1664 if (FirstFunction == SecondFunction) in diagnoseMismatch()
1677 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstFunction); in diagnoseMismatch()
1680 auto DiagError = [FirstFunction, &FirstModule, in diagnoseMismatch()
1684 << FirstFunction << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1693 if (computeODRHash(FirstFunction->getReturnType()) != in diagnoseMismatch()
1695 DiagError(FirstFunction->getReturnTypeSourceRange().getBegin(), in diagnoseMismatch()
1696 FirstFunction->getReturnTypeSourceRange(), ReturnType) in diagnoseMismatch()
1697 << FirstFunction->getReturnType(); in diagnoseMismatch()
1704 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()
[all …]
/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h29 bool diagnoseMismatch(const FunctionDecl *FirstFunction,
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1796 /// \param [in] FirstFunction - A flag to indicate whether we are using this
1803 bool FirstFunction = false) { in replaceArgumentUses()
1808 if (FirstFunction) in replaceArgumentUses()
1878 if (FirstFunction) in replaceArgumentUses()
1899 if (FirstFunction) { in replaceArgumentUses()
1806 replaceArgumentUses(OutlinableRegion & Region,DenseMap<Value *,BasicBlock * > & OutputBBs,const DenseMap<Value *,Value * > & OutputMappings,bool FirstFunction=false) replaceArgumentUses() argument
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10713 FunctionDecl *FirstFunction = Merge.first; in readClause()
10716 if (DiagsEmitter.diagnoseMismatch(FirstFunction, SecondFunction)) { in readClause()
10147 FunctionDecl *FirstFunction = Merge.first; diagnoseOdrViolations() local