Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h224 struct file_magic { struct
225 enum Impl {
255 file_magic() : V(unknown) {} in file_magic() function
256 file_magic(Impl V) : V(V) {} in file_magic() function
257 operator Impl() const { return V; } in Impl()