Searched refs:orig_name (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dc-ppoutput.c63 int fd, const char *orig_name);
477 int fd, const char *orig_name ATTRIBUTE_UNUSED)
479 c_common_read_pch (pfile, name, fd, orig_name);
H A Dc-pch.c364 int fd, const char *orig_name ATTRIBUTE_UNUSED)
H A Dc-decl.c4299 check_bitfield_type_and_width (tree *type, tree *width, const char *orig_name)
4304 const char *name = orig_name ? orig_name: _("<anonymous>");
4322 else if (integer_zerop (*width) && orig_name)
4468 const char *name, *orig_name;
4517 orig_name = name;
4832 warn_variable_length_array (orig_name, size);
4893 if (! orig_name)
5142 check_bitfield_type_and_width (&type, width, orig_name);
4280 check_bitfield_type_and_width(tree *type, tree *width, const char *orig_name) argument
4448 const char *name, *orig_name; local
H A Dtree-vect-transform.c788 tree orig_name; local
1085 orig_name = PHI_RESULT (exit_phi);
1086 FOR_EACH_IMM_USE_STMT (use_stmt, imm_iter, orig_name)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp439 const char *orig_name)
445 if (fi->getName().str().find(orig_name) != std::string::npos)
437 FindFunctionInModule(ConstString &mangled_name, llvm::Module *module, const char *orig_name) argument
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump.c603 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) argument
621 strftime(filename, PATH_MAX, orig_name, local_tm);
623 strncpy(filename, orig_name, PATH_MAX);
/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck.c2133 tree orig_name = name;
2279 if (TREE_CODE (orig_name) == SCOPE_REF)
2281 orig_name = member;
2284 orig_object, orig_name,
2128 tree orig_name = name; local
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c18512 const char *desc_name, *orig_name;
18514 orig_name = (*targetm.strip_name_encoding) (name);
18515 desc_name = orig_name;
18524 fprintf (file, "\t.long %s\n", orig_name);
18466 const char *desc_name, *orig_name; local

Completed in 188 milliseconds