Searched
full:unknown (Results
551 -
575 of
9189) sorted by null
<<21222324252627282930>>
/external/clang/test/Driver/ |
warning-options.cpp | 8 // ARCABI-NOT: unknown warning option '-Warc-abi' 9 // ARCABI-NOT: unknown warning option '-Wno-arc-abi'
|
/external/clang/test/Lexer/ |
preamble.c | 9 #pragma unknown 34 // CHECK-NEXT: #pragma unknown
|
/external/clang/test/Modules/ |
submodules.cpp | 10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{unknown type name 'remove_reference'}} \ 23 hash_map<int, float> ints_to_floats; // expected-error{{unknown type name 'hash_map'}} \
|
/external/clang/test/OpenMP/ |
linking.c | 5 // RUN: -fopenmp -target i386-unknown-linux \ 12 // RUN: -fopenmp -target x86_64-unknown-linux \
|
/external/clang/test/Sema/ |
invalid-decl.c | 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} 36 static void bar(hid_t p, char); // expected-error {{unknown type name 'hid_t'}}
|
/external/clang/test/SemaCXX/ |
cast-conversion.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-unknown -verify %s -std=c++11
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
IndexType.java | 23 /** "Unknown." Used for undefined opcodes. */ 24 UNKNOWN,
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSLabel.java | 15 Unknown("", 0x80), 71 return Unknown;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 14 (* unknown *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 14 (* unknown *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 14 (* unknown *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 14 (* unknown *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 14 (* unknown *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
token.ml | 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of 14 (* unknown *)
|
/external/llvm/test/Analysis/CostModel/PowerPC/ |
insert_extract.ll | 1 ; RUN: opt < %s -cost-model -analyze -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s 3 target triple = "powerpc64-unknown-linux-gnu"
|
/external/llvm/test/CodeGen/MSP430/ |
2009-09-18-AbsoluteAddr.ll | 4 target triple = "msp430-unknown-unknown"
|
/external/llvm/test/CodeGen/PowerPC/ |
can-lower-ret.ll | 1 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu -mcpu=ppc 2 ; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=ppc64
|
svr4-redzone.ll | 1 ; RUN: llc -mtriple="powerpc-unknown-linux-gnu" < %s | FileCheck %s --check-prefix=PPC32 2 ; RUN: llc -mtriple="powerpc64-unknown-linux-gnu" < %s | FileCheck %s --check-prefix=PPC64
|
/external/llvm/test/CodeGen/X86/ |
9601.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu 6 target triple = "x86_64-unknown-linux-gnu"
|
no-cfi.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -disable-cfi | FileCheck --check-prefix=STATIC %s 2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -disable-cfi -relocation-model=pic | FileCheck --check-prefix=PIC %s
|
/external/llvm/test/MC/ARM/ |
arm_addrmode3.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
|
arm_fixups.s | 1 @ RUN: llvm-mc -triple armv7-unknown-unknown %s --show-encoding > %t
|
/external/llvm/test/MC/AsmParser/ |
directive_values.s | 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
floating-literals.s | 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
ifb.s | 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
Completed in 469 milliseconds
<<21222324252627282930>>