HomeSort by relevance Sort by last modified time
    Searched defs:FileRemover (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
FileUtilities.h 36 /// FileRemover - This class is a simple object meant to be stack allocated.
40 class FileRemover {
44 FileRemover() : DeleteIt(false) {}
46 explicit FileRemover(const Twine& filename, bool deleteIt = true)
51 ~FileRemover() {
58 /// setFile - Give ownership of the file to the FileRemover so it will
59 /// be removed when the object is destroyed. If the FileRemover already
72 /// releaseFile - Take ownership of the file away from the FileRemover so it
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileUtilities.h 36 /// FileRemover - This class is a simple object meant to be stack allocated.
40 class FileRemover {
44 FileRemover() : DeleteIt(false) {}
46 explicit FileRemover(const Twine& filename, bool deleteIt = true)
51 ~FileRemover() {
59 /// setFile - Give ownership of the file to the FileRemover so it will
60 /// be removed when the object is destroyed. If the FileRemover already
74 /// releaseFile - Take ownership of the file away from the FileRemover so it
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileUtilities.h 36 /// FileRemover - This class is a simple object meant to be stack allocated.
40 class FileRemover {
44 FileRemover() : DeleteIt(false) {}
46 explicit FileRemover(const Twine& filename, bool deleteIt = true)
51 ~FileRemover() {
58 /// setFile - Give ownership of the file to the FileRemover so it will
59 /// be removed when the object is destroyed. If the FileRemover already
72 /// releaseFile - Take ownership of the file away from the FileRemover so it
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileUtilities.h 36 /// FileRemover - This class is a simple object meant to be stack allocated.
40 class FileRemover {
44 FileRemover() : DeleteIt(false) {}
46 explicit FileRemover(const Twine& filename, bool deleteIt = true)
51 ~FileRemover() {
58 /// setFile - Give ownership of the file to the FileRemover so it will
59 /// be removed when the object is destroyed. If the FileRemover already
72 /// releaseFile - Take ownership of the file away from the FileRemover so it

Completed in 162 milliseconds