OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CtorArg
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/basic/basic.types/
p10.cpp
87
struct
CtorArg
{
88
constexpr
CtorArg
(T);
90
constexpr int f(
CtorArg
<int>) { return 0; } // ok
91
constexpr int f(
CtorArg
<NonLiteral>) { return 0; } // ok, ctor is still constexpr
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
Completed in 516 milliseconds