Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10480 bool &Redeclaration, NamedDecl *&OldDecl, bool &MergeTypeWithPrevious, in CheckTargetCausesMultiVersioning() argument
10553 MergeTypeWithPrevious = false; in CheckTargetCausesMultiVersioning()
10565 bool &Redeclaration, NamedDecl *&OldDecl, bool &MergeTypeWithPrevious, in CheckMultiVersionAdditionalDecl() argument
10700 MergeTypeWithPrevious = false; in CheckMultiVersionAdditionalDecl()
10715 bool &MergeTypeWithPrevious, in CheckMultiVersionFunction() argument
10770 MergeTypeWithPrevious, Previous); in CheckMultiVersionFunction()
10777 OldDecl, MergeTypeWithPrevious, Previous); in CheckMultiVersionFunction()
10806 bool MergeTypeWithPrevious = !getLangOpts().CPlusPlus && in CheckFunctionDeclaration() local
10853 MergeTypeWithPrevious = false; in CheckFunctionDeclaration()
10868 MergeTypeWithPrevious, Previous)) in CheckFunctionDeclaration()
[all …]