HomeSort by relevance Sort by last modified time
    Searched defs:ErrorNode (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.cpp 45 ExplodedNode *ErrorNode = Ctx.generateNonFatalErrorNode();
46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode, Ctx.getBugReporter());
47 Ctx.addTransition(ErrorNode->getState(), ErrorNode);
76 ExplodedNode *ErrorNode{nullptr};
83 if (!ErrorNode) {
84 ErrorNode = Ctx.generateNonFatalErrorNode(State, &Tag);
85 State = ErrorNode->getState();
88 BReporter.reportUnmatchedWait(PreCallEvent, ReqRegion, ErrorNode, Ctx.getBugReporter());
92 if (!ErrorNode) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 114 public virtual void ErrorNode(object t) {
DebugEventHub.cs 255 public virtual void ErrorNode(object t) {
258 listener.ErrorNode(t);
DebugEventRepeater.cs 140 public virtual void ErrorNode(object t) {
141 _listener.ErrorNode(t);
DebugTreeAdaptor.cs 71 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop,
73 object node = adaptor.ErrorNode(input, start, stop, e);
75 dbg.ErrorNode(node);
IDebugEventListener.cs 321 void ErrorNode(object t);
DebugEventSocketProxy.cs 305 public override void ErrorNode(object t) {
309 buf.Append("errorNode\t");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 70 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop,
ITreeAdaptor.cs 97 object ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 323 void ErrorNode( object t );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 74 public virtual object ErrorNode( ITokenStream input, IToken start, IToken stop,
ITreeAdaptor.cs 153 object ErrorNode( ITokenStream input, IToken start, IToken stop, RecognitionException e );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 143 public virtual void ErrorNode( object t )
DebugEventHub.cs 310 public virtual void ErrorNode( object t )
315 listener.ErrorNode( t );
DebugEventRepeater.cs 169 public virtual void ErrorNode( object t )
171 _listener.ErrorNode( t );
DebugTreeAdaptor.cs 76 public virtual object ErrorNode( ITokenStream input, IToken start, IToken stop,
79 object node = adaptor.ErrorNode( input, start, stop, e );
82 dbg.ErrorNode( node );
DebugEventSocketProxy.cs 347 public override void ErrorNode( object t )
352 buf.Append( "errorNode\t" );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 85 T ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 82 const ExplodedNode *ErrorNode;
146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
151 const ExplodedNode *errornode)
153 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
158 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
172 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 83 const ExplodedNode *ErrorNode;
148 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
149 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 const ExplodedNode *errornode)
155 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
160 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
169 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
174 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 83 const ExplodedNode *ErrorNode;
148 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
149 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 const ExplodedNode *errornode)
155 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
160 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
169 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
174 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 83 const ExplodedNode *ErrorNode;
148 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
149 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 const ExplodedNode *errornode)
155 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
160 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
169 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
174 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 83 const ExplodedNode *ErrorNode;
148 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
149 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 const ExplodedNode *errornode)
155 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
160 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
169 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
174 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 83 const ExplodedNode *ErrorNode;
148 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
149 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 const ExplodedNode *errornode)
155 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
160 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
169 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
174 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 83 const ExplodedNode *ErrorNode;
148 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
149 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 const ExplodedNode *errornode)
155 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
160 ErrorNode(nullptr), ConfigurationChangeToken(0), DoNotPrunePath(false) {}
169 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
174 ErrorNode(errornode), ConfigurationChangeToken(0)
    [all...]

Completed in 763 milliseconds

1 2