HomeSort by relevance Sort by last modified time
    Searched refs:to_file (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h 48 /* Physical source file TO_FILE at line TO_LINE at column 0 is represented
62 const char *to_file; local
130 The text pointed to by TO_FILE must have a lifetime
132 TO_FILE means standard input. If reason is LC_LEAVE, and
133 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
140 const char *to_file, linenum_type to_line);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 47 /* Physical source file TO_FILE at line TO_LINE at column 0 is represented
60 const char *to_file; variable
127 The text pointed to by TO_FILE must have a lifetime
129 TO_FILE means standard input. If reason is LC_LEAVE, and
130 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
137 const char *to_file, linenum_type to_line);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 47 /* Physical source file TO_FILE at line TO_LINE at column 0 is represented
60 const char *to_file; variable
127 The text pointed to by TO_FILE must have a lifetime
129 TO_FILE means standard input. If reason is LC_LEAVE, and
130 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
137 const char *to_file, linenum_type to_line);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 47 /* Physical source file TO_FILE at line TO_LINE at column 0 is represented
60 const char *to_file; variable
127 The text pointed to by TO_FILE must have a lifetime
129 TO_FILE means standard input. If reason is LC_LEAVE, and
130 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
137 const char *to_file, linenum_type to_line);
  /ndk/sources/host-tools/make-3.81/
file.c 225 struct file *to_file;
247 to_file = *file_slot;
253 if (HASH_VACANT (to_file))
257 /* TO_FILE already exists under TO_HNAME.
258 We must retain TO_FILE and merge FROM_FILE into it. */
262 if (to_file->cmds == 0)
263 to_file->cmds = from_file->cmds;
264 else if (from_file->cmds != to_file->cmds)
269 if (to_file->cmds->fileinfo.filenm != 0)
272 from_file->name, to_file->cmds->fileinfo.filenm
224 struct file *to_file; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 106 FILE *to_file; local
118 to_file = fopen(semi + 1, "rb");
119 if (!to_file) {
129 fseek(to_file, 0, SEEK_END);
130 unsaved->Length = ftell(to_file);
131 fseek(to_file, 0, SEEK_SET);
135 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
137 (feof(to_file) ? "EOF" : "error"), semi + 1);
138 fclose(to_file);
148 fclose(to_file);
    [all...]

Completed in 799 milliseconds