OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__is_trivially_copyable
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/PCH/
cxx-traits.h
62
struct
__is_trivially_copyable
{}; // expected-warning {{made available}}
struct in namespace:n
cxx-traits.cpp
62
bool _is_trivially_copyable_result =
__is_trivially_copyable
(int);
/external/clang/test/SemaCXX/
type-traits.cpp
[
all
...]
/external/llvm/include/llvm/Support/
type_traits.h
42
static const bool value =
__is_trivially_copyable
(T);
/external/clang/test/CXX/drs/
dr4xx.cpp
1190
int check1[
__is_trivially_copyable
(const int) ? 1 : -1];
1191
int check2[!
__is_trivially_copyable
(volatile int) ? 1 : -1];
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
Completed in 977 milliseconds