Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp972 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() argument
977 std::error_code EC = copy_file_internal(ReadFD, ToFD); in copy_file()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h401 std::error_code copy_file(const Twine &From, int ToFD);
/external/clang/lib/AST/
DASTImporter.cpp5970 FieldDecl *ToFD = cast_or_null<FieldDecl>(Importer.Import(FromFD)); in VisitInitListExpr() local
5971 if (!ToFD) in VisitInitListExpr()
5973 To->setInitializedFieldInUnion(ToFD); in VisitInitListExpr()