OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icd
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
discrim-union.cpp
101
typedef either<int, char, double>
icd
;
typedef
102
constexpr
icd
icd1 = an<int>(4);
103
constexpr
icd
icd2 = a<char>('x');
104
constexpr
icd
icd3 = a<double>(6.5);
114
constexpr either<const
icd
*, non_triv> icd4 = a<const
icd
*>(&icd2);
115
constexpr either<const
icd
*, non_triv> icd5 = a<non_triv>();
117
static_assert(icd4.get<const
icd
*>()->get<char>() == 'x', "");
/external/fio/
io_u.c
1140
static void lat_fatal(struct thread_data *td, struct io_completion_data *
icd
,
1146
icd
->error = ETIMEDOUT;
1754
struct io_completion_data
icd
;
local
1783
struct io_completion_data
icd
;
local
[
all
...]
Completed in 59 milliseconds