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

/external/clang/lib/Basic/
H A DFileManager.cpp39 /// NON_EXISTENT_FILE - A special value distinct from null that is used to
41 #define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1) macro
226 return NamedFileEnt.getValue() == NON_EXISTENT_FILE
232 NamedFileEnt.setValue(NON_EXISTENT_FILE);
311 if (NamedFileEnt.getValue() && NamedFileEnt.getValue() != NON_EXISTENT_FILE)
317 NamedFileEnt.setValue(NON_EXISTENT_FILE);
498 if (FE->getValue() && FE->getValue() != NON_EXISTENT_FILE)
505 if (*VFE && *VFE != NON_EXISTENT_FILE)

Completed in 82 milliseconds