Home
last modified time | relevance | path

Searched refs:exit_type (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp186 details->exit_type = type; in CheckIntegerType()
275 std::string exit_type = details.exit_type.getAsString(); in ReportCheckError() local
278 if (entry_type != exit_type) { in ReportCheckError()
281 diagnostics.Report(loc, error) << exit_type << via; in ReportCheckError()
DCheckIPCVisitor.h71 clang::QualType exit_type; member