Searched defs:STUB (Results 1 – 2 of 2) sorted by relevance
34 public static final SourcePositionImpl STUB = new SourcePositionImpl(); field in SourcePositionImpl
95 #define STUB(ret) \ macro101 #define STUB(ret) do { return ret; } while (0) macro