Searched refs:unknown (Results 1 - 25 of 595) 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_incbin.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
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 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 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 Dpurgem.s1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | 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
/external/llvm/test/MC/X86/
H A Dx86_directives.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
/external/chromium/build/linux/
H A Dpython_arch.sh15 echo unknown
20 echo unknown
/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...]

Completed in 616 milliseconds

1234567891011>>