HomeSort by relevance Sort by last modified time
    Searched full:must (Results 51 - 75 of 51864) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
builtins-arm-msvc-compat-error.c 4 __emit(opcode); // expected-error {{argument to '__emit' must be a constant integer}}
  /external/clang/test/FixIt/
fixit-objc-arc.m 20 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
21 g("Foo"); // expected-error {{string literal must be prefixed by '@'}}
22 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}}
23 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
  /external/clang/test/Parser/
bracket-crash.cpp 8 // PR14549. Must be at end of file.
  /external/clang/test/Preprocessor/
invalid-__has_warning1.c 3 // These must be the last lines in this test.
invalid-__has_warning2.c 3 // These must be the last lines in this test.
  /external/clang/test/SemaCUDA/
qualifiers.cu 6 __global__ int g2(int x) { // expected-error {{must have void return type}}
  /external/clang/test/SemaCXX/
PR12778.cpp 3 void operator delete() throw(void*); // expected-error{{'operator delete' must have at least one parameter}}
illegal-member-initialization.cpp 13 X() { } // expected-error {{constructor for 'X' must explicitly initialize the reference member 'value'}} \
14 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cvalue'}} \
15 // expected-error {{constructor for 'X' must explicitly initialize the reference member 'b'}} \
16 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cb'}}
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 4 #define O_DIRECTORY 040000 /* must be a directory */
  /external/kernel-headers/original/uapi/linux/netfilter/ipset/
ip_set_hash.h 12 /* Protocol missing but must be specified */
  /external/libxml2/test/schematron/
zvon2.sct 5 <name/> must not contain character @
  /external/llvm/test/Assembler/
internal-hidden-function.ll 4 ; CHECK: symbol with local linkage must have default visibility
internal-hidden-variable.ll 4 ; CHECK: symbol with local linkage must have default visibility
internal-protected-function.ll 4 ; CHECK: symbol with local linkage must have default visibility
internal-protected-variable.ll 4 ; CHECK: symbol with local linkage must have default visibility
invalid-datalayout15.ll 3 ; CHECK: Invalid preferred alignment, must be a 16bit integer
invalid-datalayout16.ll 3 ; CHECK: Invalid ABI alignment, must be a 16bit integer
invalid-datalayout17.ll 3 ; CHECK: Invalid bit width, must be a 24bit integer
invalid-datalayout20.ll 5 ; CHECK: Pointer ABI alignment must be a power of 2
invalid-datalayout21.ll 5 ; CHECK: Pointer preferred alignment must be a power of 2
invalid-datalayout22.ll 5 ; CHECK: ABI alignment specification must be >0 for non-aggregate types
invalid-datalayout23.ll 5 ; CHECK: Invalid ABI alignment, must be a power of 2
invalid-datalayout24.ll 5 ; CHECK: Invalid preferred alignment, must be a power of 2
invalid-datalayout4.ll 3 ; CHECK: Invalid address space, must be a 24bit integer
invalid-datalayout7.ll 3 ; CHECK: number of bits must be a byte width multiple

Completed in 578 milliseconds

1 23 4 5 6 7 8 91011>>