Searched refs:is_pointer (Results 26 - 43 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc584 gcc::jit::recording::type::is_pointer method, in
592 return (gcc_jit_type *)type->is_pointer ();
2030 pointer_type->is_pointer (),
2053 pointer_type->is_pointer (),
2401 gcc::jit::recording::type *deref_src_type = src_type->is_pointer ();
2402 gcc::jit::recording::type *deref_dst_type = dst_type->is_pointer ();
2599 ptr->get_type ()->is_pointer ();
2636 rvalue->get_type ()->is_pointer ();
H A Djit-recording.cc2839 type *rtype_points_to = rtype->is_pointer ();
7665 recording::type *pointed_to_type = t->is_pointer ();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h343 // FIXME: We want to replace is_integral_or_enum and is_pointer here with
351 std::is_pointer<T>::value) &&
H A DSTLExtras.h1414 std::is_pointer<T>,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h509 : !std::is_pointer<T>::value
H A Dgtest.h1550 !std::is_pointer<T2>::value>::type* = nullptr>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_compiler.h209 struct __is_contiguous_iter : is_pointer<_Tp>::type { };
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c6164 bool is_pointer; local
6220 is_pointer = (attr.pointer || attr.proc_pointer);
6221 if (pointer && !is_pointer)
6294 if (pointer && is_pointer)
6302 if (!pointer && !is_pointer && !sym->attr.pointer)
6317 if (pointer && is_pointer)
6325 if (!pointer && !is_pointer)
H A Dinterface.c2326 bool rank_check, is_pointer; local
2664 is_pointer = actual->expr_type == EXPR_VARIABLE
2670 is_pointer = ref->u.c.component->attr.pointer;
2687 && (is_pointer || ref->u.ar.as->type == AS_ASSUMED_SHAPE))
2705 && (!ref || is_pointer || ref->u.ar.as->type == AS_ASSUMED_SHAPE))
H A Dtrans-types.c2971 bool is_pointer = false;
2977 is_pointer = is_class ? CLASS_DATA (f->sym)->attr.class_pointer
2981 if (f->sym == NULL || is_pointer || f->sym->attr.target
2958 bool is_pointer = false; local
H A Dtrans-array.c8085 is_pointer (gfc_expr *e) function
8355 && !is_pointer (expr) && ! gfc_has_dimen_vector_ref (expr)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc6218 bool is_pointer;
6276 is_pointer = (attr.pointer || attr.proc_pointer);
6277 if (pointer && !is_pointer)
6360 if (pointer && is_pointer)
6368 if (!pointer && !is_pointer && !sym->attr.pointer)
6383 if (pointer && is_pointer)
6391 if (!pointer && !is_pointer)
6209 bool is_pointer; local
H A Dinterface.cc2350 bool rank_check, is_pointer;
2731 is_pointer = actual->expr_type == EXPR_VARIABLE
2737 is_pointer = ref->u.c.component->attr.pointer;
2754 && (is_pointer || ref->u.ar.as->type == AS_ASSUMED_SHAPE))
2772 && (!ref || is_pointer || ref->u.ar.as->type == AS_ASSUMED_SHAPE))
2342 bool rank_check, is_pointer; local
H A Dtrans-types.cc3059 bool is_pointer = false;
3065 is_pointer = is_class ? CLASS_DATA (f->sym)->attr.class_pointer
3069 if (f->sym == NULL || is_pointer || f->sym->attr.target
3046 bool is_pointer = false; local
H A Dtrans-array.cc8253 is_pointer (gfc_expr *e)
8524 && !is_pointer (expr) && ! gfc_has_dimen_vector_ref (expr)
8250 is_pointer (gfc_expr *e) function
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h401 std::is_pointer<T>::value,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h215 (std::is_pointer<typename std::remove_reference<T>::type>::value !=
216 std::is_pointer<typename std::remove_reference<U>::type>::value) ||
1755 // FIXME: The dispatch on std::is_pointer was introduced as a workaround for
1758 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
1770 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p,
1825 typename std::is_pointer<typename std::remove_const<T>::type>::type(),
1840 bool MatchAndExplainImpl(std::true_type /* is_pointer */, const Class* p,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c2495 type *rtype_points_to = rtype->is_pointer ();

Completed in 362 milliseconds

12