Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusPaperStatus.csv6 "`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 DCxx2aStatusPaperStatus.csv8 "`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 DCxx1zStatusPaperStatus.csv40 "`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 DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7437 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 DDeclSpec.cpp594 case ConstexprSpecKind::Constexpr: in getSpecifierName()
1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr) in Finish()
H A DSemaLambda.cpp1447 S.getLangOpts().CPlusPlus17 ? ConstexprSpecKind::Constexpr in addFunctionPointerConversion()
1919 ? ConstexprSpecKind::Constexpr in BuildLambdaExpr()
H A DSemaDecl.cpp7192 case ConstexprSpecKind::Constexpr: in ActOnVariableDeclarator()
9234 : ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
9247 NewFD->setConstexprKind(ConstexprSpecKind::Constexpr); in ActOnFunctionDeclarator()
H A DSemaType.cpp5605 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr && in GetFullTypeForDeclarator()
H A DSemaOpenMP.cpp6645 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2262 return getConstexprKind() == ConstexprSpecKind::Constexpr; in isConstexprSpecified()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019592 (__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 DChangeLog-2018436 * 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 DChangeLog-2010454 * include/std/chrono: Constexpr markup for is_monotonic.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1213 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec, in addConstexprToLambdaDeclSpecifier()
H A DParseDecl.cpp3765 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, Loc, in ParseDeclarationSpecifiers()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c316 enum Constexpr { MAX_SIZE = 1024 }; in dump_stack() enum
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c320 enum Constexpr { MAX_SIZE = 1024 }; in dump_stack() enum
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS394 + Constexpr support in <algorithm> and elsewhere (thanks to
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS2282 + Constexpr support in <algorithm> and elsewhere (thanks to