Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp153 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportNullAttrNonNull() argument
164 ErrorNode); in genReportNullAttrNonNull()
166 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
172 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer() argument
178 ErrorNode); in genReportReferenceToNullPointer()
183 bugreporter::trackNullOrUndefValue(ErrorNode, in genReportReferenceToNullPointer()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h80 const ExplodedNode *ErrorNode; variable
145 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode), in BugReport()
151 ErrorNode(errornode), ConfigurationChangeToken(0), in BugReport()
155 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0), in BugReport()
171 ErrorNode(errornode), ConfigurationChangeToken(0), in BugReport()
179 const ExplodedNode *getErrorNode() const { return ErrorNode; } in getErrorNode()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs71 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop, in ErrorNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
73 object node = adaptor.ErrorNode(input, start, stop, e); in ErrorNode()
75 dbg.ErrorNode(node); in ErrorNode()
DDebugEventRepeater.cs140 public virtual void ErrorNode(object t) { in ErrorNode() method in Antlr.Runtime.Debug.DebugEventRepeater
141 _listener.ErrorNode(t); in ErrorNode()
DIDebugEventListener.cs321 void ErrorNode(object t); in ErrorNode() method
DBlankDebugEventListener.cs114 public virtual void ErrorNode(object t) { in ErrorNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventHub.cs255 public virtual void ErrorNode(object t) { in ErrorNode() method in Antlr.Runtime.Debug.DebugEventHub
258 listener.ErrorNode(t); in ErrorNode()
DDebugEventSocketProxy.cs305 public override void ErrorNode(object t) { in ErrorNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
DRemoteDebugEventSocketListener.cs469 listener.ErrorNode(node); in Dispatch()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventRepeater.cs169 public virtual void ErrorNode( object t ) in ErrorNode() method in Antlr.Runtime.Debug.DebugEventRepeater
171 _listener.ErrorNode( t ); in ErrorNode()
DDebugTreeAdaptor.cs76 public virtual object ErrorNode( ITokenStream input, IToken start, IToken stop, in ErrorNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
79 object node = adaptor.ErrorNode( input, start, stop, e ); in ErrorNode()
82 dbg.ErrorNode( node ); in ErrorNode()
DBlankDebugEventListener.cs143 public virtual void ErrorNode( object t ) in ErrorNode() method in Antlr.Runtime.Debug.BlankDebugEventListener
DDebugEventHub.cs310 public virtual void ErrorNode( object t ) in ErrorNode() method in Antlr.Runtime.Debug.DebugEventHub
315 listener.ErrorNode( t ); in ErrorNode()
DDebugEventSocketProxy.cs347 public override void ErrorNode( object t ) in ErrorNode() method in Antlr.Runtime.Debug.DebugEventSocketProxy
DRemoteDebugEventSocketListener.cs609 listener.ErrorNode( node ); in Dispatch()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
DIDebugEventListener.cs323 void ErrorNode( object t ); in ErrorNode() method
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarParser.cs232 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in prog()
519 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in stat()
671 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in func()
763 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in formalPar()
976 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in expr()
1134 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in multExpr()
1411 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in atom()
DProfileGrammarParser.cs236 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in prog()
523 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in stat()
675 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in func()
767 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in formalPar()
980 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in expr()
1138 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in multExpr()
1415 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re); in atom()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs97 object ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e); in ErrorNode() method
DBaseTreeAdaptor.cs70 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop, in ErrorNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs153 object ErrorNode( ITokenStream input, IToken start, IToken stop, RecognitionException e ); in ErrorNode() method
DBaseTreeAdaptor.cs74 public virtual object ErrorNode( ITokenStream input, IToken start, IToken stop, in ErrorNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1639 assert(ErrorNode); in Profile()
1640 hash.AddPointer(GetCurrentOrPreviousStmt(ErrorNode)); in Profile()
1749 if (!ErrorNode) in getStmt()
1752 ProgramPoint ProgP = ErrorNode->getLocation(); in getStmt()
1758 S = GetPreviousStmt(ErrorNode); in getStmt()
1785 if (ErrorNode) { in getLocation()
1789 if (const Stmt *S = GetCurrentOrPreviousStmt(ErrorNode)) { in getLocation()
1790 const LocationContext *LC = ErrorNode->getLocationContext(); in getLocation()
1799 if (ErrorNode->getLocation().getAs<PostStmtPurgeDeadSymbols>()) in getLocation()
1883 ExplodedNode *ErrorNode; member in __anon19063aa80311::ReportGraph
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs85 T ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e); in ErrorNode() method
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTParser.stg46 RetVal.Tree := Adaptor.ErrorNode(Input, RetVal.Start as IToken,

12