/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/ |
address-026.s | 1 ;; Test unsupported indirect addressing
|
address-027.s | 1 ;; Test unsupported indirect addressing
|
address-028.s | 1 ;; Test unsupported indirect addressing
|
address-029.s | 1 ;; Test unsupported indirect addressing
|
address-030.s | 1 ;; Test unsupported indirect addressing
|
address-031.s | 1 ;; Test unsupported indirect addressing
|
address-032.s | 1 ;; Test unsupported indirect addressing
|
address-033.s | 1 ;; Test unsupported indirect addressing
|
address-034.s | 1 ;; Test unsupported indirect addressing
|
address-035.s | 1 ;; Test unsupported indirect addressing
|
address-036.s | 1 ;; Test unsupported indirect addressing
|
address-037.s | 1 ;; Test unsupported indirect addressing
|
address-038.s | 1 ;; Test unsupported indirect addressing
|
address-039.s | 1 ;; Test unsupported indirect addressing
|
address-040.s | 1 ;; Test unsupported indirect addressing
|
address-041.s | 1 ;; Test unsupported indirect addressing
|
/external/eigen/unsupported/doc/ |
Overview.dox | 3 /** \mainpage Eigen's unsupported modules 5 This is the API documentation for Eigen's unsupported modules. 9 Click on the \e Modules tab at the top of this page to get a list of all unsupported modules. 17 \defgroup Unsupported_modules Unsupported modules 19 The unsupported modules are contributions from various users. They are
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86RelocationFunctions.h | 30 DECL_X86_32_APPLY_RELOC_FUNC(unsupported) 44 { &unsupported, 11, "R_386_32PLT", 0 }, \ 45 { &unsupported, 12, "", 0 }, \ 46 { &unsupported, 13, "", 0 }, \ 47 { &unsupported, 14, "R_386_TLS_TPOFF", 0 }, \ 57 { &unsupported, 24, "R_386_TLS_GD_32", 0 }, \ 58 { &unsupported, 25, "R_386_TLS_GD_PUSH", 0 }, \ 59 { &unsupported, 26, "R_386_TLS_GD_CALL", 0 }, \ 60 { &unsupported, 27, "R_386_TLS_GD_POP", 0 }, \ 61 { &unsupported, 28, "R_386_TLS_LDM_32", 0 }, [all...] |
/external/llvm/test/ExecutionEngine/MCJIT/ |
lit.local.cfg | 5 config.unsupported = False 7 config.unsupported = True 13 config.unsupported = True 16 config.unsupported = False 19 config.unsupported = True 22 config.unsupported = True 26 config.unsupported = True
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
lit.local.cfg | 5 config.unsupported = False 7 config.unsupported = True 13 config.unsupported = True 16 config.unsupported = False 19 config.unsupported = True 22 config.unsupported = True 26 config.unsupported = True
|
/external/clang/test/Lexer/ |
string_concat.cpp | 12 const char* a = u8"abc" u"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 13 const char* b = u8"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 14 const char* c = u8"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}} 17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}} 18 const char* f = u8"abc" LR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}} 21 const char16_t* g = u"abc" u8"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 22 const char16_t* h = u"abc" U"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 23 const char16_t* i = u"abc" L"abc"; // expected-error {{unsupported non-standard concatenation of string literals}} 25 const char16_t* j = u"abc" u8R"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals} [all...] |
/external/llvm/test/ExecutionEngine/ |
lit.local.cfg | 2 config.unsupported = True 6 config.unsupported = True 10 config.unsupported = True 13 config.unsupported = True 16 config.unsupported = True 20 config.unsupported = True
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocationFunctions.h | 51 DECL_HEXAGON_APPLY_RELOC_FUNC(unsupported) 67 { &unsupported, 13, "R_HEX_HL16" }, \ 98 { &unsupported, 44, "R_HEX_DTPMOD_32" }, \ 99 { &unsupported, 45, "R_HEX_DTPREL_LO16" }, \ 100 { &unsupported, 46, "R_HEX_DTPREL_HI16" }, \ 101 { &unsupported, 47, "R_HEX_DTPREL_32" }, \ 102 { &unsupported, 48, "R_HEX_DTPREL_16" }, \ 103 { &unsupported, 49, "R_HEX_GD_PLT_B22_PCREL" }, \ 104 { &unsupported, 50, "R_HEX_GD_GOT_LO16" }, \ 105 { &unsupported, 51, "R_HEX_GD_GOT_HI16" }, [all...] |
/external/clang/test/Preprocessor/ |
microsoft-import.c | 3 #import "pp-record.h" // expected-error {{#import of type library is an unsupported Microsoft feature}} 6 #import "pp-record.h" no_namespace, auto_rename // expected-error {{#import of type library is an unsupported Microsoft feature}} 11 // expected-error@-3 {{#import of type library is an unsupported Microsoft feature}}
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
lit.local.cfg | 9 # Override the parent directory's "unsupported" decision until we can handle 12 config.unsupported = False 14 config.unsupported = True
|