HomeSort by relevance Sort by last modified time
    Searched full:have (Results 351 - 375 of 59665) sorted by null

<<11121314151617181920>>

  /external/clang/test/Headers/
ms-wchar.c 10 #error "_WCHAR_T_DEFINED should have been set by stddef.h"
  /external/clang/test/Parser/
access-spec-attrs.cpp 4 public __attribute__((unavailable)): // expected-error {{access specifier can only have annotation attributes}}
cxx-typeid.cpp 3 // FIXME: This should really include <typeinfo>, but we don't have that yet.
  /external/clang/test/Preprocessor/
non_fragile_feature.m 3 #error Should have __has_feature
non_fragile_feature1.m 3 #error Should have __has_feature
warning_tests.c 3 #error Should have __has_warning
9 // expected-warning@+2 {{Should have -Wparentheses}}
11 #warning Should have -Wparentheses
45 #error Expansion should have occurred
  /external/clang/test/SemaCXX/
attr-weakref.cpp 15 static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6' must also have an alias attribute}}
27 int a7() __attribute__((weakref ("f1"))); // expected-error {{weakref declaration must have internal linkage}}
28 int a8 __attribute__((weakref ("v1"))); // expected-error {{weakref declaration must have internal linkage}}
31 int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9' must also have an alias attribute}}
member-class-11.cpp 6 Y::~Y() { } // expected-error{{non-friend class member '~Y' cannot have a qualified name}}
member-location.cpp 2 // PR4103: Make sure we have a location for the error
  /external/clang/test/SemaObjC/
illegal-nonarc-bridged-cast.m 19 id obj1 = (__bridge_transfer id)CFCreateSomething(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
20 id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
27 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
28 CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
rdr-6211479-array-property.m 7 @property(assign) T p2; // expected-error {{property cannot have array or function type 'T' (aka 'int [2]')}}
  /external/clang/test/SemaOpenCL/
invalid-kernel.cl 5 kernel int bar() { // expected-error {{kernel must have void return type}}
  /external/kernel-headers/original/asm-x86/
mmu.h 8 * The x86 doesn't have a mmu context, but
pgtable-2level-defs.h 14 * the i386 is two-level, so we don't really have any
  /external/libpcap/
acconfig.h 3 * have different implementation details so for now we
  /external/llvm/docs/HistoricalNotes/
2003-01-23-CygwinNotes.txt 8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
12 2. Mingw doesn't have <dlfcn.h> (because Windows doesn't have it.)
18 change them to have .a's.
  /external/llvm/test/CodeGen/X86/
alignment.ll 3 ; This cannot get rounded up to the preferred alignment (16) if they have an
14 ; they have an explicit alignment specified.
27 ; This cannot get rounded up to the preferred alignment (16) if they have an
37 ; they have an explicit alignment specified and a section specified.
  /external/llvm/test/Linker/
module-flags-5-a.ll 5 ; CHECK: linking module flags 'foo': IDs have conflicting override values
module-flags-6-a.ll 5 ; CHECK: linking module flags 'foo': IDs have conflicting values
module-flags-7-a.ll 5 ; CHECK: linking module flags 'foo': IDs have conflicting behaviors
  /external/llvm/test/MC/ARM/
multi-section-mapping.s 25 @ + .text to have $a at 0 and no others
26 @ + .wibble to have $a at 0
27 @ + .starts_thumb to have $t at 0
28 @ + .starts_data to have $d at 0
  /external/llvm/test/Verifier/
llvm.used-invalid-type2.ll 4 ; CHECK: Only global arrays can have appending linkage!
  /external/llvm/test/YAMLParser/
spec-07-08.data 6 # Named handles have no default:
  /external/markdown/tests/extensions-x-footnotes/
named_markers.txt 2 that have named[^bar] markers and
  /external/markdown/tests/misc/
php.html 4 <p><b>This should have a p tag</b></p>

Completed in 1072 milliseconds

<<11121314151617181920>>