Searched refs:errornode (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 146 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/ |
D | CommonTree.as | 157 return "<errornode>";
|
/external/antlr/runtime/ObjC/Framework/ |
D | CommonTree.m | 326 return @"<errornode>";
|
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/ |
D | CommonTreeTest.m | 115 …STAssertTrue([aString isEqualToString:@"<errornode>"], @"Not a valid error node description %@", a…
|