HomeSort by relevance Sort by last modified time
    Searched full:unknown (Results 251 - 275 of 9189) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
2009-05-04-PureConstNounwind.cpp 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fexceptions -emit-llvm %s -o - | FileCheck %s
2009-12-23-MissingSext.cpp 1 // RUN: %clang_cc1 %s -triple x86_64-unknown-unknown -emit-llvm -o - | FileCheck %s
alloca-align.cpp 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
debug-info-zero-length-arrays.cpp 1 // RUN: %clang -target x86_64-unknown-unknown -fverbose-asm -g -O0 -S -emit-llvm %s -o - | FileCheck %s
mangle-extern-local.cpp 1 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -emit-llvm -o - | FileCheck %s
regparm.cpp 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
thunk-linkonce-odr.cpp 1 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -emit-llvm -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
class-type.m 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s
  /external/clang/test/Driver/
constructors.c 8 // RUN: -target i386-unknown-linux \
14 // RUN: -target i386-unknown-linux \
20 // RUN: -target i386-unknown-linux \
25 // RUN: -target i386-unknown-linux \
31 // RUN: -target i386-unknown-linux \
36 // RUN: -target arm-unknown-linux-androideabi \
41 // RUN: -target mipsel-unknown-linux-android \
46 // RUN: -target i386-unknown-linux-android \
  /external/clang/test/Modules/
decldef.mm 17 A *a1; // expected-error{{unknown type name 'A'}}
18 B *b1; // expected-error{{unknown type name 'B'}}
  /external/clang/test/Parser/
cxx-undeclared-identifier.cpp 6 c (*p)[]; // expected-error {{unknown type name 'c'}}
7 itn f(char *p, *q); // expected-error {{unknown type name 'itn'}} expected-error {{requires a type specifier}}
  /external/clang/test/Preprocessor/
iwithprefix.c 5 // RUN: %clang_cc1 -triple x86_64-unknown-unknown \
  /external/clang/test/SemaObjC/
at-defs.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 %s -fsyntax-only
static-ivar-ref-1.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -ast-print %s 2>&1 | FileCheck %s
  /external/llvm/test/CodeGen/ARM/
ehabi-no-landingpad.ll 1 ; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi \
5 target triple = "armv7-unknown-linux-gnueabi"
floorf.ll 1 ; RUN: llc -mtriple=arm-unknown-unknown < %s | FileCheck %s
  /external/llvm/test/CodeGen/PowerPC/
novrsave.ll 1 ; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu < %s | FileCheck %s
2 ; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu < %s | FileCheck %s
vrspill.ll 1 ; RUN: llc -O0 -mtriple=powerpc-unknown-linux-gnu -mattr=+altivec -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -O0 -mtriple=powerpc64-unknown-linux-gnu -mattr=+altivec -verify-machineinstrs < %s | FileCheck %s
  /external/llvm/test/CodeGen/Thumb/
iabs.ll 1 ; RUN: llc < %s -mtriple=thumb-unknown-unknown -filetype=obj -o %t.o
  /external/llvm/test/CodeGen/X86/
eh_frame.ll 1 ; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu | FileCheck -check-prefix=STATIC %s
2 ; RUN: llc < %s -mtriple x86_64-unknown-linux-gnu -relocation-model=pic | FileCheck -check-prefix=PIC %s
pr14333.ll 1 ; RUN: llc -mtriple=x86_64-unknown-unknown < %s
rtm.ll 1 ; RUN: llc < %s -mattr=+rtm -mtriple=x86_64-unknown-unknown | FileCheck %s
  /external/llvm/test/MC/AsmParser/
directive_ascii.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
expr_symbol_modifiers.s 1 // RUN: not llvm-mc -triple x86_64-unknown-unknown %s > %t 2> %t.err
  /external/llvm/test/MC/Disassembler/ARM/
invalid-IT-CC15.txt 1 # RUN: llvm-mc --disassemble %s -triple=thumbv7-unknown-unknown 2>&1 | grep und

Completed in 330 milliseconds

<<11121314151617181920>>