HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 226 - 250 of 3874) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/class.access/class.access.nest/
p1.cpp 25 int y; // expected-note {{declared private here}}
  /external/clang/test/CXX/class.access/
p6.cpp 22 typedef int type; // expected-note {{declared private here}}
38 operator Protected (); // expected-note {{declared protected here}}
39 A(Protected); // expected-note {{declared protected here}}
41 operator Private (); // expected-note {{declared private here}}
42 A(Private); // expected-note {{declared private here}}
126 enum Enum { E0, E1, E2 }; // expected-note 4 {{declared private here}}
147 private: class private_inner {}; // expected-note {{declared private here}}
176 operator UnspecifiedBoolType() const; // expected-note {{implicitly declared private here}}
186 operator char*() const; // expected-note {{implicitly declared private here}}
  /external/clang/test/CXX/temp/temp.param/
p1.cpp 11 class X0 {}; // expected-note{{template is declared here}}
  /external/clang/test/PCH/
pragma-weak.c 10 // expected-warning {{weak identifier 'undeclaredvar' never declared}}
  /external/clang/test/Sema/
implicit-int.c 21 h19_insline(n) // expected-warning {{parameter 'n' was not declared, defaulting to type 'int'}}
x86-attr-force-align-arg-pointer.c 9 // Functions only have to be declared force_align_arg_pointer once.
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 5 int &ref; // expected-note {{declared here}} \
13 const int cint; // expected-note {{declared here}}
79 const int a; // expected-note{{declared here}}
93 X &operator=(const X&); // expected-note{{declared protected here}}
warn-overloaded-virtual.cpp 4 virtual void foo(int); // expected-note {{declared here}}
5 virtual void foo(); // expected-note {{declared here}}
13 void foo(); // expected-note {{declared here}}
17 virtual void foo(void*); // expected-note {{declared here}}
warn-pure-virtual-call-from-ctor-dtor.cpp 6 virtual void f() = 0; // expected-note 2 {{'f' declared here}}
  /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}}
method-not-defined.m 3 @interface Foo // expected-note {{receiver is instance of class 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/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/main/drd/tests/
atomic_var.stderr.exp 7 declared at atomic_var.c:35, in frame #? of thread x

Completed in 213 milliseconds

1 2 3 4 5 6 7 8 91011>>