HomeSort by relevance Sort by last modified time
    Searched refs:unknown (Results 1 - 25 of 490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
cxx-ambig-decl-expr.cpp 11 unknown *p = 0; // expected-error {{unknown type name 'unknown'}}
12 unknown * p + 0; // expected-error {{undeclared identifier 'unknown'}}
cxx11-type-specifier.cpp 24 auto f() -> unknown; // expected-error{{unknown type name 'unknown'}}
  /external/llvm/test/MC/AsmParser/
directive_incbin.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
dollars-in-identifiers.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
extern.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
line_with_hash.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
conditional_asm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
assignment.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_abort.s 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
directive_comm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_fill.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_include.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_org.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_set.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_symbol_attrs.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
purgem.s 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s
  /external/clang/test/Lexer/
preamble.c 9 #pragma unknown
34 // CHECK-NEXT: #pragma unknown
  /external/llvm/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
  /external/llvm/test/MC/X86/
x86_directives.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/clang/test/Sema/
return.c 14 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/
python_arch.sh 15 echo unknown
20 echo unknown
  /bionic/libc/kernel/arch-x86/asm/
module_32.h 29 #error unknown processor family

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>