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

/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DFileOutputBufferTest.cpp64 ASSERT_NO_ERROR(fs::has_magic(Twine(File1), Twine("AABBCCDDEEFFGGHHIIJJ"),
103 ASSERT_NO_ERROR(fs::has_magic(Twine(File3), Twine("AABBCCDDEEFFGGHHIIJJ"),
H A DPath.cpp310 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DPathV1.h319 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
H A DFileSystem.h516 error_code has_magic(const Twine &path, const Twine &magic, bool &result);
/macosx-10.10.1/ruby-106/ruby/
H A Ddir.c1073 has_magic(const char *p, const char *pend, int flags, rb_encoding *enc) function
1195 int magic = has_magic(p, m, flags, enc);
1200 while (!has_magic(m+1, m2 = find_dirsep(m+1, e, flags, enc), flags, enc) &&
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DPathV2.cpp727 error_code has_magic(const Twine &path, const Twine &magic, bool &result) {

Completed in 161 milliseconds