HomeSort by relevance Sort by last modified time
    Searched full:non_existent_file (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Basic/
FileManager.cpp 41 /// NON_EXISTENT_FILE - A special value distinct from null that is used to
43 #define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1)
223 return NamedFileEnt.second == NON_EXISTENT_FILE ? nullptr
229 NamedFileEnt.second = NON_EXISTENT_FILE;
329 if (NamedFileEnt.second && NamedFileEnt.second != NON_EXISTENT_FILE)
335 NamedFileEnt.second = NON_EXISTENT_FILE;
508 if (FE->getValue() && FE->getValue() != NON_EXISTENT_FILE)
513 if (VFE && VFE.get() != NON_EXISTENT_FILE)
  /toolchain/binutils/binutils-2.25/gprof/
sym_ids.c 84 static Source_File non_existent_file =
135 sym->file = &non_existent_file;
156 sym->file = &non_existent_file;
83 static Source_File non_existent_file = variable
ChangeLog-9203 793 * sym-ids.c (non_existent_file): Fully initialize structure.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 562 ... "ls -l non_existent_file ; exit 0"],
564 'ls: non_existent_file: No such file or directory\n'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 562 ... "ls -l non_existent_file ; exit 0"],
564 'ls: non_existent_file: No such file or directory\n'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 562 ... "ls -l non_existent_file ; exit 0"],
564 'ls: non_existent_file: No such file or directory\n'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 562 ... "ls -l non_existent_file ; exit 0"],
564 'ls: non_existent_file: No such file or directory\n'
    [all...]

Completed in 636 milliseconds