HomeSort by relevance Sort by last modified time
    Searched full:definition (Results 151 - 175 of 9917) sorted by null

1 2 3 4 5 67 8 91011>>

  /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.
  /external/llvm/test/Verifier/
alias.ll 6 ; CHECK: Alias must point to a definition
11 ; CHECK: Alias must point to a definition
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
override 10 ."\@echo First comes the definition.\n"
23 $answer = "First comes the definition.\n"
  /external/chromium_org/apps/
switches.h 11 // alongside the definition of their values in the .cc file.
  /external/chromium_org/chrome/test/base/
test_switches.h 13 // alongside the definition of their values in the .cc file.
  /external/chromium_org/components/component_updater/
component_updater_switches.h 11 // alongside the definition of their values in the .cc file.
  /external/chromium_org/components/copresence/
copresence_switches.h 11 // alongside the definition of their values in the .cc file.
  /external/chromium_org/components/feedback/
feedback_switches.h 11 // alongside the definition of their values in the .cc file.
  /external/chromium_org/components/google/core/browser/
google_switches.h 11 // alongside the definition of their values in the .cc file.
  /external/chromium_org/components/precache/core/
precache_switches.h 12 // alongside the definition of their values in the .cc file.
  /external/chromium_org/extensions/shell/common/
switches.h 12 // alongside the definition of their values in the .cc file.
  /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/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)
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/Sema/
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}}

Completed in 572 milliseconds

1 2 3 4 5 67 8 91011>>