HomeSort by relevance Sort by last modified time
    Searched full:here (Results 276 - 300 of 18871) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p9.cpp 5 extern S f(); // expected-note {{'f' declared here}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p3.cpp 6 typedef I2 I; // expected-note {{previous definition is here}}
p4.cpp 4 typedef struct A {} A; // expected-note {{previous definition is here}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 3 int GlobalVar; // expected-note {{declared here}}
19 int variable; // expected-note {{declared here}}
28 int local; // expected-note{{declared here}}
29 static int local_static; // expected-note{{'local_static' declared here}}
p11.cpp 4 int local; // expected-note{{declared here}}
  /external/clang/test/CXX/temp/temp.param/
p12.cpp 7 class T2 = int> // expected-note{{previous default template argument defined here}}
15 template<class> class = Y1> // expected-note{{previous default template argument defined here}}
25 int M = 5> // expected-note{{previous default template argument defined here}}
35 template<template<class, int> class // expected-note{{previous template template parameter is here}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p4.cpp 3 struct IntHolder { // expected-note{{here}} // expected-note 2{{candidate constructor (the implicit copy constructor)}}
8 struct X { // expected-note{{here}}
16 T value; // expected-note {{member is declared here}}
29 X<IntHolder, int>::Inner inner; // expected-note {{first required here}}
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 3 The FE must not generate padding here between array elements. PR 2533. */
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-array.cpp 9 // (It's okay if the output changes here, as long as we don't crash.)
  /external/clang/test/PCH/
typo.m 3 // In header: expected-note{{declared here}}
typo2.cpp 7 void func(struct Test); // expected-note{{'Test' declared here}}
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 13 void foo4() { } // expected-note {{previous definition is here}} expected-note {{previous definition is here}}
14 void foo4() { } // expected-error {{class member cannot be redeclared}} expected-error {{redefinition of 'foo4'}} expected-note {{previous definition is here}}
45 template <class T> void foo5() {} //expected-note {{previous definition is here}}
control-scope.c 5 if (z + sizeof (enum {a})) // expected-note {{previous definition is here}}
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
  /external/clang/test/Sema/
arg-duplicate.c 6 x, // expected-note {{previous declaration is here}}
attr-unavailable-message.c 4 int foo(int) __attribute__((__unavailable__("USE IFOO INSTEAD"))); // expected-note {{function has been explicitly marked unavailable here}}
5 double dfoo(double) __attribute__((__unavailable__("NO LONGER"))); // expected-note 2 {{function has been explicitly marked unavailable here}}
37 enum fee { // expected-note {{declaration has been explicitly marked unavailable here}}
38 r = 1, // expected-note {{declaration has been explicitly marked unavailable here}}
incompatible-sign.c 3 int a(int* x); // expected-note{{passing argument to parameter 'x' here}}
stdcall-fastcall.c 5 int __attribute__((stdcall)) var1; // expected-warning{{'stdcall' only applies to function types; type here is 'int'}}
6 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types; type here is 'int'}}
10 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}}
11 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
  /external/clang/test/SemaCXX/
PR10177.cpp 12 template<int N> struct S; // expected-note 2{{here}}
22 (void)func_ref<int, int&, U<1>::a>(); // expected-note {{here}}
23 (void)class_ref<int, int&, U<2>::a>(); // expected-note {{here}}
27 f<int>(); // expected-note 2{{here}}
PR7410.cpp 6 virtual BaseReturn Foo() = 0; // expected-note{{overridden virtual function is here}}
PR8385.cpp 3 // don't crash on this, but don't constrain our diagnostics here as they're
PR8755.cpp 5 typedef int iterator; // expected-note{{declared here}}
array-bounds-system-header.cpp 5 char a[3]; // expected-note 2 {{declared here}}
function-overloaded-redecl.cpp 8 void f (int) { } // expected-note {{previous definition is here}}
inline.cpp 4 // (checking C++-only constructs here)

Completed in 1886 milliseconds

<<11121314151617181920>>