/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 3 # FIXME: decode as beqlr 0 7 # FIXME: decode as beqlr 1 11 # FIXME: decode as beqlr 2 15 # FIXME: decode as beqlr 3 19 # FIXME: decode as beqlr 4 23 # FIXME: decode as beqlr 5 27 # FIXME: decode as beqlr 6 31 # FIXME: decode as beqlr 7 299 # FIXME: decode as bltlr 2 303 # FIXME: decode as bltlr 0 [all …]
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 3 # FIXME: decode as beqlr 0 7 # FIXME: decode as beqlr 1 11 # FIXME: decode as beqlr 2 15 # FIXME: decode as beqlr 3 19 # FIXME: decode as beqlr 4 23 # FIXME: decode as beqlr 5 27 # FIXME: decode as beqlr 6 31 # FIXME: decode as beqlr 7 299 # FIXME: decode as bltlr 2 303 # FIXME: decode as bltlr 0 [all …]
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
D | Extract.cpp | 96 // FIXME: Support C++ method extraction. 97 // FIXME: Support Objective-C method extraction. 106 // FIXME (Alex L): Add code that accounts for macro locations. in createSourceReplacements() 113 // FIXME: Capture used variables. in createSourceReplacements() 117 // FIXME (Alex L): Account for the return statement in extracted code. in createSourceReplacements() 118 // FIXME (Alex L): Check for lexical expression instead. in createSourceReplacements() 121 // FIXME (Alex L): Get a more user-friendly type if needed. in createSourceReplacements() 125 // FIXME: Rewrite the extracted code performing any required adjustments. in createSourceReplacements() 127 // FIXME: Capture any field if necessary (method -> function extraction). in createSourceReplacements() 129 // FIXME: Sort captured variables by name. in createSourceReplacements() [all …]
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_template_cxx1z.cpp | 8 template<template<int..., int...> typename> struct TPiPi; // FIXME: Why is this not ill-formed? 59 using err2 = tT0<short, i>; // FIXME: should this be OK? 60 using err2a = tT0<long long, i>; // FIXME: should this be OK (if long long is larger than int)? 81 TInt<AutoPtr> iap; // FIXME: ill-formed (?) 93 TAuto<AutoPtr> aap; // FIXME: ill-formed (?) 94 TAuto<Int> ai; // FIXME: ill-formed (?) 95 TAuto<IntPtr> aip; // FIXME: ill-formed (?) 99 TAutoPtr<Int> api; // FIXME: ill-formed (?) 100 TAutoPtr<IntPtr> apip; // FIXME: ill-formed (?) 103 TDecltypeAuto<Int> dai; // FIXME: ill-formed (?) [all …]
|
D | temp_arg_nontype_cxx20.cpp | 11 using F1 = Float<1.0f>; // FIXME expected-error {{sorry}} 12 using F1 = Float<2.0f / 2>; // FIXME expected-error {{sorry}} 20 using IPn = IntPtr<&n + 1>; // FIXME expected-error {{refers to subobject}} 21 using IPn = IntPtr<&n + 1>; // FIXME expected-error {{refers to subobject}} 23 using IP2 = IntPtr<&s.n[2]>; // FIXME expected-error {{refers to subobject}} 24 using IP2 = IntPtr<s.n + 2>; // FIXME expected-error {{refers to subobject}} 26 using IP3 = IntPtr<&s.n[3]>; // FIXME expected-error {{refers to subobject}} 27 using IP3 = IntPtr<s.n + 3>; // FIXME expected-error {{refers to subobject}} 33 using IP2 = IntRef<s.n[2]>; // FIXME expected-error {{refers to subobject}} 34 using IP2 = IntRef<*(s.n + 2)>; // FIXME expected-error {{refers to subobject}} [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.h | 176 /* FIXME: The following two variables are used to save offset 249 * @param p_stream FIXME DOC 250 * @param p_image FIXME DOC 251 * @param p_manager FIXME DOC 267 * @param p_manager FIXME DOC 292 * @param p_image FIXME DOC 293 * @param p_manager FIXME DOC 326 * @param p_image FIXME DOC 354 * @param p_tile_index FIXME DOC 355 * @param p_data_size FIXME DOC [all …]
|
D | j2k.h | 130 …J2K_STATE_ERR = 0x8000 /**< the decoding process has encountered an error (FIXME warning V1 = … 208 * FIXME DOC 220 * FIXME DOC 482 * SOD reader function. FIXME NOT USED for the moment 549 /* FIXME DOC*/ 646 * @param p_image FIXME DOC 675 * @param p_data FIXME DOC 676 * @param p_data_size FIXME DOC 690 * @param p_tile_index FIXME DOC 691 * @param p_data_size FIXME DOC [all …]
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/asan/ |
D | BUILD.gn | 23 assert(current_os != "win", "FIXME") 109 # FIXME: have SANITIZER_COMMON_CFLAGS thingy? should fno-builtin be in 116 # FIXME: link rt dl m pthread log 117 # FIXME: dep on libcxx-headers? 118 # FIXME: add_sanitizer_rt_version_list (cf hwasan) 119 # FIXME: need libclang_rt.asan*.a.syms? 120 # FIXME: windows flags (-Zl -nodefaultlibs) 121 # FIXME: asan_blacklist.txt 171 # FIXME: better 174 # FIXME: -Wl,-rpath [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release-path-notes.m | 285 [_unownedProp retain]; // FIXME-note {{Object loaded from instance variable}} 286 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}} 287 [_unownedProp release]; // FIXME-note {{Reference count decremented}} 288 …[_unownedProp release]; // FIXME-note {{Incorrect decrement of the reference count of an object th… 289 // FIXME-warning@-1 {{not owned at this point by the caller}} 293 [_ownedProp retain]; // FIXME-note {{Object loaded from instance variable}} 294 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}} 295 [_ownedProp release]; // FIXME-note {{Reference count decremented}} 296 [_ownedProp release]; // FIXME-note {{Strong instance variable relinquished. Object released}} 297 [_ownedProp myMethod]; // FIXME-note {{Reference-counted object is used after it is released}} [all …]
|
D | handle_constructors_with_new_array.cpp | 5 // The FIXME: tags indicate where we expect different output. 62 // FIXME: Should be TRUE, not FALSE. in test_automatic_aggregate() 64 // FIXME: Should be TRUE, not FALSE. in test_automatic_aggregate() 66 // FIXME: Should be TRUE, not FALSE. in test_automatic_aggregate() 76 // FIXME: Should be TRUE, not FALSE. in test_dynamic_aggregate() 78 // FIXME: Should be TRUE, not FALSE. in test_dynamic_aggregate() 80 // FIXME: Should be TRUE, not FALSE. in test_dynamic_aggregate()
|
D | properties.m | 688 [_ownedProp release]; // FIXME-warning{{used after it is released}} 694 [_unownedProp release]; // FIXME-warning{{not owned at this point by the caller}} 701 [_ivarOnly release]; // FIXME-warning{{used after it is released}} 708 [_readonlyProp release]; // FIXME-warning{{used after it is released}} 715 [_implicitManualProp release]; // FIXME-warning{{used after it is released}} 721 [_implicitSynthProp release]; // FIXME-warning{{not owned at this point by the caller}} 728 CFRelease(_cfProp); // FIXME-warning{{used after it is released}} 735 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}} 742 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}} 751 CFUse(_cfProp); // FIXME-warning{{used after it is released}} [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fp16-fmla.ll | 87 ; CHECK-FIXME: Currently LLVM produces inefficient code: 90 ; CHECK-FIXME: It should instead produce the following instruction: 91 ; CHECK-FIXME: fmla {{v[0-9]+}}.4h, {{v[0-9]+}}.4h, {{v[0-9]+}}.4h 101 ; CHECK-FIXME: Currently LLVM produces inefficient code: 104 ; CHECK-FIXME: It should instead produce the following instruction: 105 ; CHECK-FIXME: fmla {{v[0-9]+}}.4h, {{v[0-9]+}}.4h, {{v[0-9]+}}.4h 115 ; CHECK-FIXME: Currently LLVM produces inefficient code: 118 ; CHECK-FIXME: It should instead produce the following instruction: 119 ; CHECK-FIXME: fmla {{v[0-9]+}}.8h, {{v[0-9]+}}.8h, {{v[0-9]+}}.8h 129 ; CHECK-FIXME: Currently LLVM produces inefficient code: [all …]
|
/external/antlr/runtime/Python/unittests/ |
D | testexceptions.py | 18 @testbase.broken("FIXME", Exception) 28 @testbase.broken("FIXME", Exception) 38 @testbase.broken("FIXME", Exception) 48 @testbase.broken("FIXME", Exception) 58 @testbase.broken("FIXME", Exception) 68 @testbase.broken("FIXME", Exception) 78 @testbase.broken("FIXME", Exception) 88 @testbase.broken("FIXME", Exception)
|
/external/antlr/runtime/Python3/unittests/ |
D | testexceptions.py | 18 @testbase.broken("FIXME", Exception) 28 @testbase.broken("FIXME", Exception) 38 @testbase.broken("FIXME", Exception) 48 @testbase.broken("FIXME", Exception) 58 @testbase.broken("FIXME", Exception) 68 @testbase.broken("FIXME", Exception) 78 @testbase.broken("FIXME", Exception) 88 @testbase.broken("FIXME", Exception)
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | elf_header.s | 19 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips1 -target-abi=o32 … 20 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips2 -target-abi=o32 … 21 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips3 -target-abi=o32 … 22 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 -target-abi=o32 … 23 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips5 -target-abi=o32 … 24 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -target-abi=o32 … 25 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 … 26 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 … 27 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r2 -target-abi=o32 … 28 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r3 -target-abi=o32 … [all …]
|
/external/llvm/test/MC/Mips/ |
D | expansion-jal-sym-pic.s | 128 # FIXME: The .text section MCSymbol isn't created when printing assembly. However, 131 # O32-FIXME: lw $25, %got(.text)($gp) # encoding: [0x8f,0x99,A,A] 132 # O32-FIXME: # fixup A - offset: 0, value: %got(.text), kin… 133 # O32-FIXME: addiu $25, $25, %lo(.text) # encoding: [0x27,0x39,A,A] 134 # O32-FIXME: # fixup A - offset: 0, value: %lo(.text), kind… 136 # N32-FIXME: lw $25, %got_disp(.text)($gp) # encoding: [0x8f,0x99,A,A] 137 # N32-FIXME: # fixup A - offset: 0, value: %got_disp(.text)… 139 # N64-FIXME: ld $25, %got_disp(.text)($gp) # encoding: [0xdf,0x99,A,A] 140 # N64-FIXME: # fixup A - offset: 0, value: %got_disp(.text)… 142 # O32-MICROMIPS-FIXME: lw $25, %got(.text)($gp) # encoding: [0xff,0x3c,A,A] [all …]
|
/external/nist-sip/java/gov/nist/core/ |
D | InternalErrorHandler.java | 43 System.err.println ("Unexpected internal error FIXME!! " + ex.getMessage()); in handleException() 45 throw new RuntimeException("Unexpected internal error FIXME!! " + ex.getMessage(), ex); in handleException() 52 System.err.println ("Unexpected internal error FIXME!! " + ex.getMessage()); in handleException() 53 stackLogger.logError("UNEXPECTED INTERNAL ERROR FIXME " + ex.getMessage()); in handleException() 56 throw new RuntimeException("Unexpected internal error FIXME!! " + ex.getMessage(), ex); in handleException() 65 System.err.println("Unexepcted INTERNAL ERROR FIXME!!"); in handleException() 73 stackLogger.logError("Unexepcted INTERNAL ERROR FIXME!!"); in handleException()
|
/external/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules 48 // FIXME: <stdalign.h> is missing. 59 // FIXME: This module only exists on OS X and for some reason the 78 // FIXME: <uchar.h> is missing. 161 // FIXME: <cstdalign> is missing. 201 // FIXME: <cuchar> is missing. 323 // FIXME: should re-export ios, streambuf? 370 // FIXME: should re-export ios, streambuf? 403 // FIXME: should re-export istream, ostream, ios, streambuf, string? 494 // FIXME: These should be private. [all …]
|
/external/clang/test/Analysis/ |
D | properties.m | 660 [_ownedProp release]; // FIXME-warning{{used after it is released}} 666 [_unownedProp release]; // FIXME-warning{{not owned at this point by the caller}} 673 [_ivarOnly release]; // FIXME-warning{{used after it is released}} 680 [_readonlyProp release]; // FIXME-warning{{used after it is released}} 687 [_implicitManualProp release]; // FIXME-warning{{used after it is released}} 693 [_implicitSynthProp release]; // FIXME-warning{{not owned at this point by the caller}} 700 CFRelease(_cfProp); // FIXME-warning{{used after it is released}} 707 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}} 714 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}} 723 CFUse(_cfProp); // FIXME-warning{{used after it is released}} [all …]
|
/external/llvm-project/llvm/utils/docker/example/ |
D | Dockerfile | 12 # FIXME: Replace 'ubuntu' with your base image 14 # FIXME: Change maintainer name 16 # FIXME: Install llvm/clang build dependencies here. Including compiler to 31 # FIXME: Replace 'ubuntu' with your base image. 33 # FIXME: Change maintainer name. 35 # FIXME: Install all packages you want to have in your release container.
|
/external/llvm-project/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules 51 // FIXME: <stdalign.h> is missing. 62 // FIXME: This module only exists on OS X and for some reason the 81 // FIXME: <uchar.h> is missing. 164 // FIXME: <cstdalign> is missing. 204 // FIXME: <cuchar> is missing. 339 // FIXME: should re-export ios, streambuf? 395 // FIXME: should re-export ios, streambuf? 433 // FIXME: should re-export istream, ostream, ios, streambuf, string? 524 // FIXME: These should be private. [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 660 // FIXME: under ASan the call below may write to freed memory and corrupt 671 // FIXME: under ASan the call below may write to freed memory and corrupt 712 // FIXME: under ASan the call below may write to freed memory and corrupt 730 // FIXME: under ASan the call below may write to freed memory and corrupt 748 // FIXME: under ASan the call below may write to freed memory and corrupt 816 // FIXME: this check should be _before_ the call to REAL(write), not after 995 // FIXME: under ASan the call below may write to freed memory and corrupt 1008 // FIXME: under ASan the call below may write to freed memory and corrupt 1021 // FIXME: under ASan the call below may write to freed memory and corrupt 1034 // FIXME: under ASan the call below may write to freed memory and corrupt [all …]
|
/external/clang/test/CXX/drs/ |
D | dr2xx.cpp | 24 // dr201 FIXME: write codegen test 34 // FIXME (export) dr204: no 57 // dr208 FIXME: write codegen test 68 // dr210 FIXME: write codegen test 120 // FIXME: Should reject this: 'f' has linkage but its type does not, 127 // FIXME: Should reject this: 'f' has linkage but its type does not, 278 B<my_T1, T2, my_I>::type b3; // FIXME: expected-error {{missing 'typename'}} 280 B<my_T1, T2, my_I3>::type b5; // FIXME: expected-error {{missing 'typename'}} 288 X<i, int>::type w; // FIXME: expected-error {{missing 'typename'}} 289 X<A::i, char>::type x; // FIXME: expected-error {{missing 'typename'}} [all …]
|
/external/llvm-project/lldb/test/Shell/Settings/ |
D | TestStopCommandSourceOnError.test | 11 # FIXME: Should stop 14 # FIXME: Should continue 17 # FIXME: Should continue 20 # FIXME: Should continue 23 # FIXME: Should continue
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr2xx.cpp | 25 // dr201 FIXME: write codegen test 35 // FIXME (export) dr204: no 58 // dr208 FIXME: write codegen test 69 // dr210 FIXME: write codegen test 121 // FIXME: Should reject this: 'f' has linkage but its type does not, 128 // FIXME: Should reject this: 'f' has linkage but its type does not, 285 B<my_T1, T2, my_I>::type b3; // FIXME: expected-error {{missing 'typename'}} 287 B<my_T1, T2, my_I3>::type b5; // FIXME: expected-error {{missing 'typename'}} 295 X<i, int>::type w; // FIXME: expected-error {{missing 'typename'}} 296 X<A::i, char>::type x; // FIXME: expected-error {{missing 'typename'}} [all …]
|