OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VectorExt
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
literal-type.cpp
12
typedef int
VectorExt
__attribute__((ext_vector_type(4)));
14
static_assert(__is_literal(
VectorExt
), "fail");
type-traits.cpp
31
typedef int
VectorExt
__attribute__((ext_vector_type(4)));
167
{ int arr[T(__is_pod(
VectorExt
))]; }
[
all
...]
Completed in 48 milliseconds