/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/ |
D | Java1_1ValidatorTest.java | 30 "(line 1,col 1) 'transient' is not allowed here.", in topClass() 31 "(line 1,col 1) 'default' is not allowed here.", in topClass() 32 "(line 1,col 1) 'volatile' is not allowed here.", in topClass() 33 "(line 1,col 1) 'strictfp' is not allowed here.", in topClass() 34 "(line 1,col 1) 'private' is not allowed here.", in topClass() 35 "(line 1,col 1) 'protected' is not allowed here.", in topClass() 36 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass() 37 "(line 1,col 1) 'native' is not allowed here.", in topClass() 38 "(line 1,col 1) 'transitive' is not allowed here.", in topClass() 39 "(line 1,col 1) 'static' is not allowed here." in topClass() [all …]
|
D | Java1_2ValidatorTest.java | 29 "(line 1,col 1) 'transient' is not allowed here.", in topClass() 30 "(line 1,col 1) 'default' is not allowed here.", in topClass() 31 "(line 1,col 1) 'volatile' is not allowed here.", in topClass() 32 "(line 1,col 1) 'private' is not allowed here.", in topClass() 33 "(line 1,col 1) 'protected' is not allowed here.", in topClass() 34 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass() 35 "(line 1,col 1) 'native' is not allowed here.", in topClass() 36 "(line 1,col 1) 'transitive' is not allowed here.", in topClass() 37 "(line 1,col 1) 'static' is not allowed here." in topClass() 48 "(line 1,col 9) 'transient' is not allowed here.", in nestedClass() [all …]
|
D | Java5ValidatorTest.java | 36 "(line 1,col 1) 'transient' is not allowed here.", in topAnnotationDeclaration() 37 "(line 1,col 1) 'volatile' is not allowed here.", in topAnnotationDeclaration() 38 "(line 1,col 1) 'synchronized' is not allowed here.", in topAnnotationDeclaration() 39 "(line 1,col 1) 'default' is not allowed here.", in topAnnotationDeclaration() 40 "(line 1,col 1) 'native' is not allowed here.", in topAnnotationDeclaration() 41 "(line 1,col 1) 'transitive' is not allowed here.", in topAnnotationDeclaration() 42 "(line 1,col 1) 'static' is not allowed here.", in topAnnotationDeclaration() 43 "(line 1,col 1) 'final' is not allowed here.", in topAnnotationDeclaration() 44 "(line 1,col 1) 'private' is not allowed here.", in topAnnotationDeclaration() 45 "(line 1,col 1) 'protected' is not allowed here." in topAnnotationDeclaration() [all …]
|
D | Java8ValidatorTest.java | 34 "(line 1,col 21) 'transient' is not allowed here.", in lambdaParameter() 35 "(line 1,col 21) 'volatile' is not allowed here.", in lambdaParameter() 36 "(line 1,col 21) 'synchronized' is not allowed here.", in lambdaParameter() 37 "(line 1,col 21) 'strictfp' is not allowed here.", in lambdaParameter() 38 "(line 1,col 21) 'default' is not allowed here.", in lambdaParameter() 39 "(line 1,col 21) 'native' is not allowed here.", in lambdaParameter() 40 "(line 1,col 21) 'strictfp' is not allowed here.", in lambdaParameter() 41 "(line 1,col 21) 'abstract' is not allowed here.", in lambdaParameter() 42 "(line 1,col 21) 'static' is not allowed here.", in lambdaParameter() 43 "(line 1,col 21) 'transitive' is not allowed here.", in lambdaParameter() [all …]
|
/external/clang/test/SemaCXX/ |
D | struct-class-redecl.cpp | 3 class X; // expected-note 2{{here}} 7 template<typename T> struct Y; // expected-note{{did you mean class here?}} 17 class A; // expected-note{{previous use is here}} 20 class B; // expected-note{{did you mean struct here?}} 21 class B; // expected-note{{previous use is here}}\ 22 // expected-note{{did you mean struct here?}} 24 struct B {}; // expected-warning{{'B' defined as a struct here but previously declared as a class}} 26 class C; // expected-note{{previous use is here}} 28 // expected-note{{previous use is here}}\ 29 // expected-note{{did you mean class here?}} [all …]
|
D | decl-microsoft-call-conv.cpp | 9 void free_func_default(); // expected-note 2 {{previous declaration is here}} 10 void __cdecl free_func_cdecl(); // expected-note 2 {{previous declaration is here}} 11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}} 12 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}} 13 void __vectorcall free_func_vectorcall(); // expected-note 2 {{previous declaration is here}} 16 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previ… 17 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was prev… 20 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previou… 21 void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall' here was previo… 24 void __cdecl free_func_stdcall(); // expected-error {{function declared 'cdecl' here was previou… [all …]
|
D | virtual-base-used.cpp | 9 // expected-note@+2 3 {{declared private here}} 11 class NoDestroy { ~NoDestroy(); }; // expected-note 3 {{declared private here}} 23 // expected-note@+3 {{implicit default constructor for 'B' first required here}} 24 // expected-note@+2 {{implicit destructor for 'B' first required here}} 31 D d; // expected-note {{implicit default constructor for 'D' first required here}} 33 void D::foo() { // expected-note {{implicit destructor for 'B' first required here}} in foo() 44 // expected-note@+2 {{implicit default constructor for 'E' first required here}} 46 struct F : public E { // expected-note {{implicit destructor for 'E' first required here}} 49 // expected-note@+2 {{implicit default constructor for 'F' first required here}} 56 G g; // expected-note {{implicit default constructor for 'G' first required here}} [all …]
|
D | attr-deprecated.cpp | 3 … __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated here}} 7 … __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated here}} 29 … __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked deprecated here}} 64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 77 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}} 79 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}} 84 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}} 90 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}} [all …]
|
D | dllimport.cpp | 48 // expected-note@+2{{previous attribute is here}} 50 …clspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is here}} 59 // expected-note@+2{{previous attribute is here}} 61 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}} 70 // expected-note@+2{{previous attribute is here}} 72 …_attribute__((dllimport)) GlobalDeclChunkAttrInit; // expected-note{{previous declaration is here}} 81 // expected-note@+2{{previous attribute is here}} 83 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}} 104 …lRedecl3; // expected-note{{previous declaration is here}} expected-note{{previous attribute is he… 107 extern int GlobalRedecl4; // expected-note{{previous declaration is here}} [all …]
|
D | err_typecheck_assign_const.cpp | 3 const int global = 5; // expected-note{{variable 'global' declared const here}} 9 const int local = 5; // expected-note{{variable 'local' declared const here}} in test2() 13 void test2 (const int parameter) { // expected-note{{variable 'parameter' declared const here}} in test2() 19 …nt const_field = 1; // expected-note 2{{non-static data member 'const_field' declared const here}} 20 …nt static_const_field = 1; // expected-note 2{{variable 'static_const_field' declared const here}} 25 …st_const() const { // expected-note 2{{member function 'test3::test_const' is declared const here}} in test_const() 32 …-note{{function 'return_const_ref' which returns const-qualified type 'const int &' declared here}} 40 …int const_field = 4; // expected-note {{non-static data member 'const_field' declared const here}} 58 const U2 u2 = U2(); // expected-note{{non-static data member 'u2' declared const here}} 80 …); // expected-note{{function 'getc' which returns const-qualified type 'const C &' declared here}} [all …]
|
/external/clang/test/CXX/special/class.copy/ |
D | p23-cxx11.cpp | 66 template struct CopyAssign<A1>; // expected-note {{here}} 69 A2 &operator=(A2 &&) = default; // expected-note {{here}} 74 template struct MoveAssign<A2>; // expected-note {{here}} 86 template struct CopyAssign<B1>; // expected-note {{here}} 87 template struct MoveAssign<B1>; // expected-note {{here}} 88 template struct CopyAssign<B2>; // expected-note {{here}} 89 template struct MoveAssign<B2>; // expected-note {{here}} 97 template struct CopyAssign<C1>; // expected-note {{here}} 98 template struct MoveAssign<C1>; // expected-note {{here}} 105 …D2 &operator=(D2 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator… [all …]
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}} 18 bool x; // expected-note{{field of illegal type 'bool' declared here}} 25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}} 28 // as a note here any longer. 30 … // expected-note{{field of illegal type '__read_only image2d_t' declared here}} expected-error{{t… 35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}} 37 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}} 44 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 49 …edef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared here}} [all …]
|
/external/clang/test/Parser/ |
D | cxx0x-attributes.cpp | 40 const [[]] int between_attr_2 = 0; // expected-error {{an attribute list cannot appear here}} 70 attr_after_class_name_decl [[]] [[]]; // expected-error {{an attribute list cannot appear here}} 73 …_class_name_definition [[]] [[]] [[]]{}; // expected-error {{an attribute list cannot appear here}} 82 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}} 83 …float) [[]] [[]] alignas(float): base{}; // expected-error {{an attribute list cannot appear here}} 86 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}} 87 [[]] [[]] alignas(16) [[]]{}; // expected-error {{an attribute list cannot appear here}} 89 // The diagnostics here don't matter much, this just shouldn't crash: 90 …d-error {{expected ']'}} expected-error {{an attribute list cannot appear here}} expected-error {{… 91 …xpected ',' or ']' in lambda capture list}} expected-error {{an attribute list cannot appear here}} [all …]
|
/external/clang/test/ASTMerge/ |
D | struct.c | 6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here 7 // CHECK: struct2.c:12:9: note: field 'field2' has type 'float' here 9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1' 11 // CHECK: struct2.c:18:7: note: 'S2' is a union here 13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2' 15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here 16 // CHECK: struct2.c:21:8: note: no corresponding field here 18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3' 20 // CHECK: struct2.c:24:26: note: field 'f' has type 'float' here 21 // CHECK: struct1.c:27:8: note: no corresponding field here [all …]
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | trace_collections.txt | 5 …race_collections.h:17:5: note: [blink-gc] Field 'm_wtfVector' requiring finalization declared here: 8 …trace_collections.h:20:5: note: [blink-gc] Field 'm_wtfDeque' requiring finalization declared here: 14 ./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here: 17 ./trace_collections.h:17:5: note: [blink-gc] Untraced field 'm_wtfVector' declared here: 20 ./trace_collections.h:19:5: note: [blink-gc] Untraced field 'm_heapDeque' declared here: 23 ./trace_collections.h:20:5: note: [blink-gc] Untraced field 'm_wtfDeque' declared here: 26 ./trace_collections.h:22:5: note: [blink-gc] Untraced field 'm_heapSet' declared here: 29 ./trace_collections.h:23:5: note: [blink-gc] Untraced field 'm_wtfSet' declared here: 32 ./trace_collections.h:25:5: note: [blink-gc] Untraced field 'm_heapListSet' declared here: 35 ./trace_collections.h:26:5: note: [blink-gc] Untraced field 'm_wtfListSet' declared here: [all …]
|
D | fields_illegal_tracing.txt | 5 …illegal_tracing.h:37:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class declared here: 8 …racing.h:39:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed class declared here: 11 ….h:41:5: warning: [blink-gc] Iterator field 'm_iterator2' to a GC managed collection declared here: 14 ….h:42:5: warning: [blink-gc] Iterator field 'm_iterator3' to a GC managed collection declared here: 20 …illegal_tracing.h:50:5: note: [blink-gc] RefPtr field 'm_obj2' to a GC managed class declared here: 23 …racing.h:52:5: note: [blink-gc] std::unique_ptr field 'm_obj4' to a GC managed class declared here: 26 ….h:53:5: warning: [blink-gc] Iterator field 'm_iterator3' to a GC managed collection declared here: 29 ….h:54:5: warning: [blink-gc] Iterator field 'm_iterator4' to a GC managed collection declared here: 32 ….h:56:5: warning: [blink-gc] Iterator field 'm_iterator6' to a GC managed collection declared here: 38 ./fields_illegal_tracing.h:37:5: note: [blink-gc] Untraceable field 'm_obj2' declared here: [all …]
|
/external/ImageMagick/ |
D | AppRun | 8 HERE="$(dirname "$(readlink -f "${0}")")" 10 export MAGICK_HOME="$HERE/usr:$MAGICK_HOME" # https://imagemagick.org/QuickStart.txt 11 …HERE/usr/lib/ImageMagick-7.0.7/config-Q16"):$(readlink -f "$HERE/usr/lib/ImageMagick-7.0.7/config-… 13 export LD_LIBRARY_PATH=$(readlink -f "$HERE/usr/lib"):$LD_LIBRARY_PATH 14 export LD_LIBRARY_PATH=${HERE}/usr/lib/ImageMagick-7.0.7/modules-Q16HDRI/coders:$LD_LIBRARY_PATH 17 export MANPATH="$HERE/usr/share/man:$MANPATH" ; exec "$@" ; exit $? 19 export INFOPATH="$HERE/usr/share/info:$INFOPATH" ; exec "$@" ; exit $? 24 if [ -e "$HERE/usr/bin/$BINARY_NAME" ] ; then 25 exec "$HERE/usr/bin/$BINARY_NAME" "$@" 27 exec "$HERE/usr/bin/magick" "$@" [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 23 use(a.weakProp); // expected-note{{also accessed here}} 28 use(a.weakProp); // expected-note{{also accessed here}} 56 a.weakProp = get(); // expected-note{{also accessed here}} 67 use(a.strongProp.weakProp); // expected-note{{also accessed here}} 72 use(a.strongProp.weakProp); // expected-note{{also accessed here}} 77 use(a.implicitProp); // expected-note{{also accessed here}} 82 use(Test.weakProp); // expected-note{{also accessed here}} 93 use(a->weakIvar); // expected-note{{also accessed here}} 99 use(a); // expected-note{{also accessed here}} 104 use([a weakProp]); // expected-note{{also accessed here}} [all …]
|
D | property-deprecated-warning.m | 9 …perty 'ptarget' is declared deprecated here}} expected-note {{'ptarget' has been explicitly marked… 12 …artialPtarget' is declared partial here}} expected-note@+2 {{'partialPtarget' has been explicitly … 24 …erty 'target' is declared deprecated here}} expected-note {{'setTarget:' has been explicitly marke… 27 …artialTarget' is declared partial here}} expected-note@+2 {{'setPartialTarget:' has been explicitl… 38 …deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecated here}} \ 39 … // expected-note 4 {{property 'dep_target' is declared deprecated here}} \ 40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}} 43 …here}} expected-note@+2 2 {{'partial_dep_target' has been explicitly marked partial here}} expecte… 98 …ed' has been explicitly marked deprecated here}} expected-note {{property 'enabled' is declared de… 100 …:' has been explicitly marked deprecated here}} expected-note {{property 'delegate' is declared de… [all …]
|
/external/llvm/test/Bitcode/ |
D | blockaddress.ll | 8 br label %here.i 10 here.i: 11 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8 12 ; CHECK: blockaddress(@doit, %here) 22 br label %here 24 here: 25 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 26 ; CHECK: blockaddress(@doit, %here) 37 br label %here 39 here: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | blockaddress.ll | 8 br label %here.i 10 here.i: 11 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8 12 ; CHECK: blockaddress(@doit, %here) 22 br label %here 24 here: 25 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 26 ; CHECK: blockaddress(@doit, %here) 37 br label %here 39 here: [all …]
|
/external/clang/test/SemaTemplate/ |
D | undefined-template.cpp | 4 static char s_var_1; // expected-note{{forward declaration of template entity is here}} 5 static char s_var_2; // expected-note{{forward declaration of template entity is here}} 6 static void s_func_1(); // expected-note{{forward declaration of template entity is here}} 7 static void s_func_2(); // expected-note{{forward declaration of template entity is here}} 8 void meth_1(); // expected-note2{{forward declaration of template entity is here}} 10 …s T1> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}} 11 …s T1> static void s_tfunc_2(); // expected-note{{forward declaration of template entity is here}} 13 static char s_var_2; // expected-note{{forward declaration of template entity is here}} 14 static void s_func_2(); // expected-note{{forward declaration of template entity is here}} 15 void meth_2(); // expected-note{{forward declaration of template entity is here}} [all …]
|
/external/clang/test/Sema/ |
D | var-redecl.c | 3 int outer1; // expected-note{{previous definition is here}} 4 extern int outer2; // expected-note{{previous declaration is here}} 6 int outer4; // expected-note{{previous definition is here}} 8 int outer6(float); // expected-note{{previous definition is here}} 14 extern float outer3; // expected-note{{previous declaration is here}} in outer_test() 16 extern int outer5; // expected-note{{previous declaration is here}} in outer_test() 19 extern int outer8; // expected-note{{previous definition is here}} in outer_test() 22 extern int outer9; // expected-note{{previous declaration is here}} in outer_test() 32 extern int outer13; // expected-note{{previous declaration is here}} 35 extern int outer11; // expected-note{{previous declaration is here}} in outer_shadowing_test() [all …]
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 244 code here; /* current decoding table entry */ local 385 here = lencode[BITS(lenbits)]; 386 if ((unsigned)(here.bits) <= bits) break; 389 if (here.val < 16) { 390 NEEDBITS(here.bits); 391 DROPBITS(here.bits); 392 state->lens[state->have++] = here.val; 395 if (here.val == 16) { 396 NEEDBITS(here.bits + 2); 397 DROPBITS(here.bits); [all …]
|
/external/clang/test/FixIt/ |
D | typo.cpp | 8 template<typename T> class basic_string { // expected-note 3{{'basic_string' declared here}} 10 int find(const char *substr); // expected-note{{'find' declared here}} 11 static const int npos = -1; // expected-note{{'npos' declared here}} 14 typedef basic_string<char> string; // expected-note 2{{'string' declared here}} 17 namespace otherstd { // expected-note 2{{'otherstd' declared here}} \ 18 // expected-note{{namespace 'otherstd' defined here}} 30 float area(float radius, // expected-note{{'radius' declared here}} in area() 36 namespace blargh = otherstd; // expected-note 3{{namespace 'blargh' defined here}} 52 struct Derived : public Base { // expected-note{{base class 'Base' specified here}} 53 int member; // expected-note 3{{'member' declared here}} [all …]
|