Home
last modified time | relevance | path

Searched refs:atomic_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-atomic-inst-handler.cc54 tree atomic_type = build_qualified_type (instr_type, TYPE_QUAL_ATOMIC); in generate_tree() local
56 gcc_assert (atomic_type != NULL_TREE); in generate_tree()
59 tree atomic_ptype = build_pointer_type (atomic_type); in generate_tree()
73 tree mem_ref = build2 (MEM_REF, atomic_type, casted_to_ptr, in generate_tree()
75 instr_expr = build2 (MODIFY_EXPR, atomic_type, mem_ref, src0); in generate_tree()
81 tree mem_ref = build2 (MEM_REF, atomic_type, casted_to_ptr, in generate_tree()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dacinclude.m43342 [typedef bool atomic_type;
3343 atomic_type c1;
3344 atomic_type c2;
3345 atomic_type c3(0);
3361 [typedef short atomic_type;
3362 atomic_type c1;
3363 atomic_type c2;
3364 atomic_type c3(0);
3380 [typedef int atomic_type;
3381 atomic_type c1;
[all …]
H A Dconfigure15702 typedef bool atomic_type;
15703 atomic_type c1;
15704 atomic_type c2;
15705 atomic_type c3(0);
15744 typedef short atomic_type;
15745 atomic_type c1;
15746 atomic_type c2;
15747 atomic_type c3(0);
15786 typedef int atomic_type;
15787 atomic_type c1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dacinclude.m43343 [typedef bool atomic_type;
3344 atomic_type c1;
3345 atomic_type c2;
3346 atomic_type c3(0);
3361 [typedef short atomic_type;
3362 atomic_type c1;
3363 atomic_type c2;
3364 atomic_type c3(0);
3379 [typedef int atomic_type;
3380 atomic_type c1;
[all …]
H A Dconfigure15844 typedef bool atomic_type;
15845 atomic_type c1;
15846 atomic_type c2;
15847 atomic_type c3(0);
15885 typedef short atomic_type;
15886 atomic_type c1;
15887 atomic_type c2;
15888 atomic_type c3(0);
15926 typedef int atomic_type;
15927 atomic_type c1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc5534 tree atomic_type = find_atomic_core_type (cand); in check_base_type() local
5535 if (atomic_type && TYPE_ALIGN (atomic_type) == TYPE_ALIGN (cand)) in check_base_type()
5623 tree atomic_type = find_atomic_core_type (type); in build_qualified_type() local
5624 if (atomic_type) in build_qualified_type()
5628 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t)) in build_qualified_type()
5629 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type)); in build_qualified_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c6531 tree atomic_type = find_atomic_core_type (cand); in check_base_type() local
6532 if (atomic_type && TYPE_ALIGN (atomic_type) == TYPE_ALIGN (cand)) in check_base_type()
6617 tree atomic_type = find_atomic_core_type (type); in build_qualified_type() local
6618 if (atomic_type) in build_qualified_type()
6622 if (TYPE_ALIGN (atomic_type) > TYPE_ALIGN (t)) in build_qualified_type()
6623 SET_TYPE_ALIGN (t, TYPE_ALIGN (atomic_type)); in build_qualified_type()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def206 HANDLE_DW_TAG(0x0047, atomic_type, 5, DWARF, DW_KIND_TYPE)