Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp762 bool obviously_this_exists; in remove_all_r() local
763 if (error_code ec = remove(path, obviously_this_exists)) return ec; in remove_all_r()
764 assert(obviously_this_exists); in remove_all_r()
767 bool obviously_this_exists; in remove_all_r() local
768 if (error_code ec = remove(path, obviously_this_exists)) return ec; in remove_all_r()
769 assert(obviously_this_exists); in remove_all_r()