Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp93 unsupported enumerator
100 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable()
337 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable()
338 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable()
339 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable()
340 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_8] = unsupported; in RuntimeLibcallSignatureTable()
341 Table[RTLIB::MEMCPY_ELEMENT_UNORDERED_ATOMIC_16] = unsupported; in RuntimeLibcallSignatureTable()
342 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_1] = unsupported; in RuntimeLibcallSignatureTable()
343 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_2] = unsupported; in RuntimeLibcallSignatureTable()
344 Table[RTLIB::MEMMOVE_ELEMENT_UNORDERED_ATOMIC_4] = unsupported; in RuntimeLibcallSignatureTable()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-mt/
DOpts.td3 def unsupported : OptionGroup<"unsupported">;
5 …d<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">, Group<unsupported>;
6 …: Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsupported>;
7 …b : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>;
8 …ll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsupported>;
9 …d<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>;
10 …], "managedassemblyname:">, HelpText<"Not supported">, MetaVarName<"assembly">, Group<unsupported>;
11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>;
12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>;
15 …<["/", "-"], "inputresource:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>;
[all …]
/openbsd/src/gnu/lib/libreadline/support/
Dshobj-conf138 SHOBJ_STATUS=unsupported
173 SHLIB_STATUS=unsupported
186 SHLIB_STATUS=unsupported
277 SHOBJ_STATUS=unsupported
278 SHLIB_STATUS=unsupported
307 SHOBJ_STATUS=unsupported
308 SHLIB_STATUS=unsupported
338 SHOBJ_STATUS=unsupported
339 SHLIB_STATUS=unsupported
421 SHOBJ_STATUS=unsupported
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/special/
Decos.exp53 unsupported "weak-1.c"
79 unsupported "weak-2.c"
91 no { unsupported "alias-1.c" }
103 no { unsupported "alias-2.c" }
116 no { unsupported "wkali-1.c" }
121 unsupported "wkali-1.c"
149 unsupported "wkali-2.c"
176 unsupported "gcsec-1.c"
/openbsd/src/regress/usr.bin/mandoc/roff/esc/
DV1.out_lint1 mandoc: V1.in:6:25: UNSUPP: unsupported feature: \VN
2 mandoc: V1.in:8:25: UNSUPP: unsupported feature: \V(VN
3 mandoc: V1.in:10:24: UNSUPP: unsupported feature: \V[VARNAME]
Dunsupp.out_lint1 mandoc: unsupp.in:7:20: UNSUPP: unsupported escape sequence: \!
3 mandoc: unsupp.in:8:17: UNSUPP: unsupported escape sequence: \?
4 mandoc: unsupp.in:8:21: UNSUPP: unsupported escape sequence: \?
Do.out_lint1 mandoc: o.in:21:20: UNSUPP: unsupported escape sequence: \r
2 mandoc: o.in:21:24: UNSUPP: unsupported escape sequence: \r
DA1.out_lint2 mandoc: A1.in:19:20: UNSUPP: unsupported escape sequence: \r
3 mandoc: A1.in:19:26: UNSUPP: unsupported escape sequence: \r
Dw.out_lint2 mandoc: w.in:31:20: UNSUPP: unsupported escape sequence: \r
3 mandoc: w.in:31:23: UNSUPP: unsupported escape sequence: \r
DO1.out_lint3 mandoc: O1.in:13:7: UNSUPP: unsupported escape sequence: \O[5dummy]
5 mandoc: O1.in:15:6: UNSUPP: unsupported escape sequence: \O0
DB.out_lint1 mandoc: B.in:37:20: UNSUPP: unsupported escape sequence: \!
2 mandoc: B.in:37:24: UNSUPP: unsupported escape sequence: \!
3 mandoc: B.in:39:20: UNSUPP: unsupported escape sequence: \r
Dl.out_lint2 mandoc: l.in:25:20: UNSUPP: unsupported escape sequence: \!
3 mandoc: l.in:25:23: UNSUPP: unsupported escape sequence: \!
4 mandoc: l.in:27:20: UNSUPP: unsupported escape sequence: \r
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/show-used-features/
Dmixed.txt3 // UNSUPPORTED: my-unsupported-feature-2, my-unsupported-feature-3 && !my-{{[unsupported]*}}-featur…
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DMachO.cpp71 static Error unsupported(const char *Str, const Triple &T) { in unsupported() function
79 return unsupported("type", T); in getCPUType()
92 return unsupported("type", T); in getCPUType()
97 return unsupported("subtype", T); in getCPUSubType()
106 return unsupported("subtype", T); in getCPUSubType()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dauxv.exp139 unsupported "gcore"
162 unsupported $test
173 unsupported $test1
174 unsupported $test2
Dannota3.exp222 unsupported "send SIGUSR1"
223 unsupported "backtrace @ signal handler"
379 unsupported "signal sent"
Dcomplex.exp33 unsupported "print complex packed value in C"
34 unsupported "print complex value in C"
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dgcore-thread.exp67 unsupported "gdb does not support gcore on this target"
91 unsupported "gdb does not support threads on this target"
117 unsupported "save a corefile"
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DTestingConfig.py98 unsupported = False,
146 environment, substitutions, unsupported, argument
157 self.unsupported = unsupported
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
Ddll.x5 # as unsupported.
14 unsupported "dll.c"
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/
Dunparsed-requirements.py13 test.unsupported = ["alpha"]
21 if test.unsupported != ["alpha", "beta", "gamma"]:
/openbsd/src/usr.bin/file/magdir/
Dencore13 >20 short 0x10f unsupported executable
18 0 short 0x155 Encore unsupported executable
/openbsd/src/regress/usr.bin/mandoc/char/N/
Ddelim.out_lint1 mandoc: delim.in:9:20: UNSUPP: unsupported escape sequence: \!
2 mandoc: delim.in:9:24: UNSUPP: unsupported escape sequence: \!
3 mandoc: delim.in:11:20: UNSUPP: unsupported escape sequence: \r
/openbsd/src/gnu/usr.bin/binutils-2.17/
Dltcf-gcj.sh95 allow_undefined_flag=unsupported
108 allow_undefined_flag=unsupported
252 allow_undefined_flag=unsupported
261 hardcode_direct=unsupported
286 hardcode_direct=unsupported
369 allow_undefined_flag=unsupported
/openbsd/src/gnu/usr.bin/binutils/
Dltcf-gcj.sh95 allow_undefined_flag=unsupported
108 allow_undefined_flag=unsupported
252 allow_undefined_flag=unsupported
261 hardcode_direct=unsupported
286 hardcode_direct=unsupported
369 allow_undefined_flag=unsupported

12345678910>>...16