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

<<11121314151617181920>>

  /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
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/
p1.cpp 9 void *operator new(size_t);; // expected-error {{'operator new' cannot be declared inside a namespace}}
13 static void *operator new(size_t, int, int); // expected-error {{'operator new' cannot be declared static in global scope}}
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 40 static const int n; // expected-error {{static members cannot be declared in an anonymous union}}
46 static const int k; // expected-error {{static members cannot be declared in an anonymous union}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p1.cpp 8 // -- have the same declared function type as if it had been implicitly
9 // declared
  /external/clang/test/CXX/except/except.spec/
p15.cpp 16 void operator delete(void*); // expected-warning {{function previously declared with an explicit exception specification redeclared with an implicit exception specification}}
17 void operator delete[](void*); // expected-warning {{function previously declared with an explicit exception specification redeclared with an implicit exception specification}}
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p12.cpp 3 template<typename T, T... cs> struct check; // expected-note {{template is declared here}} expected-note {{template is declared here}}
  /external/clang/test/CXX/temp/temp.param/
p3.cpp 4 // declared with class or typename) or template-name (if declared with
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3-0x.cpp 4 // If the name declared in the explicit instantiation is an
6 // namespace where its template is declared or, if that namespace is
  /external/clang/test/CodeGenObjC/
auto-property-synthesize-protocol.m 19 @property int no_auto_req_window; // expected-note {{property declared here}}
26 @implementation I1 // expected-warning {{auto property synthesis will not synthesize property declared in a protocol}}
  /external/clang/test/FixIt/
typo-crash.cpp 6 template<typename T> void template_id1() { // expected-note {{'template_id1' declared here}} \
22 T global(); // expected-note {{'::PR12297::global' declared here}}
  /external/clang/test/Index/
fix-its.c 12 // CHECK: note: 'wibble' declared here
16 // CHECK: note: 'wibble' declared here
  /external/clang/test/Modules/Inputs/stress1/
merge00.h 9 //#pragma weak pragma_weak01 // expected-warning {{weak identifier 'pragma_weak01' never declared}}
10 //#pragma weak pragma_weak04 // expected-warning {{weak identifier 'pragma_waek04' never declared}}
  /external/clang/test/Sema/
implicit-decl.c 6 extern int printf(__const char *__restrict __format, ...); // expected-note{{'printf' declared here}}
27 extern int sformatf(char *str, __const char *__restrict __format, ...); // expected-note{{'sformatf' declared here}}
invalid-decl.c 16 ytype globals_size; // expected-error {{field 'globals_size' declared as a function}}
27 FunctionType fun; // expected-error {{field 'fun' declared as a function}}
knr-def-call.c 15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}}
26 register char *s, c; // expected-warning{{promoted type 'char *' of K&R function parameter is not compatible with the parameter type 'const char *' declared in a previous prototype}}
stdcall-fastcall.c 10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
unused-expr.c 28 sqrt(A); // expected-warning {{ignoring return value of function declared with const attribute}}
79 t5f(); // expected-warning {{ignoring return value of function declared with warn_unused_result}}
91 fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
92 fn2(92, 21); // expected-warning {{ignoring return value of function declared with pure attribute}}
93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}}
94 __builtin_abs(0); // expected-warning {{ignoring return value of function declared with const attribute}}
95 (void)0, fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
104 fn4(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
  /external/clang/test/SemaCXX/
new-array-size-conv.cpp 6 operator int () const { return ValueLength; } // expected-note 3{{conversion to integral type 'int' declared here}}
13 operator E() const; // expected-note{{conversion to enumeration type 'E' declared here}}

Completed in 728 milliseconds

<<11121314151617181920>>