/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 3 typedef struct { int y; } Abstract; typedef 10 @property Abstract *x; // expected-note {{using}} 14 @property Abstract *y; // expected-note {{using}} 18 @property Abstract *z; // expected-note {{using}} 31 Abstract *l = [a0 x]; // expected-warning {{multiple methods named 'x' found}} 35 Abstract *l = [a0 y]; // expected-warning {{multiple methods named 'y' found}} 39 Abstract *l = [a0 z]; // expected-warning {{multiple methods named 'z' found}} 42 void f3(id a0, Abstract *a1) { 46 void f4(id a0, Abstract *a1) { 50 void f5(id a0, Abstract *a1) { [all …]
|
/external/clang/test/SemaCXX/ |
D | abstract.cpp | 73 class Abstract; 75 void t7(Abstract a); 78 void h(Abstract a); in t8() 82 void h(Abstract a); 85 class Abstract { class
|
D | exceptions.cpp | 5 struct Abstract { virtual void f() = 0; }; // expected-note {{unimplemented pure virtual method 'f'… struct 17 } catch(Abstract) { // expected-error {{variable type 'Abstract' is an abstract class}} in trys()
|
D | vararg-non-pod.cpp | 111 struct Abstract { struct 118 …(void)__builtin_va_arg(list, Abstract); // expected-error{{second argument to 'va_arg' is of abstr… in t8()
|
/external/clang/test/CXX/except/except.handle/ |
D | p16.cpp | 32 struct Abstract { struct 38 } catch (Abstract) { // expected-error{{variable type 'Abstract' is an abstract class}} in g()
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/ |
D | p1.cpp | 15 struct Abstract { virtual void fn() = 0; }; // expected-note {{pure virtual}} struct 16 Abstract ar5[10]; // expected-error {{abstract class}}
|
/external/llvm/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 40 bool Abstract = R->getValueAsBit("Abstract"); in EmitNode() local 48 if (Abstract) in EmitNode() 63 if (!Abstract) { in EmitNode()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-1.cpp | 204 struct Abstract { struct 210 template struct TryCatch0<Abstract>; // expected-note{{instantiation}}
|
D | instantiate-expr-4.cpp | 173 struct Abstract { struct 179 template struct TypeId0<Abstract>;
|
/external/e2fsprogs/debian/ |
D | e2fslibs-dev.doc-base | 4 Abstract: The EXT2FS library is designed to allow
|
D | comerr-dev.doc-base | 4 Abstract: A library, and associated utilities,
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | ast.ml | 2 * Abstract Syntax Tree (aka Parse Tree)
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 4 bit Abstract = abstract;
|
D | StmtNodes.td | 4 bit Abstract = abstract;
|
/external/webkit/Source/autotools/ |
D | gsettings.m4 | 87 dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 35 Abstract(false), IsStandardLayout(true), HasNoNonEmptyBases(true), in DefinitionData() 408 data().Abstract = true; in markedVirtualFunctionPure() 1125 data().Abstract = true; in completeDefinition() 1141 if (data().Abstract || isInvalidDecl() || !data().Polymorphic || in mayBeAbstract()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 160 * convert it into a much simpler Abstract Syntax Tree (AST), 564 /***** Stage 3: The Abstract Syntax Tree 573 * The Abstract Syntax Tree definition below is the only thing 621 Abstract Syntax Tree
|
/external/chromium/testing/gmock/scripts/generator/ |
D | README.cppclean | 28 AST is Abstract Syntax Tree, a representation of parsed source code.
|
/external/dbus/cmake/ |
D | ConfigureChecks.cmake | 149 #### Abstract sockets
|
/external/valgrind/main/docs/internals/ |
D | porting-HOWTO.txt | 63 there undoubtedly remains some arch-specific stuff in there. Abstract it out
|