OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Constexpr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h
31
/// Define the kind of
constexpr
specifier.
32
enum class ConstexprSpecKind { Unspecified,
Constexpr
, Consteval, Constinit };
/src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c
325
enum
Constexpr
{ MAX_SIZE = 1024 };
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c
325
enum
Constexpr
{ MAX_SIZE = 1024 };
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
4616
// C++0x [dcl.
constexpr
]p1:
constexpr
can only be applied to declarations
4618
// C++2a [dcl.
constexpr
]p1: The consteval specifier shall be applied only to
7192
case ConstexprSpecKind::
Constexpr
:
7195
// C++1z [dcl.spec.
constexpr
]p1:
7196
// A static data member declared with the
constexpr
specifier is
9220
// C++11 [dcl.
constexpr
]p2:
constexpr
functions and
constexpr
constructors
9224
// C++11 [dcl.
constexpr
]p3: functions declared constexpr are required t
[
all
...]
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026