/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx1yStatusPaperStatus.csv | 6 "`3469 <https://wg21.link/n3469>`__","LWG","Constexpr Library Additions: chrono, v3","Portland","|C… 7 "`3470 <https://wg21.link/n3470>`__","LWG","Constexpr Library Additions: containers, v2","Portland"… 8 "`3471 <https://wg21.link/n3471>`__","LWG","Constexpr Library Additions: utilities, v3","Portland",… 9 "`3302 <https://wg21.link/n3302>`__","LWG","Constexpr Library Additions: complex, v2","Portland","|… 28 "`3789 <https://wg21.link/n3789>`__","LWG","Constexpr Library Additions: functional","Chicago","|Co…
|
H A D | Cxx2aStatusPaperStatus.csv | 8 "`P0415R1 <https://wg21.link/P0415R1>`__","LWG","Constexpr for ``std::complex``\ ","Albuquerque","|… 25 "`P0858R0 <https://wg21.link/P0858R0>`__","LWG","Constexpr iterator requirements","Jacksonville",""… 43 "`P0879R0 <https://wg21.link/P0879R0>`__","LWG","Constexpr for swap and swap related functions Also… 68 "`P1006R1 <https://wg21.link/P1006R1>`__","LWG","Constexpr in std::pointer_traits","San Diego","|Co… 112 "`P1065 <https://wg21.link/P1065>`__","LWG","Constexpr INVOKE","Cologne","|Complete|","12.0"
|
H A D | Cxx1zStatusPaperStatus.csv | 40 "`P0031R0 <https://wg21.link/P0031R0>`__","LWG","A Proposal to Add Constexpr Modifiers to reverse_i… 78 "`P0426R1 <https://wg21.link/P0426R1>`__","LWG","Constexpr for ``std::char_traits``\ ","Issaquah","…
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Specifiers.h | 32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7437 bool Constexpr = defaultedSpecialMemberIsConstexpr(*this, RD, CSM, in CheckExplicitlyDefaultedSpecialMember() local 7442 MD->isConstexpr() && !Constexpr && in CheckExplicitlyDefaultedSpecialMember() 7457 MD->setConstexprKind(Constexpr ? (MD->isConsteval() in CheckExplicitlyDefaultedSpecialMember() 7459 : ConstexprSpecKind::Constexpr) in CheckExplicitlyDefaultedSpecialMember() 7630 bool Constexpr = true; member 7641 Constexpr &= R.Constexpr; in add() 7821 R.Constexpr &= BestFD->isConstexpr(); in visitBinaryOperator() 8540 !Info.Constexpr) { in CheckExplicitlyDefaultedComparison() 8555 if (First && !FD->isConstexpr() && Info.Constexpr) in CheckExplicitlyDefaultedComparison() 8556 FD->setConstexprKind(ConstexprSpecKind::Constexpr); in CheckExplicitlyDefaultedComparison() [all …]
|
H A D | DeclSpec.cpp | 594 case ConstexprSpecKind::Constexpr: in getSpecifierName() 1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
|
H A D | SemaLambda.cpp | 1447 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion() 1919 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
|
H A D | SemaDecl.cpp | 7192 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator() 9234 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator() 9247 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
|
H A D | SemaType.cpp | 5605 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
|
H A D | SemaOpenMP.cpp | 6645 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 2262 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2019 | 592 (__use_alloc(const _Alloc&)) : Constexpr. 635 (swap, pair(piecewise_construct_t,): Constexpr. 636 * (__uses_alloc0::_Sink::operator=, __uses_alloc_t): Constexpr. 674 (default_searcher, default_searcher::operator()): Constexpr. 2285 Implement C++20 p0879 - Constexpr for swap and swap related functions. 2388 Implement C++20 p0202 - Add Constexpr Modifiers to Functions
|
H A D | ChangeLog-2018 | 436 * include/std/complex (conj(complex<Tp>), norm(complex<Tp>)): Constexpr; 437 (real(Tp), imag(Tp)): Constexpr; 438 (operator@=(Tp), operator@=(complex<Tp>)): Constexpr; 440 operator@(complex<Tp>,complex<Tp>)): Constexpr.
|
H A D | ChangeLog-2010 | 454 * include/std/chrono: Constexpr markup for is_monotonic.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1213 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
|
H A D | ParseDecl.cpp | 3765 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | unwind.c | 316 enum Constexpr { MAX_SIZE = 1024 }; in dump_stack() enum
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | unwind.c | 320 enum Constexpr { MAX_SIZE = 1024 }; in dump_stack() enum
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 394 + Constexpr support in <algorithm> and elsewhere (thanks to
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 2282 + Constexpr support in <algorithm> and elsewhere (thanks to
|