Home
last modified time | relevance | path

Searched refs:first_name (Results 1 - 4 of 4) sorted by relevance

/third_party/libabigail/src/
H A Dabg-corpus.cc216 string first_name, second_name; in operator ()() local
217 first_name = first->get_linkage_name(); in operator ()()
218 if (first_name.empty()) in operator ()()
219 first_name = first->get_name(); in operator ()()
220 ABG_ASSERT(!first_name.empty()); in operator ()()
227 return first_name < second_name; in operator ()()
250 string first_name, second_name; in operator ()() local
251 first_name = first->get_linkage_name(); in operator ()()
252 if (first_name.empty()) in operator ()()
254 first_name in operator ()()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c1013 char first_name[256], second_name[32] = {}, kernel_version[128] = {}; in si_init_renderer_string() local
1016 snprintf(first_name, sizeof(first_name), "%s", in si_init_renderer_string()
1024 "%s (%sLLVM " MESA_LLVM_VERSION_STRING ", DRM %i.%i%s)", first_name, second_name, in si_init_renderer_string()
/third_party/python/Parser/
H A Daction_helpers.c132 /* Creates a new name of the form <first_name>.<second_name> */
134 _PyPegen_join_names_with_dot(Parser *p, expr_ty first_name, expr_ty second_name) in _PyPegen_join_names_with_dot() argument
136 assert(first_name != NULL && second_name != NULL); in _PyPegen_join_names_with_dot()
137 PyObject *first_identifier = first_name->v.Name.id; in _PyPegen_join_names_with_dot()
184 return _PyAST_Name(uni, Load, EXTRA_EXPR(first_name, second_name)); in _PyPegen_join_names_with_dot()
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py681 first_name = range_first_line.split(";")[1][1:-8]
683 if first_name != name:

Completed in 8 milliseconds