Home
last modified time | relevance | path

Searched defs:file_magic (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DFileSystem.h225 struct file_magic { struct
226 enum Impl {
257 file_magic() : V(unknown) {} in file_magic() function
258 file_magic(Impl V) : V(V) {} in file_magic() function
259 operator Impl() const { return V; } in Impl()