Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc5479 tree base_atomic_type; in find_atomic_core_type() local
5488 base_atomic_type = atomicQI_type_node; in find_atomic_core_type()
5492 base_atomic_type = atomicHI_type_node; in find_atomic_core_type()
5496 base_atomic_type = atomicSI_type_node; in find_atomic_core_type()
5500 base_atomic_type = atomicDI_type_node; in find_atomic_core_type()
5504 base_atomic_type = atomicTI_type_node; in find_atomic_core_type()
5508 base_atomic_type = NULL_TREE; in find_atomic_core_type()
5511 return base_atomic_type; in find_atomic_core_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c6477 tree base_atomic_type; in find_atomic_core_type() local
6486 base_atomic_type = atomicQI_type_node; in find_atomic_core_type()
6490 base_atomic_type = atomicHI_type_node; in find_atomic_core_type()
6494 base_atomic_type = atomicSI_type_node; in find_atomic_core_type()
6498 base_atomic_type = atomicDI_type_node; in find_atomic_core_type()
6502 base_atomic_type = atomicTI_type_node; in find_atomic_core_type()
6506 base_atomic_type = NULL_TREE; in find_atomic_core_type()
6509 return base_atomic_type; in find_atomic_core_type()