Searched defs:is_pointer (Results 1 – 11 of 11) sorted by relevance
57 struct is_pointer struct59 static const bool value = false;63 struct is_pointer<T*> struct65 static const bool value = true;
29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
27 template <class T> struct is_pointer : false_type {}; struct
70 struct is_pointer : false_type {}; struct
143 bool is_pointer; in Process() member182 bool is_pointer = false; in Process() local
304 struct is_pointer struct306 static const bool value = false;310 struct is_pointer<T*> struct312 static const bool value = true;
337 struct is_pointer struct338 { static const bool value = false; };341 struct is_pointer<T*> struct342 { static const bool value = true; };
323 bool is_pointer; in builtin_input_id() local
89 bool is_pointer; member
542 TEST(TypeTraitsTest, is_pointer) { in TEST() argument
12505 bool is_pointer = var_type.pointer; in argument_decl() local