Searched defs:is_pointer (Results 1 – 9 of 9) sorted by relevance
34 template <class T> struct is_pointer : false_type {}; struct
37 bool is_pointer() const { return is_pointer_; } in is_pointer() function
3 struct is_pointer { struct8 struct is_pointer<T*> { struct13 struct is_pointer<const T*> { struct17 int array0[is_pointer<int>::value? -1 : 1]; argument
29 def gen_llvm_type(type, name, idx, is_pointer, is_pointer_pointer, is_array, is_array_array, array_… argument
264 def is_pointer(self): member in type_expression
481 def is_pointer(self): member in gl_parameter
480 TEST(TypeTraitsTest, is_pointer) { in TEST() argument
446 bool is_pointer() { return (storage_type_ == STRUCT_REFERENCE); } in is_pointer() function
764 void is_pointer() in is_pointer() function