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

1234567891011>>

/external/clang/test/Parser/
H A Dcxx-ambig-decl-expr.cpp11 unknown *p = 0; // expected-error {{unknown type name 'unknown'}}
12 unknown * p + 0; // expected-error {{undeclared identifier 'unknown'}}
H A Dcxx11-type-specifier.cpp24 auto f() -> unknown; // expected-error{{unknown type name 'unknown'}}
/external/llvm/test/MC/AsmParser/
H A Ddirective_line.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddollars-in-identifiers.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
H A Dextern.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Dline_with_hash.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_file.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddirective_loc.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddirective_incbin.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddot-symbol-non-absolute.s1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
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_end.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
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
/external/clang/test/Lexer/
H A Dpreamble.c9 #pragma unknown
34 // CHECK-NEXT: #pragma unknown
/external/llvm/test/MC/X86/
H A Dx86_directives.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Dx86-target-directives.s5 # CHECK: unknown directive .code42
6 # CHECK-NOT: unknown directive
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
/external/llvm/test/MC/PowerPC/
H A Dppc-machine.s1 # RUN: llvm-mc -triple powerpc-unknown-unknown %s
2 # RUN: llvm-mc -triple powerpc64-unknown-unknown %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown %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/llvm/test/MC/ARM/
H A Dnot-armv4.s1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s

Completed in 3264 milliseconds

1234567891011>>