Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp639 for (const auto &Diff : FunctionEffectDifferences(SrcFX, DstFX)) { in diagnoseFunctionEffectConversion()
2765 FunctionEffectDifferences::FunctionEffectDifferences( in FunctionEffectDifferences() function in FunctionEffectDifferences
H A DSemaDeclCXX.cpp18141 const auto Diffs = FunctionEffectDifferences(OldFX, NewFX); in CheckOverridingFunctionAttributes()
H A DSemaDecl.cpp3821 const auto Diffs = FunctionEffectDifferences(OldFX, NewFX); in MergeFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h527 struct FunctionEffectDifferences : public SmallVector<FunctionEffectDiff> { struct
529 FunctionEffectDifferences(const FunctionEffectsRef &Old,