Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h67 const ExplodedNode *ErrorNode; variable
89 : BT(bt), Description(desc), ErrorNode(errornode) {} in BugReport()
94 ErrorNode(errornode) {} in BugReport()
104 const ExplodedNode* getErrorNode() const { return ErrorNode; } in getErrorNode()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1218 ProgramPoint ProgP = ErrorNode->getLocation(); in getStmt()
1224 S = GetPreviousStmt(ErrorNode); in getStmt()
1268 if (ErrorNode) in getLocation()
1269 if (const Stmt* S = GetCurrentOrPreviousStmt(ErrorNode)) { in getLocation()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-142324 * kjs/grammar.y: Create {Prefix,Postfix}ErrorNode based on the actual node,