Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Ddiagnostics_unittest.cpp155 TEST_F(DiagnosticsTest, out_nullable) { in TEST_F() argument
156 expect_diagnostics = {DiagnosticID::out_nullable}; in TEST_F()
165 expect_diagnostics = {DiagnosticID::out_nullable}; in TEST_F()
H A Ddiagnostics.inc9 DIAG(out_nullable, "out-nullable", false)
H A Ddiagnostics.cpp242 diag.Report(a.GetLocation(), DiagnosticID::out_nullable) in Visit()