Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc182 static const char *header_path; variable
2887 remove (header_path); in delete_output_files()
2907 header_path = argv[3]; in main()
2923 header_file = fopen (header_path, "w"); in main()
2927 header_path); in main()
3000 fprintf (stderr, "Output to '%s' failed, aborting.\n", header_path); in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py467 def CanonicalizeAlphabeticalOrder(self, header_path): argument
480 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
482 def IsInAlphabeticalOrder(self, header_path): argument
491 canonical_header = self.CanonicalizeAlphabeticalOrder(header_path)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202119926 (header_path): Likewise.