Home
last modified time | relevance | path

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

/dflybsd-src/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()
6859 p0 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p0); 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()
6934 p0 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p0); in resolve_overloaded_atomic_compare_exchange()
6938 p1 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p1); 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()
6999 p0 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p0); in resolve_overloaded_atomic_load()
[all …]
/dflybsd-src/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()
9593 p0 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p0); 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()
9668 p0 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p0); in resolve_overloaded_atomic_compare_exchange()
9672 p1 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p1); 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()
9733 p0 = build1 (VIEW_CONVERT_EXPR, I_type_ptr, p0); in resolve_overloaded_atomic_load()
[all …]