OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntParam
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
constructor-initializer.cpp
129
int
IntParam
(int i) { return 0; };
143
E(
IntParam
(E)) {} // expected-warning {{field 'E' is uninitialized when used here}}
constant-expression-cxx11.cpp
90
template<int n> struct
IntParam
{};
92
using IntParam0 =
IntParam
<0>;
93
using IntParam0 =
IntParam
<id(0)>;
94
using IntParam0 =
IntParam
<MemberZero().zero>; // expected-error {{did you mean to call it with no arguments?}}
[
all
...]
Completed in 333 milliseconds