Home
last modified time | relevance | path

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

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