HomeSort by relevance Sort by last modified time
    Searched defs:abstract (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 66 def abstract( name, message = nil ) method in class:ANTLR3.Util
67 message ||= "abstract method -- #{ self.class }::#{ name } has not been implemented"
  /external/chromium_org/third_party/jinja2/
nodes.py 72 d.setdefault('abstract', False)
125 abstract = True variable in class:Node
128 if self.abstract:
129 raise TypeError('abstract nodes are not instanciable')
248 abstract = True variable in class:Stmt
253 abstract = True variable in class:Helper
352 abstract = True variable in class:Expr
376 abstract = True variable in class:BinExpr
395 abstract = True variable in class:UnaryExpr
427 abstract = Tru variable in class:Literal
    [all...]
  /external/clang/test/SemaCXX/
new-delete.cpp 65 struct abstract { struct
66 virtual ~abstract() = 0;
424 void f(A *x) { delete x; } // expected-warning {{delete called on 'PR10504::A' that is abstract but has non-virtual destructor}}

Completed in 2185 milliseconds