Home
last modified time | relevance | path

Searched defs:ToFD (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp1006 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file()
/external/llvm-project/llvm/lib/Support/
DPath.cpp1033 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file()
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp2342 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local
2360 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local
2377 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local
2395 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp3009 FunctionDecl *FromFD, FunctionDecl *ToFD) { in ImportTemplateInformation()
3109 FunctionDecl *ToFD) { in ImportFunctionDeclBody()
/external/clang/lib/AST/
DASTImporter.cpp5970 FieldDecl *ToFD = cast_or_null<FieldDecl>(Importer.Import(FromFD)); in VisitInitListExpr() local