HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 226 - 250 of 14450) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
17 int C; // expected-note {{previous definition is here}}
decl-invalid.c 4 typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be a definition}} expected-warning {{typedef requires a name}}
19 struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration does not declare anything}}
decl-in-prototype.c 18 struct A { struct b { int j; } t; }; // expected-note {{previous definition is here}}
23 struct ab { // expected-note {{previous definition is here}} expected-note {{previous definition is here}}
36 enum e19018 qq; //expected-error{{tentative definition has type 'enum e19018' that is never completed}} \
nested-redef.c 2 struct X { // expected-note{{previous definition is here}}
  /external/clang/test/SemaCXX/
condition.cpp 24 if (int x=0) { // expected-note 2 {{previous definition is here}}
29 while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
30 while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
31 for (int x; int x=0; ) ; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
32 for (int x; ; ) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
33 for (; int x=0; ) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
34 for (; int x=0; ) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
35 switch (int x=0) { default: int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous definition is here}}
attr-visibility.cpp 20 } __attribute((visibility("default"))); // expected-warning {{attribute 'visibility' after definition is ignored}}
  /external/clang/test/SemaObjC/
comptypes-a.m 21 - compareThis:(int)a withThat:(id)b; // expected-note {{previous definition is here}} \
22 // expected-note {{previous definition is here}}
gcc-cast-ext.m 17 @implementation PBXDocBookmark // expected-warning {{method definition for 'autorelease' not found}}\
18 // expected-warning {{method definition for 'alloc' not found}}
interface-1.m 31 @interface FOO // expected-note {{previous definition is here}}
35 @interface FOO // expected-error {{duplicate interface definition for class 'FOO'}}
category-method-lookup-2.m 13 // NOTE: No class implementation for Bar precedes this category definition.
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
README.ASN1 4 Test data for encoding tests is preceded by its definition in the OpenSSL generation string
8 # Put data definition in a file, eg input.cnf
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug496.go 9 // <built-in>: note: previous definition of ?s$F$hash? was here
11 // <built-in>: note: previous definition of ?s$F$equal? was here
  /prebuilts/go/linux-x86/test/fixedbugs/
bug496.go 9 // <built-in>: note: previous definition of ?s$F$hash? was here
11 // <built-in>: note: previous definition of ?s$F$equal? was here
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-bpo6.s 13 LDA $47,yy % { dg-error "no suitable GREG definition" "" }
16 LDA $43,comm_symbol2 % { dg-error "no suitable GREG definition" "" }
  /external/brotli/common/
version.h 7 /* Version definition. */
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p8.cpp 8 // expected-error{{out-of-line definition}}
  /external/clang/test/CodeGen/
2008-07-29-override-alias-decl.c 11 forward definition. */
  /external/clang/test/CodeGenCXX/
pr18661.cpp 11 // PR18661: Clang would fail to emit function definition with mismatching
  /external/clang/test/CodeGenObjC/
undefined-protocol2.m 4 // by a definition in another TU, so external is the correct linkage
  /external/clang/test/Index/
TestClassForwardDecl.m 19 // CHECK-scan: [10:1 - 10:15] FunctionDecl=function:10:6 (Definition)
21 // CHECK-scan: [10:18 - 10:24] ParmDecl=arg:10:21 (Definition)
22 // CHECK-scan: [10:24 - 11:1] FunctionDecl=function:10:6 (Definition)
39 // CHECK-load: TestClassForwardDecl.m:10:6: FunctionDecl=function:10:6 (Definition)
print-type.m 14 // CHECK: ParmDecl=z:4:52 (Definition) [type=SEL] [typekind=ObjCSel] [canonicaltype=SEL *] [canonicaltypekind=Pointer] [isPOD=1]
16 // CHECK: ParmDecl=i:5:27 (Definition) [In,] [type=int] [typekind=Int] [isPOD=1]
17 // CHECK: ParmDecl=j:5:49 (Definition) [Out,] [type=short *] [typekind=Pointer] [isPOD=1] [pointeetype=short] [pointeekind=Short]
18 // CHECK: ParmDecl=p:6:36 (Definition) [type=__kindof Foo *] [typekind=ObjCObjectPointer] [canonicaltype=__kindof Foo *] [canonicaltypekind=ObjCObjectPointer] [isPOD=1] [pointeetype=Foo] [pointeekind=ObjCInterface]
remap-cursor-at.c 3 // CHECK: ParmDecl=parm1:1:13 (Definition)
  /external/clang/test/Parser/
cxx-extra-semi.cpp 14 // expected-warning@-4{{extra ';' after member function definition}}
16 void A2b() { };; // expected-warning{{extra ';' after member function definition}}
21 // expected-warning@-2{{extra ';' after member function definition}}
23 void A3() { }; ;; // expected-warning{{extra ';' after member function definition}}
goto.c 10 l: /* expected-note {{previous definition is here}} */
  /external/clang/test/SemaTemplate/
crash-unparsed-exception.cpp 14 D<int> d; //expected-error{{exception specification is not available until end of class definition}}

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 91011>>