OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e40
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
x86_32-arguments-darwin.c
163
enum
e40
{ ec0 = 0 };
enum
164
enum
e40
f40(void) { }
171
struct s42 { enum
e40
f0; } f42(void) { }
174
struct s43 { enum
e40
f0; int f1; } f43(void) { }
183
void f46(enum
e40
a0) { }
189
struct s48 { enum
e40
f0; };
193
struct s49 { enum
e40
f0; int f1; };
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp
76
constexpr long double
e40
= 1E40L, e30 = 1E30L, e39 = 1E39L;
local
77
Agg<float> f10 = {
e40
- 5 * e39 + e30 - 5 * e39}; // OK
Completed in 206 milliseconds