Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp9614 bool &Redeclaration, NamedDecl *&OldDecl, bool &MergeTypeWithPrevious, in CheckTargetCausesMultiVersioning() argument
9688 MergeTypeWithPrevious = false; in CheckTargetCausesMultiVersioning()
9700 bool &Redeclaration, NamedDecl *&OldDecl, bool &MergeTypeWithPrevious, in CheckMultiVersionAdditionalDecl() argument
9836 MergeTypeWithPrevious = false; in CheckMultiVersionAdditionalDecl()
9851 bool &MergeTypeWithPrevious, in CheckMultiVersionFunction() argument
9907 MergeTypeWithPrevious, Previous); in CheckMultiVersionFunction()
9914 OldDecl, MergeTypeWithPrevious, Previous); in CheckMultiVersionFunction()
9943 bool MergeTypeWithPrevious = !getLangOpts().CPlusPlus && in CheckFunctionDeclaration() local
9990 MergeTypeWithPrevious = false; in CheckFunctionDeclaration()
10005 MergeTypeWithPrevious, Previous)) in CheckFunctionDeclaration()
[all …]