Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfunc.c3089 const char *tbp_name, *suffix; in get_implementation() local
3108 tbp_name = SYMNAME(sptr); in get_implementation()
3109 tbp_name_len = strlen(tbp_name); in get_implementation()
3110 if ((suffix = strstr(tbp_name, "$tbp"))) in get_implementation()
3111 tbp_name_len = suffix - tbp_name; in get_implementation()
3149 memcmp(tbp_name, bind_name, bind_name_len) == 0) { in get_implementation()