HomeSort by relevance Sort by last modified time
    Searched refs:is_volatile (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 52 struct is_volatile { struct
57 struct is_volatile<volatile T> { struct
61 int is_volatile0[is_volatile<int>::value? -1 : 1];
62 int is_volatile1[is_volatile<volatile int>::value? 1 : -1];
63 int is_volatile2[is_volatile<const volatile int>::value? 1 : -1];
64 int is_volatile3[is_volatile<volatile char[3]>::value? 1 : -1];
  /external/clang/test/SemaCXX/
type-traits.cpp 819 void is_volatile() function
    [all...]

Completed in 123 milliseconds