HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 201 - 225 of 2980) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaObjC/
arc-invalid.m 16 __autoreleasing id p; // expected-note {{'p' declared here}}
arc-no-runtime.m 10 @property (weak) id testObjectWeakProperty; // expected-note {{declared here}}
attr-ns-bridged.m 14 void Test3(void); // expected-note {{declared here}}
ivar-sem-check-1.m 14 FOO BADFUNC; // expected-error {{field 'BADFUNC' declared as a function}}
method-attributes.m 16 - (int) foo: (int)arg1; // expected-note {{method 'foo:' declared here}}
18 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{method 'foo2:' declared here}}
42 - (void)doSomething2:(id)sender; // expected-note {{method 'doSomething2:' declared here}}
66 - (id) method3: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{method 'method3:' declared here}}
narrow-property-type-in-cont-class.m 12 @property(nonatomic,readonly,retain) NSMutableArray* err_outline; // expected-note {{property declared here}}
property-category-2.m 7 @property float anotherFloat; // expected-note 2 {{property declared}}
stmts.m 8 // Note: NSException is not declared.
  /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/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/valgrind/main/drd/tests/
atomic_var.stderr.exp 7 declared at atomic_var.c:35, in frame #? of thread x
sem_as_mutex3.stderr.exp 5 declared at sem_as_mutex.c:25, in frame #? of thread 1
sem_open3.stderr.exp 5 declared at sem_open.c:25, in frame #? of thread 1
  /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...]
  /cts/tools/signature-tools/src/signature/model/
IExecutableMember.java 44 * Returns the declared exceptions of this executable member.
46 * @return the declared exceptions of this executable member
IPackage.java 47 * Returns all classes declared in this package, including ordinary classes,
51 * @return all classes declared in this package
ITypeVariableDefinition.java 43 * Returns the element on which this type variable is declared.
45 * @return the element on which this type variable is declared
  /external/bison/m4/
environ.m4 27 # Check if a variable is properly declared.
32 AC_MSG_CHECKING([if $2 is properly declared])
printf-frexpl.m4 30 dnl Also check whether it's declared.
42 dnl Also check whether it's declared.
unlocked-io.m4 12 dnl Use only those *_unlocked macros or functions that are declared
13 dnl (because some of them were declared in Solaris 2.5.1 but were removed
  /external/clang/test/ASTMerge/Inputs/
interface1.m 72 // Forward-declared interfaces
77 // Forward-declared protocols
interface2.m 71 // Forward-declared interface
76 // Forward-declared protocols

Completed in 1172 milliseconds

1 2 3 4 5 6 7 891011>>