Home
last modified time | relevance | path

Searched refs:I_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c6827 tree I_type, I_type_ptr; in resolve_overloaded_atomic_exchange() local
6856 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_exchange()
6863 p1 = build1 (VIEW_CONVERT_EXPR, I_type, p1); in resolve_overloaded_atomic_exchange()
6892 tree I_type, I_type_ptr; in resolve_overloaded_atomic_compare_exchange() local
6931 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_compare_exchange()
6943 p2 = build1 (VIEW_CONVERT_EXPR, I_type, p2); in resolve_overloaded_atomic_compare_exchange()
6968 tree I_type, I_type_ptr; in resolve_overloaded_atomic_load() local
6996 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_load()
7028 tree I_type, I_type_ptr; in resolve_overloaded_atomic_store() local
7055 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_store()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c9561 tree I_type, I_type_ptr; in resolve_overloaded_atomic_exchange() local
9590 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_exchange()
9597 p1 = build1 (VIEW_CONVERT_EXPR, I_type, p1); in resolve_overloaded_atomic_exchange()
9626 tree I_type, I_type_ptr; in resolve_overloaded_atomic_compare_exchange() local
9665 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_compare_exchange()
9677 p2 = build1 (VIEW_CONVERT_EXPR, I_type, p2); in resolve_overloaded_atomic_compare_exchange()
9702 tree I_type, I_type_ptr; in resolve_overloaded_atomic_load() local
9730 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_load()
9762 tree I_type, I_type_ptr; in resolve_overloaded_atomic_store() local
9789 I_type_ptr = build_pointer_type (I_type); in resolve_overloaded_atomic_store()
[all …]