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/libxcam/
README.md
52
* install ocl-
icd
-dev, ocl-
icd
-opencl-dev
Completed in 280 milliseconds