Home
last modified time | relevance | path

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

/system/host/fidl/lib/
A Dparser.cpp96 return Fail(); in ParseIdentifier()
107 return Fail(); in ParseCompoundIdentifier()
624 Fail(); in ParseEnumDeclaration()
630 Fail(); in ParseEnumDeclaration()
788 Fail(); in ParseInterfaceDeclaration()
794 Fail(); in ParseInterfaceDeclaration()
858 Fail(); in ParseStructDeclaration()
864 Fail(); in ParseStructDeclaration()
946 Fail(); in ParseTableDeclaration()
1007 Fail(); in ParseUnionDeclaration()
[all …]
A Dflat_ast.cpp779 bool Library::Fail(StringView message) { in Fail() function in fidl::flat::Library
849 return Fail(location, message); in CompileCompoundIdentifier()
868 return Fail(*name, message); in RegisterDecl()
1005 return Fail(location, message); in ConsumeUsing()
1013 return Fail(message); in ConsumeUsing()
1039 return Fail(location, message); in ConsumeTypeAlias()
1438 return Fail(msg_stream.str()); in ResolveIdentifierConstant()
2073 return Fail(method.name, in CompileInterface()
2179 return Fail(member.name, in CompileStruct()
2292 return Fail(member.name, in CompileUnion()
[all …]
/system/host/banjo/lib/
A Dparser.cpp112 return Fail(); in ParseIdentifier()
123 return Fail(); in ParseCompoundIdentifier()
669 Fail(); in ParseEnumDeclaration()
675 Fail(); in ParseEnumDeclaration()
830 Fail(); in ParseInterfaceDeclaration()
836 Fail(); in ParseInterfaceDeclaration()
900 Fail(); in ParseStructDeclaration()
906 Fail(); in ParseStructDeclaration()
964 Fail(); in ParseUnionDeclaration()
970 Fail(); in ParseUnionDeclaration()
[all …]
A Dflat_ast.cpp456 bool Library::Fail(StringView message) { in Fail() function in banjo::flat::Library
492 return Fail(location, message); in CompileCompoundIdentifier()
531 return Fail(*name, message); in RegisterDecl()
662 return Fail(location, message); in ConsumeUsing()
670 return Fail(message); in ConsumeUsing()
847 return Fail(loc, message); in ConsumeFile()
1330 return Fail(method.name, in CompileInterface()
1400 return Fail(member.name, in CompileStruct()
1426 return Fail(member.name, in CompileUnion()
1567 return Fail(request_type->name, message); in CompileRequestHandleType()
[all …]
/system/ulib/fs-test-utils/include/fs-test-utils/
A Dunittest.h49 fs_test_utils::fs_test_utils_internal::Fail, size, false) \
59 fs_test_utils::fs_test_utils_internal::Fail, size, false) \
84 inline bool Fail() { in Fail() function
/system/host/banjo/formatter/
A Dmain.cpp42 [[noreturn]] void Fail(const char* message, ...) { in Fail() function
98 Fail("Couldn't read in source data from %s\n", arg.data()); in main()
119 Fail(error.c_str()); in main()
/system/host/fidl/formatter/
A Dmain.cpp43 [[noreturn]] void Fail(const char* message, ...) { in Fail() function
102 Fail("Couldn't read in source data from %s\n", args[i].c_str()); in main()
124 Fail(error.c_str()); in main()
/system/host/banjo/compiler/
A Dmain.cpp84 [[noreturn]] void Fail(const char* message, ...) { in Fail() function
109 Fail("Could not create directory %s for output file %s: error %s\n", in MakeParentDirectory()
168 Fail("Could not open file: %s\n", filename.data()); in Open()
353 Fail("Couldn't read in source data from %s\n", arg.data()); in main()
380 Fail("Mulitple libraries with the same name: '%s'\n", in main()
385 Fail("No library was produced.\n"); in main()
391 Fail("Generated library '%s' did not match --name argument: %s\n", in main()
/system/host/fidl/compiler/
A Dmain.cpp100 [[noreturn]] void Fail(const char* message, ...) { in Fail() function
125 Fail("Could not create directory %s for output file %s: error %s\n", in MakeParentDirectory()
139 Fail("Could not open file: %s\n", filename.data()); in Open()
331 Fail("Couldn't read in source data from %s\n", arg.data()); in main()
371 Fail("Mulitple libraries with the same name: '%s'\n", in compile()
376 Fail("No library was produced.\n"); in compile()
382 Fail("Generated library '%s' did not match --name argument: %s\n", in compile()
/system/host/banjo/include/banjo/
A Dparser.h77 Fail("Internal compiler error: unbalanced parse tree"); in UpdateMarks()
118 Fail(*failure_message);
171 decltype(nullptr) Fail();
172 decltype(nullptr) Fail(StringView message);
A Dflat_ast.h535 bool Fail(StringView message);
536 bool Fail(const SourceLocation& location, StringView message);
537 bool Fail(const Name& name, StringView message) { return Fail(name.name(), message); } in Fail() function
538 bool Fail(const Decl& decl, StringView message) { return Fail(decl.name, message); } in Fail() function
/system/host/fidl/include/fidl/
A Dparser.h78 Fail("Internal compiler error: unbalanced parse tree"); in UpdateMarks()
119 Fail(*failure_message);
172 decltype(nullptr) Fail();
173 decltype(nullptr) Fail(StringView message);
A Dflat_ast.h1052 bool Fail(StringView message);
1053 bool Fail(const SourceLocation& location, StringView message);
1054 bool Fail(const Name& name, StringView message) { in Fail() function
1056 return Fail(message); in Fail()
1058 return Fail(name.source_location(), message); in Fail()
1060 bool Fail(const Decl& decl, StringView message) { return Fail(decl.name, message); } in Fail() function
/system/ulib/inspector/
A Ddebug-info.cpp135 goto Fail; in resume_thread_from_exception()
137 goto Fail; in resume_thread_from_exception()
154 Fail: in resume_thread_from_exception()
/system/dev/block/mtk-sdmmc/
A Dmtk-sdmmc.h166 void Fail() { in Fail() function
A Dmtk-sdmmc.cpp378 window->Fail(); in TestDelaySettings()
/system/utest/exception/
A Dexception.c1486 goto Fail; in unbind_walkthrough_by_reset_test()
1505 Fail: in unbind_walkthrough_by_reset_test()
1521 goto Fail; in unbind_walkthrough_by_close_test()
1540 Fail: in unbind_walkthrough_by_close_test()
/system/fidl/fuchsia-io/
A Dio.fidl65 // (with Create) Fail if the object already exists.

Completed in 48 milliseconds