Searched refs:abstract (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dabstract.cpp20 static_assert(__is_abstract(D), "D inherits from an abstract class");
26 static_assert(!__is_abstract(E), "E inherits from an abstract class but implements f");
28 C *d = new C; // expected-error {{allocating an object of abstract class type 'C'}}
30 C c; // expected-error {{variable type 'C' is an abstract class}}
31 void t1(C c); // expected-error {{parameter type 'C' is an abstract class}}
32 void t2(C); // expected-error {{parameter type 'C' is an abstract class}}
35 C c; // expected-error {{field type 'C' is an abstract class}}
41 C(); // expected-error {{allocating an object of abstract class type 'C'}}
42 t3(C()); // expected-error {{allocating an object of abstract class type 'C'}}
45 C e1[2]; // expected-error {{array of abstract clas
[all...]
H A Dnew-delete.cpp58 struct abstract { struct
59 virtual ~abstract() = 0;
417 void f(A *x) { delete x; } // expected-warning {{delete called on 'PR10504::A' that is abstract but has non-virtual destructor}}
/external/proguard/examples/dictionaries/
H A Dkeywords.txt49 abstract
/external/blktrace/btreplay/doc/
H A DMakefile8 btreplay.dvi: btreplay.tex abstract.tex
H A Dbtreplay.tex29 \begin{abstract}
30 \input{abstract.tex}
31 \end{abstract}
37 \input{abstract.tex}
/external/elfutils/tests/
H A Drun-addrscopes.sh47 x (abstract)
48 y (abstract)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h38 public abstract class LookaheadStream<T> extends FastQueue<T> {
65 public abstract T nextElement();
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as222 throw new Error("Not implemented - abstract function");
241 throw new Error("Not implemented - abstract function");
245 throw new Error("Not implemented - abstract function");
249 throw new Error("Not implemented - abstract function");
253 throw new Error("Not implemented - abstract function");
257 throw new Error("Not implemented - abstract function");
261 throw new Error("Not implemented - abstract function");
265 throw new Error("Not implemented - abstract function");
269 throw new Error("Not implemented - abstract function");
273 throw new Error("Not implemented - abstract functio
[all...]
/external/qemu/android/tools/
H A Dgen-hw-config.py70 self.abstract = ""
93 elif key == 'abstract':
94 self.abstract = val
152 varAbstract = quoteStringForC(item.abstract)
/external/chromium_org/third_party/jinja2/
H A Dnodes.py70 d.setdefault('abstract', False)
124 abstract = True variable in class:Node
127 if self.abstract:
128 raise TypeError('abstract nodes are not instanciable')
244 abstract = True variable in class:Stmt
249 abstract = True variable in class:Helper
348 abstract = True variable in class:Expr
372 abstract = True variable in class:BinExpr
391 abstract = True variable in class:UnaryExpr
423 abstract variable in class:Literal
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb66 def abstract( name, message = nil ) method in class:ANTLR3.Util
67 message ||= "abstract method -- #{ self.class }::#{ name } has not been implemented"
H A Drecognizers.rb181 Parser, and TreeParser are abstract classes. They can be instantiated, but
943 implementation for the abstract method #m_tokens, the purpose of which is to
1054 abstract :token!
H A Dtree.rb198 The Tree module, like the Token and Stream modules, emulates an abstract base
440 abstract :to_s
962 abstract :at
963 abstract :look
964 abstract :tree_source
965 abstract :token_stream
966 abstract :tree_adaptor
967 abstract :unique_navigation_nodes=
968 abstract :to_s
969 abstract
[all...]
H A Dstreams.rb143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
147 ``abstract'' pseudo-methods that demand implementation when it is mixed in to a
173 abstract :consume
180 abstract :peek
186 abstract :look
192 abstract :mark
197 abstract :index
203 abstract :rewind
208 abstract :release
213 abstract
[all...]
H A Dtoken.rb311 abstract :next_token
/external/llvm/utils/lit/lit/
H A DTestFormats.py195 abstract
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1135 TBaseTree = class abstract(TANTLRObject, IBaseTree, ITree)
1142 function GetTokenType: Integer; virtual; abstract;
1143 function GetText: String; virtual; abstract;
1144 function GetTokenStartIndex: Integer; virtual; abstract;
1145 procedure SetTokenStartIndex(const Value: Integer); virtual; abstract;
1146 function GetTokenStopIndex: Integer; virtual; abstract;
1147 procedure SetTokenStopIndex(const Value: Integer); virtual; abstract;
1148 function DupNode: ITree; virtual; abstract;
1184 function ToString: String; override; abstract;
1261 TBaseTreeAdaptor = class abstract(TANTLRObjec
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as3 /** The set of fields needed by an abstract recognizer to recognize input
/external/clang/utils/ABITest/
H A DTypeGen.py198 abstract
208 abstract
/external/elfutils/libelf/
H A DMakefile.am141 noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \
/external/clang/utils/
H A Dtoken-delta.py16 abstract
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py69 abstract
/external/qemu/android/
H A Dconsole.c345 const char* abstract; member in struct:CommandDefRec_
409 control_write( client, "%s\r\n", cmd->abstract );
415 control_write( client, " %s %-15s %s\r\n", prefix, cmd->names, cmd->abstract );
484 control_write( client, " %-15s %s\r\n", cmd->names, cmd->abstract );
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb79 abstract :execute
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dprettify.js18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],

Completed in 447 milliseconds

12