Searched refs:unknown (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Ddirective_line.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s
H A Ddollars-in-identifiers.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
H A Dconditional_asm.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddirective_file.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_loc.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s
H A Dassignment.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_abort.s1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
H A Ddirective_comm.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_fill.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_include.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddirective_org.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_set.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_symbol_attrs.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_thread_init_func.s1 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
H A Difdef.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Difndef.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/clang/test/Lexer/
H A Dpreamble.c9 #pragma unknown
34 // CHECK-NEXT: #pragma unknown
/external/llvm/test/MC/ARM/
H A Darm_word_directive.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
H A Dmode-switch.s2 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding <%s | FileCheck %s
/external/llvm/test/MC/X86/
H A Dx86_directives.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/clang/test/Sema/
H A Dreturn.c14 int unknown();
56 unknown();
60 (void)(1 + unknown());
66 (void)(halt3() + unknown());
70 (void)(unknown() || halt3());
74 (void)(unknown() && halt3());
78 (void)(halt3() || unknown());
82 (void)(halt3() && unknown());
86 (void)(1 || unknown());
90 (void)(0 || unknown());
[all...]
/external/chromium/build/linux/
H A Dpython_arch.sh15 echo unknown
20 echo unknown
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
14 (* unknown *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
14 (* unknown *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
14 (* unknown *)

Completed in 203 milliseconds

1234567891011>>