Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp51 #define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1) macro
340 return NamedFileEnt.getValue() == NON_EXISTENT_FILE in getFile()
346 NamedFileEnt.setValue(NON_EXISTENT_FILE); in getFile()
420 if (NamedFileEnt.getValue() && NamedFileEnt.getValue() != NON_EXISTENT_FILE) in getVirtualFile()
426 NamedFileEnt.setValue(NON_EXISTENT_FILE); in getVirtualFile()
603 if (FE->getValue() && FE->getValue() != NON_EXISTENT_FILE) in GetUniqueIDMapping()
610 if (*VFE && *VFE != NON_EXISTENT_FILE) in GetUniqueIDMapping()