HomeSort by: relevance | last modified time | path
    Searched refs:floc (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/gmake/dist/
commands.h 24 struct floc fileinfo; /* Where commands were defined. */
variable.h 56 struct floc fileinfo; /* Where the variable was defined. */
147 extern struct variable *do_variable_definition PARAMS ((const struct floc *flocp, const char *name, char *value, enum variable_origin origin, enum variable_flavor flavor, int target_var));
149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
160 struct variable_set *set, const struct floc *flocp));
read.c 56 struct floc floc; /* Info on the file in fp (if any). */ member in struct:ebuffer
120 const struct floc *reading_file = 0;
133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp));
137 const struct floc *flocp));
141 const struct floc *flocp));
307 const struct floc *curfile;
313 ebuf.floc.filenm = strcache_add (filename);
314 ebuf.floc.lineno = 1;
396 do_variable_definition (&ebuf.floc, "MAKEFILE_LIST", filename, o_file
    [all...]
make.h 381 struct floc struct
386 #define NILF ((struct floc *)0)
404 extern void error (const struct floc *flocp, const char *fmt, ...)
406 extern void fatal (const struct floc *flocp, const char *fmt, ...)
500 extern const struct floc *reading_file;
501 extern const struct floc **expanding_var;
expand.c 31 const struct floc **expanding_var = &reading_file;
103 const struct floc *this_var;
104 const struct floc **saved_varp;
misc.c 231 error (const struct floc *flocp, const char *fmt, ...)
234 const struct floc *flocp;
264 fatal (const struct floc *flocp, const char *fmt, ...)
267 const struct floc *flocp;
variable.c 167 const struct floc *flocp)
1004 do_variable_definition (const struct floc *flocp, const char *varname,
1348 try_variable_definition (const struct floc *flocp, char *line,
  /src/external/gpl3/gcc/dist/gcc/
gengtype-state.cc 163 void write_state_fileloc (struct fileloc *floc);
660 state_writer::write_state_fileloc (struct fileloc *floc)
663 if (floc != NULL && floc->line > 0)
666 gcc_assert (floc->file != NULL);
669 srcrelpath = get_file_srcdir_relative_path (floc->file);
678 write_state_a_string (get_input_file_name (floc->file));
680 fprintf (state_file, " %d", floc->line);
1923 read_state_fileloc (struct fileloc *floc)
1929 gcc_assert (floc != NULL)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-state.cc 163 void write_state_fileloc (struct fileloc *floc);
670 state_writer::write_state_fileloc (struct fileloc *floc)
673 if (floc != NULL && floc->line > 0)
676 gcc_assert (floc->file != NULL);
679 srcrelpath = get_file_srcdir_relative_path (floc->file);
688 write_state_a_string (get_input_file_name (floc->file));
690 fprintf (state_file, " %d", floc->line);
1933 read_state_fileloc (struct fileloc *floc)
1939 gcc_assert (floc != NULL)
    [all...]
  /src/sys/arch/powerpc/booke/dev/
pq3obio.c 148 int floc[OBIOCF_NLOCS] = { local
155 CFARGS(.locators = floc));
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 14710 location_t floc = read_location (sec);
14722 imp->loc = floc;
14864 location_t floc = read_location (sec);
14883 imp->loc = floc;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 14184 location_t floc = read_location (sec);
14196 imp->loc = floc;
14338 location_t floc = read_location (sec);
14357 imp->loc = floc;

Completed in 73 milliseconds