HomeSort by: relevance | last modified time | path
    Searched defs:base_atomic_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 5551 tree base_atomic_type;
5560 base_atomic_type = atomicQI_type_node;
5564 base_atomic_type = atomicHI_type_node;
5568 base_atomic_type = atomicSI_type_node;
5572 base_atomic_type = atomicDI_type_node;
5576 base_atomic_type = atomicTI_type_node;
5580 base_atomic_type = NULL_TREE;
5583 return base_atomic_type;
5531 tree base_atomic_type; local
tree.cc 5551 tree base_atomic_type;
5560 base_atomic_type = atomicQI_type_node;
5564 base_atomic_type = atomicHI_type_node;
5568 base_atomic_type = atomicSI_type_node;
5572 base_atomic_type = atomicDI_type_node;
5576 base_atomic_type = atomicTI_type_node;
5580 base_atomic_type = NULL_TREE;
5583 return base_atomic_type;
5531 tree base_atomic_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 5511 tree base_atomic_type;
5520 base_atomic_type = atomicQI_type_node;
5524 base_atomic_type = atomicHI_type_node;
5528 base_atomic_type = atomicSI_type_node;
5532 base_atomic_type = atomicDI_type_node;
5536 base_atomic_type = atomicTI_type_node;
5540 base_atomic_type = NULL_TREE;
5543 return base_atomic_type;
5491 tree base_atomic_type; local
tree.cc 5511 tree base_atomic_type;
5520 base_atomic_type = atomicQI_type_node;
5524 base_atomic_type = atomicHI_type_node;
5528 base_atomic_type = atomicSI_type_node;
5532 base_atomic_type = atomicDI_type_node;
5536 base_atomic_type = atomicTI_type_node;
5540 base_atomic_type = NULL_TREE;
5543 return base_atomic_type;
5491 tree base_atomic_type; local

Completed in 55 milliseconds