| /src/external/gpl3/gdb/dist/readline/readline/ |
| complete.c | 2338 /* Return non-zero if CONVFN matches FILENAME up to the length of FILENAME 2341 _rl_completion_case_map is set, make `-' and `_' equivalent. CONVFN is 2344 complete_fncmp (const char *convfn, int convlen, const char *filename, int filename_len) 2365 s1 = (char *)convfn; 2452 if ((_rl_to_lower (convfn[0]) == _rl_to_lower (filename[0])) && 2454 (_rl_strnicmp (filename, convfn, filename_len) == 0)) 2459 if ((convfn[0] == filename[0]) && 2461 (strncmp (filename, convfn, filename_len) == 0)) 2479 char *temp, *dentry, *convfn; local 2603 convfn = dentry = entry->d_name [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| complete.c | 2338 /* Return non-zero if CONVFN matches FILENAME up to the length of FILENAME 2341 _rl_completion_case_map is set, make `-' and `_' equivalent. CONVFN is 2344 complete_fncmp (const char *convfn, int convlen, const char *filename, int filename_len) 2365 s1 = (char *)convfn; 2452 if ((_rl_to_lower (convfn[0]) == _rl_to_lower (filename[0])) && 2454 (_rl_strnicmp (filename, convfn, filename_len) == 0)) 2459 if ((convfn[0] == filename[0]) && 2461 (strncmp (filename, convfn, filename_len) == 0)) 2479 char *temp, *dentry, *convfn; local 2603 convfn = dentry = entry->d_name [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| lambda.cc | 1272 tree convfn = build_lang_decl (FUNCTION_DECL, name, fntype); local 1273 SET_DECL_LANGUAGE (convfn, lang_cplusplus); 1274 tree fn = convfn; 1309 start_preparsed_function (convfn, NULL_TREE, 1408 start_preparsed_function (convfn, NULL_TREE,
|
| call.cc | 8570 tree convfn = cand->fn; local 8574 if (DECL_NONCONVERTING_P (convfn) && DECL_CONSTRUCTOR_P (convfn) 8585 && FUNCTION_FIRST_USER_PARMTYPE (convfn) != void_list_node) 8590 totype, convfn)) 8592 inform (DECL_SOURCE_LOCATION (convfn), "%qD declared here", 8593 convfn); local 8602 "explicit constructor %qD", totype, convfn); 8603 inform (DECL_SOURCE_LOCATION (convfn), "%qD declared here", 8604 convfn); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| lambda.cc | 1224 tree convfn = build_lang_decl (FUNCTION_DECL, name, fntype); local 1225 SET_DECL_LANGUAGE (convfn, lang_cplusplus); 1226 tree fn = convfn; 1325 start_preparsed_function (convfn, NULL_TREE,
|
| call.cc | 7947 tree convfn = cand->fn; local 7951 if (DECL_NONCONVERTING_P (convfn) && DECL_CONSTRUCTOR_P (convfn) 7962 && FUNCTION_FIRST_USER_PARMTYPE (convfn) != void_list_node) 7967 totype, convfn)) 7973 "explicit constructor %qD", totype, convfn); 8006 if (DECL_CONSTRUCTOR_P (convfn))
|