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

<<31323334353637383940>>

  /external/clang/test/Sema/
redefinition.c 2 int f(int a) { return 0; } // expected-note {{previous definition is here}}
struct-compat.c 4 extern struct {int a;} x; // expected-note {{previous definition is here}}
types.c 30 typedef __int128 check_int_128; // expected-note {{here}}
31 typedef __int128_t check_int_128; // expected-note {{here}} expected-warning {{redefinition}}
34 typedef unsigned __int128 check_uint_128; // expected-note {{here}}
35 typedef __uint128_t check_uint_128; // expected-note {{here}} expected-warning {{redefinition}}
  /external/clang/test/SemaCXX/
class-names.cpp 16 class D; // expected-note {{previous use is here}}
constexpr-strlen.cpp 14 int arr[3]; // expected-note {{here}}
uninit-variables-conditional.cpp 22 return x; // expected-warning {{variable 'x' may be uninitialized when used here}}
warn-pure-virtual-call-from-ctor-dtor.cpp 6 virtual void f() = 0; // expected-note 2 {{'f' declared here}}
warn-unused-variables.cpp 77 S<int>().f(); // expected-note {{here}}
78 S<char>().f(); // expected-note {{here}}
79 f<int>(); // expected-note {{here}}
80 f<char>(); // expected-note {{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}}
class-method-self.m 6 - (void)addObserver:(XX*)o; // expected-note 2{{passing argument to parameter 'o' here}}
debugger-cast-result-to-id.m 12 @class NSString; // expected-note {{forward declaration of class here}}
forward-class-redeclare.m 11 typedef NSObject <PLAssetContainer> PLAlbum; // expected-note {{previous definition is here}}
method-arg-qualifier-warning.m 6 - (BOOL)isEqualToString:(NSString *)aString; // expected-note 2{{passing argument to parameter 'aString' here}}
narrow-property-type-in-cont-class.m 12 @property(nonatomic,readonly,retain) NSMutableArray* err_outline; // expected-note {{property declared here}}
property-ns-returns-not-retained-attr.m 10 @property (nonatomic, retain) id newName2 __attribute__((ns_returns_not_retained)); // expected-note {{roperty declared here}}
uninit-variables.m 7 return x; // expected-warning{{variable 'x' is uninitialized when used here}}
  /external/clang/test/SemaObjCXX/
debugger-cast-result-to-id.mm 12 @class NSString; // expected-note {{forward declaration of class here}}
ivar-construct.mm 6 ~Y(); // expected-note 3{{declared private here}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 17 template<class U> class A; // expected-note{{previous template declaration is here}}
25 template<INT M> class NonTypeTemplateParm; // expected-note{{previous non-type template parameter with type 'INT' (aka 'int') is here}}
31 template<template<class> class Y> class TemplateTemplateParm; // expected-note{{previous template declaration is here}} \
32 // expected-note{{previous template template parameter is here}}
dependent-class-member-operator.cpp 5 template<class T> struct C2; // expected-note {{template is declared here}}
instantiate-typedef.cpp 14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
  /external/compiler-rt/BlocksRuntime/tests/
rdar6405500.c 27 printf("shouldn't get here\n");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
_README.txt 2 your files into CVS here, just point the scripts at your own properties

Completed in 187 milliseconds

<<31323334353637383940>>