Home
last modified time | relevance | path

Searched refs:errornode (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) in BugReport() argument
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode), in BugReport()
151 const ExplodedNode *errornode) in BugReport() argument
153 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0), in BugReport()
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, in BugReport() argument
172 ErrorNode(errornode), ConfigurationChangeToken(0), in BugReport()
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonTree.as157 return "<errornode>";
/external/antlr/runtime/ObjC/Framework/
DCommonTree.m326 return @"<errornode>";
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/
DCommonTreeTest.m115 …STAssertTrue([aString isEqualToString:@"<errornode>"], @"Not a valid error node description %@", a…