Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h239 struct file_magic { struct
240 enum Impl {
271 file_magic() : V(unknown) {} in file_magic() function
272 file_magic(Impl V) : V(V) {} in file_magic() function
273 operator Impl() const { return V; } in Impl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h240 struct file_magic { struct
241 enum Impl {
274 file_magic() : V(unknown) {} in file_magic() function
275 file_magic(Impl V) : V(V) {} in file_magic() argument
276 operator Impl() const { return V; } in Impl()