Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2803 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2805 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2820 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2821 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2803 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2805 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2820 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2821 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaDecl.cpp2911 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2913 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2928 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2929 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2839 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2841 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2856 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2857 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2841 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2843 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2858 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2859 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaDecl.cpp2838 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2840 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2855 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2856 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2839 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2841 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2856 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2857 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2903 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2905 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2920 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2921 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2903 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2905 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2920 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2921 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2903 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2905 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2920 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2921 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2841 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2843 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2858 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2859 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2903 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2905 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2920 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2921 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaDecl.cpp2903 const auto *OldConstInit = Old->getAttr<ConstInitAttr>(); in mergeDeclAttributes() local
2905 if (bool(OldConstInit) != bool(NewConstInit)) { in mergeDeclAttributes() local
2920 if (OldConstInit && OldConstInit->isConstinit()) in mergeDeclAttributes()
2921 diagnoseMissingConstinit(*this, NewVD, OldConstInit, in mergeDeclAttributes()