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

<<21222324252627282930>>

  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 7 template<int *ip> struct IP { // expected-note 4 {{template parameter is declared here}}
15 std::nullptr_t nonconst_np; // expected-note{{declared here}}
28 template<int X::*pm> struct PM { // expected-note 2 {{template parameter is declared here}}
39 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}}
51 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}}
p1.cpp 30 template <int* p> struct X0 { }; // expected-note 4{{here}}
32 template <int &p> struct X2 { }; // expected-note 4{{here}}
33 template <const int &p> struct X2k { }; // expected-note {{here}}
34 template <int (&fp)(int)> struct X3 { }; // expected-note 4{{here}}
39 const int ki = 9; // expected-note 5{{here}}
40 __thread int ti = 100; // expected-note 2{{here}}
41 static int f_internal(int); // expected-note 4{{here}}
77 int n; // expected-note {{here}}
79 struct Local { static int f() {} }; // expected-note {{here}}
90 template <int* N> struct X0 { }; // expected-note 2{{template parameter is declared here}}
    [all...]
  /external/clang/test/SemaObjC/
method-sentinel-attr.m 8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel here}}
10 - (void) foo5 : (int)x, ... __attribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}}
11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}}
12 - (void) foo7 : (int)x, ... __attribute__ ((__sentinel__(0))); // expected-note {{method has been explicitly marked sentinel here}}
17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel here}}
property-typecheck-1.m 4 -(float) x; // expected-note {{declared here}}
9 @property int moo; // expected-note {{previous definition is here}}
41 - (SSyncSet_iDisk*) syncSet; // expected-note {{declared here}}
79 - (NSMutableArray*) pieces; // expected-note {{declared here}} // expected-note {{declared here}}
arc-decls.m 56 @property (retain) id newFoo; // expected-note {{property declared here}}
57 @property (strong) id copyBar; // expected-note {{property declared here}}
58 @property (copy) id allocBaz; // expected-note {{property declared here}}
73 - (void)bar:(id)b; // expected-note {{parameter declared here}}
76 - (id)ns_non; // expected-note {{method declared here}}
77 - (id)not_ret:(id) b __attribute((ns_returns_not_retained)); // expected-note {{method declared here}}
90 // Test that we give a good diagnostic here that mentions the missing
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 3 template<template<typename T> class X> struct A; // expected-note 2{{previous template template parameter is here}}
5 template<template<typename T, int I> class X> struct B; // expected-note{{previous template template parameter is here}}
7 template<template<int I> class X> struct C; // expected-note{{previous non-type template parameter with type 'int' is here}}
36 // Do not do a digraph correction here.
55 void f0( Y<int,1> y){ 1 << y; } // expected-note{{in instantiation of function template specialization 'N::operator<<<Y, int, 1>' requested here}}
typename-specifier.cpp 12 int type; // expected-note 2{{referenced member 'type' is declared here}}
48 N::X<N::B>::type *ip5 = &i; // expected-note{{in instantiation of template class 'N::X<N::B>' requested here}}
49 N::X<N::C>::type *ip6 = &i; // expected-note{{in instantiation of template class 'N::X<N::C>' requested here}}
51 N::X<int>::type fail1; // expected-note{{in instantiation of template class 'N::X<int>' requested here}}
55 typedef typename N::X<T>::type *type; // expected-note{{in instantiation of template class 'N::X<B>' requested here}} \
56 // expected-note{{in instantiation of template class 'N::X<C>' requested here}}
68 int type; // expected-note{{referenced member 'type' is declared here}}
72 ::Y<B>::type ip8 = &i; // expected-note{{in instantiation of template class 'Y<B>' requested here}}
73 ::Y<C>::type ip9 = &i; // expected-note{{in instantiation of template class 'Y<C>' requested here}}
80 D<long> struct_D; // expected-note {{in instantiation of template class 'D<long>' requested here}}
    [all...]
default-expr-arguments.cpp 11 // expected-note{{passing argument to parameter 'b' here}}
19 f1(S()); // expected-note{{in instantiation of default function argument expression for 'f1<S>' required here}}
25 f3(S()); // expected-note{{in instantiation of default function argument expression for 'f3<S>' required here}}
30 // expected-note{{passing argument to parameter 't' here}}
32 // expected-note{{passing argument to parameter 't' here}}
44 s.f(); // expected-note{{in instantiation of default function argument expression for 'f<S>' required here}}
47 F<S> s2; // expected-note{{in instantiation of default function argument expression for 'F<S>' required here}}
106 // expected-note 3{{passing argument to parameter here}}
268 void f(Boom<int> = Boom<int>()) { } // expected-note{{requested here}}
269 void g(int x = (delete bfp, 0)); // expected-note{{requested here}}
    [all...]
  /external/skia/src/core/
SkBlitter_Sprite.cpp 31 SkDEBUGFAIL("how did we get here?");
36 SkDEBUGFAIL("how did we get here?");
40 SkDEBUGFAIL("how did we get here?");
44 SkDEBUGFAIL("how did we get here?");
62 this we could either add more special blitters here, or detect antialiasing in the
  /bionic/libc/regex/
regexec.c 73 /* do "if I'm here, I can also be there" etc without branches */
74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
76 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
122 /* do "if I'm here, I can also be there" etc without branches */
123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
124 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
125 #define ISSETBACK(v, n) ((v)[here - (n)]
    [all...]
  /external/clang/test/SemaCXX/
anonymous-union.cpp 63 int x; // expected-note{{previous declaration is here}}
69 double z; // expected-note{{previous declaration is here}}
70 double zz; // expected-note{{previous definition is here}}
129 int s0; // expected-note {{declared private here}}
130 double s1; // expected-note {{declared private here}}
132 int su0; // expected-note {{declared private here}}
133 double su1; // expected-note {{declared private here}}
137 int u0; // expected-note {{declared private here}}
138 double u1; // expected-note {{declared private here}}
140 int us0; // expected-note {{declared private here}}
    [all...]
enum-scoped.cpp 81 enum class Redeclare2; // expected-note{{previous use is here}} expected-note{{previous use is here}}
85 enum Redeclare3 : int; // expected-note{{previous use is here}} expected-note{{previous use is here}}
92 enum Redeclare6 : int; // expected-note{{previous use is here}} expected-note{{previous use is here}}
96 enum class Redeclare7; // expected-note{{previous use is here}} expected-note{{previous use is here}}
195 enum A : int; // expected-note {{here}}
196 enum class B; // expected-note {{here}}
    [all...]
  /external/llvm/lib/Support/
regexec.c 75 /* do "if I'm here, I can also be there" etc without branches */
76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
124 /* do "if I'm here, I can also be there" etc without branches */
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
127 #define ISSETBACK(v, n) ((v)[here - (n)]
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 73 /* do "if I'm here, I can also be there" etc without branches */
74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
76 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
122 /* do "if I'm here, I can also be there" etc without branches */
123 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
124 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
125 #define ISSETBACK(v, n) ((v)[here - (n)]
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 5 template<class T> struct A { ~A() = delete; }; // expected-note {{deleted here}}
24 ~PD(); // expected-note 4{{here}}
29 ~DD() = delete; // expected-note 2{{here}}
39 // Two errors here: one for the decltype, one for the variable.
92 // A complete type is required here in order to detect an overloaded 'operator,'.
93 decltype(123, make<2, false>()) *p3; // expected-note {{here}}
95 decltype(consume(make<3, false>())) *p4; // expected-note {{here}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 105 // nothing to be done here, we'll use the default value
113 // nothing to be done here, we'll use the default value
126 // nothing to be done here, we'll use the default value
134 // nothing to be done here, we'll use the default value
142 // lets not do anything here, we'll use the default value
148 // nothing to be done here, we'll use the default value
155 // nothing to be done here, we'll use the default value
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 62 fail("shouldn't come to here");
71 fail("shouldn't come to here");
78 fail("shouldn't come to here");
85 fail("shouldn't come to here");
99 fail("shouldn't come to here");
116 fail("shouldn't come to here");
123 fail("shouldn't come to here");
136 fail("shouldn't come to here");
149 fail("shouldn't come to here");
188 fail("shouldn't come to here");
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 63 bool b; // expected-note {{declared private here}}
76 bool b; // expected-note {{declared private here}}
100 bool value; // expected-note 2 {{declared private here}}
116 template int transform(Bool, int); // expected-note {{requested here}}
119 template class User<int>; // expected-note {{requested here}}
158 template <class T> class A { // expected-note {{declared here}}
160 int x; // expected-note {{declared private here}}
213 int x; // expected-note {{declared private here}}
225 void foo(); // expected-note {{declared private here}}
265 Foo(T*, bool); // expected-note {{declared private here}}
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 76 def note_constexpr_temporary_here : Note<"temporary created here">;
132 def note_odr_value_here : Note<"declared here with type %0">;
133 def note_odr_defined_here : Note<"also defined here">;
140 "%0 is a %select{struct|union|class|enum}1 here">;
141 def note_odr_field : Note<"field %0 has type %1 here">;
142 def note_odr_missing_field : Note<"no corresponding field here">;
143 def note_odr_bit_field : Note<"bit-field %0 with type %1 and length %2 here">;
147 "%select{non-virtual|virtual}0 derivation here">;
148 def note_odr_missing_base : Note<"no corresponding base class here">;
151 def note_odr_enumerator : Note<"enumerator %0 with value %1 here">;
    [all...]
DiagnosticCommonKinds.td 21 def note_declared_at : Note<"declared here">;
22 def note_previous_definition : Note<"previous definition is here">;
23 def note_previous_declaration : Note<"previous declaration is here">;
25 "previous implicit declaration is here">;
26 def note_previous_use : Note<"previous use is here">;
27 def note_duplicate_case_prev : Note<"previous case defined here">;
45 "string literal with user-defined suffix cannot be used here">;
47 "character literal with user-defined suffix cannot be used here">;
49 "numeric literal with user-defined suffix cannot be used here">;
76 def note_pragma_entered_here : Note<"#pragma entered here">;
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 385 /* Log Here */
390 /* Log Here */
781 /* Log Here */
787 /* Log Here */
829 /* Log Here */
835 /* Log Here */
841 /* Log Here */
872 /* Log Here */
915 /* Log Here */
921 /* Log Here */
    [all...]
  /external/zlib/contrib/infback9/
infback9.c 245 code here; /* current decoding table entry */ local
387 here = lencode[BITS(lenbits)];
388 if ((unsigned)(here.bits) <= bits) break;
391 if (here.val < 16) {
392 NEEDBITS(here.bits);
393 DROPBITS(here.bits);
394 state->lens[state->have++] = here.val;
397 if (here.val == 16) {
398 NEEDBITS(here.bits + 2);
399 DROPBITS(here.bits)
    [all...]
  /external/zlib/
infback.c 265 code here; /* current decoding table entry */ local
401 here = state->lencode[BITS(state->lenbits)];
402 if ((unsigned)(here.bits) <= bits) break;
405 if (here.val < 16) {
406 DROPBITS(here.bits);
407 state->lens[state->have++] = here.val;
410 if (here.val == 16) {
411 NEEDBITS(here.bits + 2);
412 DROPBITS(here.bits);
422 else if (here.val == 17)
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 383 /* Log Here */
388 /* Log Here */
774 /* Log Here */
780 /* Log Here */
821 /* Log Here */
827 /* Log Here */
833 /* Log Here */
864 /* Log Here */
907 /* Log Here */
913 /* Log Here */
    [all...]
  /external/clang/test/FixIt/
typo.m 7 @interface NSString // expected-note 2{{'NSString' declared here}}
17 @property int *sprop; // expected-note{{'sprop' declared here}}
22 int his_ivar; // expected-note 2{{'his_ivar' declared here}}
27 @property int his_prop; // expected-note{{'his_prop' declared here}}
32 int her_ivar; // expected-note 2{{'her_ivar' declared here}}
35 @property int her_prop; // expected-note{{'her_prop' declared here}}
67 @interface Collide // expected-note{{'Collide' declared here}}
70 int value; // expected-note{{'value' declared here}}
73 @property int value; // expected-note{{'value' declared here}}
91 @protocol NetworkSocket // expected-note{{'NetworkSocket' declared here}}
    [all...]

Completed in 468 milliseconds

<<21222324252627282930>>