Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td14 "%select{reinterpret_cast|dynamic_cast|%select{this conversion|cast that"
17 "%select{| in C++ standards before C++20||}0">;
28 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot "
41 "%select{|||||virtual function called on|dynamic_cast applied to|"
45 "reference dynamic_cast failed: %select{"
56 "%select{pointer|reference}0 to %select{|subobject of }1"
57 "%select{temporary|%3}2 is not a constant expression">;
62 "%select{pointer|reference}0 to %select{|subobject of }1"
65 "%select{pointer|reference}0 to a consteval declaration "
68 "%select{|sub}0object of type %1 is not initialized">;
[all …]
H A DDiagnosticSerializationKinds.td22 "%select{precompiled header|module file|AST file}1 '%2' was built"
23 ": %select{size|mtime|content}3 changed%select{| (was %5, now %6)}4">,
36 "%select{AST file was|current translation unit is}0 compiled with the target "
37 "feature '%1' but the %select{current translation unit is|AST file was}0 "
39 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in "
40 "PCH file but is currently %select{disabled|enabled}2">;
60 "%select{PCH|module|AST}0 file '%1' not found%select{|: %3}2">, DefaultFatal;
62 "%select{PCH|module|AST}0 file '%1' is out of date and "
63 "needs to be rebuilt%select{|: %3}2">, DefaultFatal;
65 "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file">, DefaultFatal;
[all …]
H A DDiagnosticCommentKinds.td50 "empty paragraph passed to '%select{\\|@}0%1' command">,
54 "duplicated command '%select{\\|@}0%1'">,
58 "previous command '%select{\\|@}0%1' here">;
61 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">;
75 "'%select{\\|@}0param' command used in a comment that is not attached to "
80 "'%select{\\|@}0%select{function|functiongroup|method|methodgroup|callback}1' "
82 "%select{a function|a function|an Objective-C method|an Objective-C method|"
87 "'%select{\\|@}0%select{class|interface|protocol|struct|union}1' "
89 "non-%select{class|interface|protocol|struct|union}2 declaration">,
93 "'%select{\\|@}0%select{classdesign|coclass|dependency|helper"
[all …]
H A DDiagnosticSemaKinds.td22 "variable%select{s| %1|s %1 and %2|s %1, %2, and %3|s %1, %2, %3, and %4}0 "
26 "variable %0 is %select{decremented|incremented}1 both in the loop header "
29 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">;
46 "using %select{integer|floating point|complex}1 absolute value function %0 "
47 "when argument is of %select{integer|floating point|complex}2 type">,
51 "taking the absolute value of %select{pointer|function|array}0 type %1 is suspicious">,
56 "%select{a value and unsigned zero|unsigned zero and a value}0 "
73 "expression is not an %select{integer|integral}0 constant expression">;
75 "expression is not an %select{integer|integral}0 constant expression; "
85 "%select{case value|enumerator value|non-type template argument|"
[all …]
H A DDiagnosticParseKinds.td41 "extra ';' %select{"
60 "the previous '%select{if|else|for|while}0'">,
66 "%select{%1 and |}0%2 tokens "
67 "%select{introducing statement expression|terminating statement expression|"
74 "%select{|second }0%1 token is here">;
82 "%select{here|for the remainder of the translation unit}1">,
125 "%select{|; missing list of enumerators?}0">,
128 "reference to enumeration must use 'enum' not 'enum %select{struct|class}0'">,
150 "dependent %select{__if_not_exists|__if_exists}0 declarations are ignored">,
313 "cannot use %select{unicode|wide|an empty}0 string literal in 'asm'">;
[all …]
H A DDiagnosticFrontendKinds.td61 "%select{'fapprox-func'|'mreassociate'|'freciprocal'}0">;
134 : Error<"invalid exception model '%select{none|sjlj|seh|dwarf|wasm}0' for target '%1'">;
172 "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: "
175 "%select{expected|'expected-no-diagnostics'}0 directive cannot follow "
176 "%select{'expected-no-diagnostics' directive|other expected directives}0">;
197 "unknown %select{warning|remark}0 option '%1'%select{|; did you mean '%3'?}2">,
237 "%select{definition|#undef}0 of configuration macro '%1' has no effect on "
238 "the import of '%2'; pass '%select{-D%1=...|-U%1}0' on the command line "
242 "macro was %select{defined|#undef'd}0 here">;
273 : Warning<"AVX vector %select{return|argument}0 of type %1 without '%2' "
[all …]
/openbsd-src/regress/sys/fifofs/
H A Dfifotest.out13 select read write, timeout=0
15 select read, timeout=0
17 select write, timeout=0
19 select (none), timeout=0
31 select read write, timeout=0
33 select read, timeout=0
35 select write, timeout=0
37 select (none), timeout=0
52 select read write, timeout=-1
54 select read, timeout=-1
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXVentana.td33 def : Pat<(select GPR:$rc, GPR:$rs1, (i64 0)),
35 def : Pat<(select GPR:$rc, (i64 0), GPR:$rs1),
38 def : Pat<(select (i64 (setne GPR:$rc, (i64 0))), GPR:$rs1, (i64 0)),
40 def : Pat<(select (i64 (seteq GPR:$rc, (i64 0))), GPR:$rs1, (i64 0)),
42 def : Pat<(select (i64 (setne GPR:$rc, (i64 0))), (i64 0), GPR:$rs1),
44 def : Pat<(select (i64 (seteq GPR:$rc, (i64 0))), (i64 0), GPR:$rs1),
47 def : Pat<(select (i64 (setne GPR:$x, simm12_plus1:$y)), GPR:$rs1, (i64 0)),
49 def : Pat<(select (i64 (seteq GPR:$x, simm12_plus1:$y)), GPR:$rs1, (i64 0)),
51 def : Pat<(select (i64 (setne GPR:$x, simm12_plus1:$y)), (i64 0), GPR:$rs1),
53 def : Pat<(select (i64 (seteq GPR:$x, simm12_plus1:$y)), (i64 0), GPR:$rs1),
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-18.c6 va_list select; in f() local
8 va_start (select, p8); in f()
10 if (va_arg (select, int) != 10) in f()
12 if (va_arg (select, int) != 11) in f()
14 if (va_arg (select, int) != 12) in f()
17 va_end (select); in f()
H A Dva-arg-1.c6 va_list select; in f() local
8 va_start (select, p8); in f()
10 if (va_arg (select, L) != 10) in f()
12 if (va_arg (select, L) != 11) in f()
14 if (va_arg (select, L) != 0) in f()
17 va_end (select); in f()
H A Dva-arg-12.c7 va_list select; in f() local
9 va_start (select, p8); in f()
11 if (va_arg (select, L) != 10.) in f()
13 if (va_arg (select, L) != 11.) in f()
15 if (va_arg (select, L) != 0.) in f()
18 va_end (select); in f()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py4 import select
12 InterruptedError = select.error
143 return select.select(iwtd, owtd, ewtd, timeout)
166 poller = select.poll()
168 poller.register(fd, select.POLLIN | select.POLLPRI | select.POLLHUP | select.POLLERR)
/openbsd-src/gnu/usr.bin/perl/dist/IO/t/
H A Dgh17447.t18 my $select = IO::Select->new();
19 $select->add($rd);
21 is( scalar $select->handles, 1, '$select has 1 handle' );
25 $select->remove($rd);
27 is( scalar $select->handles, 0, '$select has 0 handles' );
/openbsd-src/lib/libc/gen/
H A Dscandir.c64 int (*select)(const struct dirent *), in scandir_dirp()
89 if (select != NULL && !(*select)(d)) in scandir_dirp()
144 int (*select)(const struct dirent *), in scandir()
152 return (scandir_dirp(dirp, namelist, select, dcomp)); in scandir()
157 int (*select)(const struct dirent *), in scandirat()
171 return (scandir_dirp(dirp, namelist, select, dcomp)); in scandirat()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c107 enum dcn20_input_csc_select select = DCN2_ICSC_SELECT_BYPASS; in dpp2_cnv_setup() local
148 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
154 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
160 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
166 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
181 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
194 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
200 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
238 select = DCN2_ICSC_SELECT_ICSC_A; in dpp2_cnv_setup()
240 select = DCN2_ICSC_SELECT_BYPASS; in dpp2_cnv_setup()
[all …]
/openbsd-src/regress/sys/kern/select/
H A Dselect_iocond.c335 ret = select(fd + 1, &rfd, &wfd, &efd, &tv); in proc_child()
349 ret = select(fd + 1, &rfd, &wfd, &efd, &tv); in proc_child()
368 ret = select(fd + 1, NULL, &wfd, NULL, &zerotv); in proc_child()
455 ret = select(fd + 1, &rfd, &wfd, &efd, &tv); in proc_child()
477 ret = select(fd + 1, &rfd, &wfd, &efd, NULL); in proc_child()
498 ret = select(fd + 1, &rfd, &wfd, &efd, &tv); in proc_parent()
529 ret = select(fd + 1, &rfd, &wfd, &efd, &tv); in proc_parent()
557 ret = select(fd + 1, &rfd, NULL, NULL, &tv); in proc_parent()
575 ret = select(fd + 1, &rfd, NULL, NULL, &zerotv); in proc_parent()
612 ret = select(fd + 1, &rfd, &wfd, &efd, &tv); in proc_parent()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dinclhack.def246 select = "/\\*\t@\\(#\\)"
465 select = ULTRIX;
530 select = "(#define [A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
545 select = "\\\\ +\n";
560 select = "^extern pid_t wait3\\(\\);\n";
561 select = "bos325,";
579 select = "typedef volatile int sig_atomic_t";
592 select = '__assert\(char \*, char \*, int\)';
605 select = "#[ \t]*if[ \t]*defined\\(__DECC\\)";
622 select = '(#define assert\(EX\).*)\(\(int\) \(EX\)\)';
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips64r6InstrInfo.td209 def : MipsPat<(select i64:$cond, i64:$t, i64:$f),
213 def : MipsPat<(select (i32 (seteq i64:$cond, immz)), i64:$t, i64:$f),
217 def : MipsPat<(select (i32 (setne i64:$cond, immz)), i64:$t, i64:$f),
221 def : MipsPat<(select (i32 (seteq i64:$cond, immZExt16_64:$imm)), i64:$t, i64:$f),
225 def : MipsPat<(select (i32 (setne i64:$cond, immZExt16_64:$imm)), i64:$t, i64:$f),
230 (select (i32 (setgt i64:$cond, immSExt16Plus1:$imm)), i64:$t, i64:$f),
239 (select (i32 (setugt i64:$cond, immSExt16Plus1:$imm)), i64:$t, i64:$f),
248 def : MipsPat<(select (i32 (setne i64:$cond, immz)), i64:$t, immz),
250 def : MipsPat<(select (i32 (seteq i64:$cond, immz)), i64:$t, immz),
252 def : MipsPat<(select (i32 (setne i64:$cond, immz)), immz, i64:$f),
[all …]
H A DMipsCondMov.td54 // select patterns
59 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
61 def : MipsPat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
63 def : MipsPat<(select (i32 (setge CRC:$lhs, immSExt16:$rhs)), DRC:$T, DRC:$F),
65 def : MipsPat<(select (i32 (setuge CRC:$lh, immSExt16:$rh)), DRC:$T, DRC:$F),
67 def : MipsPat<(select (i32 (setle CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
69 def : MipsPat<(select (i32 (setule CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
71 def : MipsPat<(select (i32 (setgt CRC:$lhs, immSExt16Plus1:$rhs)),
74 def : MipsPat<(select (i32 (setugt CRC:$lhs, immSExt16Plus1:$rhs)),
82 def : MipsPat<(select (i32 (seteq CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
[all …]
/openbsd-src/gnu/gcc/fixincludes/
H A Dinclhack.def125 select = '#include[ \t]+\"';
284 select = "/\\*\t@\\(#\\)"
503 select = ULTRIX;
568 select = "(#define [A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
583 select = "\\\\ +\n";
598 select = "^extern pid_t wait3\\(\\);\n";
599 select = "bos325,";
615 select = '\? (\(\(\(\(unsigned[^)]*\)[^)]*\) >> [^)]*\) \& 0xff\) : -1)';
631 select = "typedef volatile int sig_atomic_t";
644 select = '__assert\(char \*, char \*, int\)';
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_dpp.c56 enum dcn10_input_csc_select select = INPUT_CSC_SELECT_BYPASS; in dpp201_cnv_setup() local
90 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
96 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
102 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
108 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
122 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
135 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
141 select = INPUT_CSC_SELECT_ICSC; in dpp201_cnv_setup()
170 dpp1_program_input_csc(dpp_base, color_space, select, NULL); in dpp201_cnv_setup()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td104 [(set F32:$dst, (select I32:$cond, F32:$lhs, F32:$rhs))],
105 "f32.select\t$dst, $lhs, $rhs, $cond", "f32.select", 0x1b>;
108 [(set F64:$dst, (select I32:$cond, F64:$lhs, F64:$rhs))],
109 "f64.select\t$dst, $lhs, $rhs, $cond", "f64.select", 0x1b>;
112 // WebAssembly's select interprets any non-zero value as true, so we can fold
113 // a setne with 0 into a select.
114 def : Pat<(select (i32 (setne I32:$cond, 0)), F32:$lhs, F32:$rhs),
116 def : Pat<(select (i32 (setne I32:$cond, 0)), F64:$lhs, F64:$rhs),
120 def : Pat<(select (i32 (seteq I32:$cond, 0)), F32:$lhs, F32:$rhs),
122 def : Pat<(select (i32 (seteq I32:$cond, 0)), F64:$lhs, F64:$rhs),
H A DWebAssemblyInstrRef.td26 (select I32:$cond, rc:$lhs, rc:$rhs))],
27 vt#".select\t$dst, $lhs, $rhs, $cond",
28 vt#".select", 0x1b>,
42 def : Pat<(select (i32 (setne I32:$cond, 0)), rc:$lhs, rc:$rhs),
44 def : Pat<(select (i32 (seteq I32:$cond, 0)), rc:$lhs, rc:$rhs),
H A DWebAssemblyInstrInteger.td112 [(set I32:$dst, (select I32:$cond, I32:$lhs, I32:$rhs))],
113 "i32.select\t$dst, $lhs, $rhs, $cond", "i32.select", 0x1b>;
116 [(set I64:$dst, (select I32:$cond, I64:$lhs, I64:$rhs))],
117 "i64.select\t$dst, $lhs, $rhs, $cond", "i64.select", 0x1b>;
120 // WebAssembly's select interprets any non-zero value as true, so we can fold
121 // a setne with 0 into a select.
122 def : Pat<(select (i32 (setne I32:$cond, 0)), I32:$lhs, I32:$rhs),
124 def : Pat<(select (i32 (setne I32:$cond, 0)), I64:$lhs, I64:$rhs),
128 def : Pat<(select (i32 (seteq I32:$cond, 0)), I32:$lhs, I32:$rhs),
130 def : Pat<(select (i32 (seteq I32:$cond, 0)), I64:$lhs, I64:$rhs),
/openbsd-src/lib/libc/sys/
H A Dw_select.c22 select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in select() function
28 ret = HIDDEN(select)(nfds, readfds, writefds, exceptfds, timeout); in select()
32 DEF_CANCEL(select);

12345678910>>...28