HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 176 - 200 of 14636) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p10.cpp 10 123wibble; // expected-error {{invalid suffix 'wibble'}}
11 123.0wibble; // expected-error {{invalid suffix 'wibble'}}
12 const char *p = ""wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
13 const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
  /external/clang/test/Parser/
cxx-typeof.cpp 12 __typeof(S::i) foo(); // expected-error {{invalid use of non-static data member 'i'}}
  /external/clang/test/Sema/
arm-asm.c 5 asm volatile ("lw (r1), %0[val]": "=&b"(Val)); // expected-error {{invalid output constraint '=&b' in asm}}
neon-vector-types.c 25 typedef __attribute__((neon_vector_type(2))) double double_elt; // expected-error{{invalid vector element type}}
26 typedef __attribute__((neon_vector_type(4))) void* ptr_elt; // expected-error{{invalid vector element type}}
27 typedef __attribute__((neon_polyvector_type(4))) float32_t bad_poly_elt; // expected-error{{invalid vector element type}}
29 typedef __attribute__((neon_vector_type(8))) struct aggr aggregate_elt; // expected-error{{invalid vector element type}}
  /external/llvm/test/Assembler/
2006-09-28-CrashOnInvalid.ll 4 ; RUN: grep "floating point constant invalid for type" %t
2007-01-16-CrashOnBadCast.ll 2 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "invalid cast opcode for cast from"
invalid_cast.ll 3 ; CHECK: invalid cast opcode for cast from '<4 x i64>' to '<3 x i8>'
invalid_cast2.ll 3 ; CHECK: invalid cast opcode for cast from '<4 x i64>' to 'i8'
  /external/llvm/test/MC/AsmParser/
purgem.s 12 # CHECK: error: invalid instruction mnemonic 'foo'
  /external/llvm/test/MC/Disassembler/SystemZ/
trunc-01.txt 3 # CHECK: warning: invalid instruction encoding
trunc-02.txt 3 # CHECK: warning: invalid instruction encoding
  /external/llvm/test/MC/Disassembler/X86/
invalid-VEX-vvvv.txt 1 # RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 2>&1 | grep "invalid instruction encoding"
  /external/llvm/test/MC/MachO/
bad-dollar.s 5 // CHECK-ERROR: 4:7: error: invalid token in expression
  /external/llvm/test/MC/X86/AlignedBundling/
bundle-lock-option-error.s 4 # CHECK: error: invalid option
  /external/llvm/test/Transforms/Mem2Reg/
2002-05-01-ShouldNotPromoteThisAlloca.ll 2 ; the %r alloca, even though it is invalid to do so in this case!
  /external/llvm/test/Verifier/
llvm.used-invalid-init2.ll 6 ; CHECK: invalid llvm.used member
  /external/nist-sip/java/javax/sip/
DialogState.java 17 "Invalid dialog state: " + state);
  /external/smack/src/org/xbill/DNS/
WireParseException.java 8 * An exception thrown when a DNS message is invalid.
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 1 Jump to the invalid address stated on the next line
signal2.stderr.exp 0 Invalid write of size 4
  /frameworks/compile/slang/tests/F_kernel_static/
stderr.txt.expect 2 kernel_static.rs:18:36: error: Invalid use of attribute kernel with static function declaration: static_kernel
  /frameworks/compile/slang/tests/P_set_target_api_11/
set_target_api_11.rs 6 #error Invalid RS_VERSION
  /frameworks/compile/slang/tests/P_set_target_api_12/
set_target_api_12.rs 6 #error Invalid RS_VERSION
  /frameworks/compile/slang/tests/P_set_target_api_13/
set_target_api_13.rs 6 #error Invalid RS_VERSION
  /frameworks/compile/slang/tests/P_set_target_api_14/
set_target_api_14.rs 6 #error Invalid RS_VERSION

Completed in 802 milliseconds

1 2 3 4 5 6 78 91011>>