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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 4319 c_get_ident (const char *id)
4690 TREE_TYPE (identifier_global_value (c_get_ident (SIG_ATOMIC_TYPE)));
4693 TREE_TYPE (identifier_global_value (c_get_ident (INT8_TYPE)));
4696 TREE_TYPE (identifier_global_value (c_get_ident (INT16_TYPE)));
4699 TREE_TYPE (identifier_global_value (c_get_ident (INT32_TYPE)));
4702 TREE_TYPE (identifier_global_value (c_get_ident (INT64_TYPE)));
4705 TREE_TYPE (identifier_global_value (c_get_ident (UINT8_TYPE)));
4708 TREE_TYPE (identifier_global_value (c_get_ident (UINT16_TYPE)));
4711 TREE_TYPE (identifier_global_value (c_get_ident (UINT32_TYPE)));
4714 TREE_TYPE (identifier_global_value (c_get_ident (UINT64_TYPE)))
4307 c_get_ident (const char *id) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 4252 c_get_ident (const char *id)
4616 TREE_TYPE (identifier_global_value (c_get_ident (SIG_ATOMIC_TYPE)));
4619 TREE_TYPE (identifier_global_value (c_get_ident (INT8_TYPE)));
4622 TREE_TYPE (identifier_global_value (c_get_ident (INT16_TYPE)));
4625 TREE_TYPE (identifier_global_value (c_get_ident (INT32_TYPE)));
4628 TREE_TYPE (identifier_global_value (c_get_ident (INT64_TYPE)));
4631 TREE_TYPE (identifier_global_value (c_get_ident (UINT8_TYPE)));
4634 TREE_TYPE (identifier_global_value (c_get_ident (UINT16_TYPE)));
4637 TREE_TYPE (identifier_global_value (c_get_ident (UINT32_TYPE)));
4640 TREE_TYPE (identifier_global_value (c_get_ident (UINT64_TYPE)))
4240 c_get_ident (const char *id) function
    [all...]

Completed in 32 milliseconds