Searched refs:ErrorNode (Results 1 - 25 of 28) sorted by last modified time

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp162 const ExplodedNode *ErrorNode, const Expr *ArgE) const {
172 ErrorNode);
174 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R);
180 const ExplodedNode *ErrorNode, const Expr *ArgE) const {
186 ErrorNode);
191 bugreporter::trackNullOrUndefValue(ErrorNode,
161 genReportNullAttrNonNull( const ExplodedNode *ErrorNode, const Expr *ArgE) const argument
179 genReportReferenceToNullPointer( const ExplodedNode *ErrorNode, const Expr *ArgE) const argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2598 assert(ErrorNode);
2599 hash.AddPointer(GetCurrentOrPreviousStmt(ErrorNode));
2706 if (!ErrorNode)
2709 ProgramPoint ProgP = ErrorNode->getLocation();
2715 S = GetPreviousStmt(ErrorNode);
2718 S = PathDiagnosticLocation::getStmt(ErrorNode);
2742 if (ErrorNode) {
2744 "Either Location or ErrorNode should be specified but not both.");
2745 return PathDiagnosticLocation::createEndOfPath(ErrorNode, SM);
2821 const ExplodedNode *ErrorNode; member in class:__anon18257::ReportGraph
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h82 const ExplodedNode *ErrorNode; member in class:clang::ento::BugReport
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
158 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
172 ErrorNode(errornode), ConfigurationChangeToken(0),
180 const ExplodedNode *getErrorNode() const { return ErrorNode; }
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTParser.stg45 retval.Tree = (<ASTLabelType>)adaptor.ErrorNode(input, retval.Start, input.LT(-1), re);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTParser.stg46 retval.Tree = (<ASTLabelType>)adaptor.ErrorNode(input, retval.Start, input.LT(-1), re);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTParser.stg46 RetVal.Tree := Adaptor.ErrorNode(Input, RetVal.Start as IToken,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DBlankDebugEventListener.cs114 public virtual void ErrorNode(object t) { method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs255 public virtual void ErrorNode(object t) { method in class:Antlr.Runtime.Debug.DebugEventHub
258 listener.ErrorNode(t);
H A DDebugEventRepeater.cs140 public virtual void ErrorNode(object t) { method in class:Antlr.Runtime.Debug.DebugEventRepeater
141 _listener.ErrorNode(t);
H A DDebugEventSocketProxy.cs305 public override void ErrorNode(object t) { method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
H A DDebugTreeAdaptor.cs71 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop, method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
73 object node = adaptor.ErrorNode(input, start, stop, e);
75 dbg.ErrorNode(node);
H A DIDebugEventListener.cs321 void ErrorNode(object t); method in interface:Antlr.Runtime.Debug.IDebugEventListener
H A DRemoteDebugEventSocketListener.cs469 listener.ErrorNode(node);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs70 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop, method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs97 object ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
H A DIDebugEventListener.cs323 void ErrorNode( object t ); method in interface:Antlr.Runtime.Debug.IDebugEventListener
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs74 public virtual object ErrorNode( ITokenStream input, IToken start, IToken stop, method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs153 object ErrorNode( ITokenStream input, IToken start, IToken stop, RecognitionException e ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DBlankDebugEventListener.cs143 public virtual void ErrorNode( object t ) method in class:Antlr.Runtime.Debug.BlankDebugEventListener
H A DDebugEventHub.cs310 public virtual void ErrorNode( object t ) method in class:Antlr.Runtime.Debug.DebugEventHub
315 listener.ErrorNode( t );
H A DDebugEventRepeater.cs169 public virtual void ErrorNode( object t ) method in class:Antlr.Runtime.Debug.DebugEventRepeater
171 _listener.ErrorNode( t );
H A DDebugEventSocketProxy.cs347 public override void ErrorNode( object t ) method in class:Antlr.Runtime.Debug.DebugEventSocketProxy
H A DDebugTreeAdaptor.cs76 public virtual object ErrorNode( ITokenStream input, IToken start, IToken stop, method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
79 object node = adaptor.ErrorNode( input, start, stop, e );
82 dbg.ErrorNode( node );
H A DRemoteDebugEventSocketListener.cs609 listener.ErrorNode( node );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs232 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
519 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
671 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
763 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
976 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
1134 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
1411 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);

Completed in 2267 milliseconds

12