Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileUtilities.h54 bool existed; in ~FileRemover() local
65 bool existed; variable
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp39 bool existed; in clear() local
116 bool existed; in flushToDisk() local
/external/llvm/unittests/Support/
DPath.cpp236 bool existed; in TEST_F() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp444 bool existed; in clearOutputFiles() local
457 bool existed; in clearOutputFiles() local
/external/clang/lib/Rewrite/Core/
DRewriter.cpp456 bool existed; in ~AtomicallyMovedFile() local
/external/opencv/ml/src/
Dmlsvm.cpp478 bool existed = row->data != 0; in get_row_base() local
516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed ) in get_row_svc()
569 bool existed = false; in get_row() local
/external/llvm/lib/Support/
DPathV2.cpp652 error_code create_directories(const Twine &path, bool &existed) { in create_directories()