HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 251 - 275 of 3775) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
property-category-2.m 7 @property float anotherFloat; // expected-note 2 {{property declared}}
selector-1.m 4 - (id) compare: (char) arg1; // expected-note {{method 'compare:' declared here}}
9 - (id) compare: (id) arg1; // expected-note {{method 'compare:' declared here}}
48 @property (nonatomic, assign) float finalVolume; // expected-note {{method 'setFinalVolume:' declared here}}
55 - (void)setFinalVolume:(NSNumber *)finalVolumeNumber; // expected-note {{method 'setFinalVolume:' declared here}}
stmts.m 8 // Note: NSException is not declared.
unused-backing-ivar-warning.m 7 @property (nonatomic, copy) id t; // expected-note {{property declared here}}
8 @property (nonatomic, copy) id u; // expected-note {{property declared here}}
9 @property (nonatomic, copy) id v; // expected-note {{property declared here}}
11 @property (nonatomic, copy) id x; // expected-note {{property declared here}}
12 @property (nonatomic, copy) id y; // expected-note {{property declared here}}
111 @property (assign) long q; // expected-note 2 {{property declared here}}
112 @property (assign, readonly) long r; // expected-note {{property declared here}}
129 @property (readonly) int p2; // expected-note {{property declared here}}
180 @property(strong, atomic, readonly) NSURL *cidURL1; // expected-note {{property declared here}}
instancetype.m 8 + (instancetype)alloc; // expected-note {{explicitly declared 'instancetype'}}
10 - (instancetype)self; // expected-note {{explicitly declared 'instancetype'}}
28 @interface Subclass1 : Root // expected-note 4 {{receiver is instance of class declared here}}
127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its class type 'Subclass3', but is declared to return 'Subclass4 *'}}
132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class type 'Subclass4', but is declared to return 'Subclass3 *'}}
141 - (int)otherMethodInProto2; // expected-warning{{protocol method is expected to return an instance of the implementing class, but is declared to return 'int'}}
151 - (Subclass3 *)self { return 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclass4', but is declared to return 'Subclass3 *'}}
167 - (instancetype)initSubclass2 { // expected-note {{explicitly declared 'instancetype'}}
193 - (instancetype) foo; // expected-note {{current method is explicitly declared 'instancetype' and is expected to return an instance of its class type}}
196 - (instancetype) bar; // expected-note {{current method is explicitly declared 'instancetype' and is expected to return an instance of its class type}
    [all...]
  /external/clang/test/SemaTemplate/
dependent-class-member-operator.cpp 5 template<class T> struct C2; // expected-note {{template is declared here}}
instantiate-typedef.cpp 5 typedef T* type; // expected-error{{'type' declared as a pointer to a reference}}
instantiation-depth-exception-spec.cpp 5 // expected-note 16{{'go' should be declared prior to the call site}} \
  /external/compiler-rt/test/ubsan/TestCases/Misc/
nonnull.cpp 9 // CHECK: nonnull.cpp:[[@LINE+2]]:1: runtime error: null pointer returned from function declared to never return null
  /external/llvm/test/CodeGen/ARM/
log2_not_readnone.ll 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
  /external/llvm/test/CodeGen/X86/
log2_not_readnone.ll 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 57 uint file_mask[TGSI_FILE_COUNT]; /**< bitmask of declared registers */
58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */
59 int file_max[TGSI_FILE_COUNT]; /**< highest index of declared registers */
61 uint immediate_count; /**< number of immediates declared */
  /external/valgrind/drd/tests/
atomic_var.stderr.exp 7 declared at atomic_var.c:35
fp_race.stderr.exp-mips32-be 5 declared at fp_race.c:24
14 declared at fp_race.c:24
23 declared at fp_race.c:24
32 declared at fp_race.c:24
fp_race.stderr.exp-mips32-le 5 declared at fp_race.c:24
14 declared at fp_race.c:24
23 declared at fp_race.c:24
32 declared at fp_race.c:24
sem_as_mutex.stderr.exp-mips32-be 5 declared at sem_as_mutex.c:25
14 declared at sem_as_mutex.c:25
23 declared at sem_as_mutex.c:25
32 declared at sem_as_mutex.c:25
sem_as_mutex.stderr.exp-mips32-le 5 declared at sem_as_mutex.c:25
14 declared at sem_as_mutex.c:25
23 declared at sem_as_mutex.c:25
32 declared at sem_as_mutex.c:25
sem_as_mutex3.stderr.exp 5 declared at sem_as_mutex.c:25
sem_open.stderr.exp-mips32-be 5 declared at sem_open.c:25
14 declared at sem_open.c:25
23 declared at sem_open.c:25
32 declared at sem_open.c:25
sem_open.stderr.exp-mips32-le 5 declared at sem_open.c:25
14 declared at sem_open.c:25
23 declared at sem_open.c:25
32 declared at sem_open.c:25
sem_open3.stderr.exp 5 declared at sem_open.c:25
  /external/valgrind/memcheck/tests/
varinforestrict.stderr.exp 7 declared at varinforestrict.c:31, in frame #1 of thread 1
  /frameworks/base/tests/RemoteDisplayProvider/
README 2 remote display providers using the API declared by the
  /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}}
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}}
301 static void foo(); // expected-note {{declared private here}}
320 static void foo(); // expected-note {{declared private here}
    [all...]
  /external/selinux/secilc/docs/
cil_user_statements.xml 47 <para>Associates a previously declared <literal><link linkend="user">user</link></literal> identifier with a previously declared <literal><link linkend="role">role</link></literal> identifier.</para>
69 <para>A previously declared SELinux <literal><link linkend="user">user</link></literal> identifier.</para>
77 <para>A previously declared <literal><link linkend="role">role</link></literal> or <literal><link linkend="roleattribute">roleattribute</link></literal> identifier.</para>
96 <para>Associates a previously declared <literal><link linkend="user">user</link></literal> identifier with a previously declared <literal><link linkend="level">level</link></literal> identifier. The <literal><link linkend="level">level</link></literal> may be named or anonymous.</para>
118 <para>A previously declared SELinux <literal><link linkend="user">user</link></literal> identifier.</para>
126 <para>A previously declared <literal><link linkend="level">level</link></literal> identifier. This may consist of a single <literal><link linkend="sensitivity">sensitivity</link></literal> with zero or more mixed named and anonymous <literal><link linkend="category">category</link></literal>'s as discussed in the <literal><link linkend="level">level</link></literal> statement.</para>
149 <para>Associates a previously declared <literal><link linkend="user">user</link></literal> identifer with a previously declared <literal><link linkend="levelrange">levelrange</link></literal> identifier. The <literal><link lin (…)
    [all...]

Completed in 1179 milliseconds

<<11121314151617181920>>