| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 130 "%select{" 140 "%select{" 151 "%select{" 160 "%select{" 180 "%select{" 197 "is %select{|pure }6%select{not virtual|virtual}7|" 251 "%select{" 325 "%select{" 335 "%select{" 348 "%select{" [all …]
|
| H A D | DiagnosticASTKinds.td | 27 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot " 42 "%select{pointer|reference}0 to %select{|subobject of }1" 43 "%select{temporary|%3}2 is not a constant expression">; 45 "%select{|sub}0object of type %1 is not initialized">; 68 "%select{temporary|%2}1 is not a constant expression">; 169 "%select{source|destination}2 of " 170 "'%select{%select{memcpy|wmemcpy}1|%select{memmove|wmemmove}1}0' " 184 "'%select{%select{memcpy|wmemcpy}1|%select{memmove|wmemmove}1}0' " 185 "not supported: %select{" 251 "%select{non-virtual|virtual}0 derivation here">; [all …]
|
| H A D | DiagnosticCommentKinds.td | 51 "empty paragraph passed to '%select{\\|@}0%1' command">, 55 "duplicated command '%select{\\|@}0%1'">, 59 "previous command '%select{\\|@}0%1' here">; 62 "previous command '%select{\\|@}0%1' (an alias of '\\%2') here">; 81 "'%select{\\|@}0%select{function|functiongroup|method|methodgroup|callback}1' " 88 "'%select{\\|@}0%select{class|interface|protocol|struct|union}1' " 90 "non-%select{class|interface|protocol|struct|union}2 declaration">, 94 "'%select{\\|@}0%select{classdesign|coclass|dependency|helper" 137 "'%select{\\|@}0%1' command used in a comment that is not attached to " 142 "'%select{\\|@}0%1' command used in a comment that is attached to a " [all …]
|
| H A D | DiagnosticSemaKinds.td | 1893 "%select{'%3' condition is %select{true|false}4|" 2946 "%select{|overriding }4method %select{introduced after|" 5744 "arithmetic on%select{ a|}0 pointer%select{|s}0 to%select{ the|}2 " 5745 "function type%select{|s}2 %1%select{| and %3}2">; 5747 "arithmetic on%select{ a|}0 pointer%select{|s}0 to void">; 5910 "%select{" 5921 "%select{" 6080 "arithmetic on%select{ a|}0 pointer%select{|s}0 to%select{ the|}2 function " 7690 "%select{" 7956 "%select{%select{|reference }4member of local variable|" [all …]
|
| H A D | DiagnosticFrontendKinds.td | 134 "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: " 137 "%select{expected|'expected-no-diagnostics'}0 directive cannot follow " 157 "unknown %select{warning|remark}0 option '%1'%select{|; did you mean '%3'?}2">, 199 "%select{definition|#undef}0 of configuration macro '%1' has no effect on " 200 "the import of '%2'; pass '%select{-D%1=...|-U%1}0' on the command line " 204 "macro was %select{defined|#undef'd}0 here">; 240 "%select{alias|ifunc}0 must point to a defined " 241 "%select{variable or |}1function">; 249 "%select{alias|ifunc}0 definition is part of a cycle">; 254 "%select{large|misaligned}0 atomic operation may incur " [all …]
|
| H A D | DiagnosticParseKinds.td | 44 "extra ';' %select{" 297 "%select{left|right}0 hand side of operator '%1'">; 442 " them in front of '%select{@interface|@protocol}0'">; 478 "cannot use %select{dot|arrow}0 operator on a type">; 480 "expected %select{identifier|unqualified-id}0">; 545 "%select{, not a function parameter pack|}0">, 938 "type trait requires %0%select{| or more}1 argument%select{|s}2; have " 1184 "'enable'%select{|, 'full'}1%select{|, 'assume_safety'}2 or 'disable'}0">; 1186 "%select{invalid|missing}0 option%select{ %1|}0; expected vectorize, " 1191 "%select{invalid|missing}0 option%select{ %1|}0; expected contract">; [all …]
|
| H A D | DiagnosticCommonKinds.td | 47 "%select{in %1|for diagnostic message in static_assert|" 49 "for %select{language|source container}1 name in " 90 "module '%0' %select{is incompatible with|requires}1 feature '%2'">; 92 "%select{|umbrella }0header '%1' not found">; 136 "OpenCL %select{C|C++}0 version %1 does not support the '%2' " 137 "%select{type qualifier|storage class specifier}3">; 142 "must use '%1' tag to refer to type %0%select{| in this scope}2">; 175 "integer literal is too large to be represented in any %select{signed |}0" 184 "%select{have type 'long long'|be ill-formed}0 in C99 onwards">, 189 "%select{have type 'long long'|be ill-formed}0 in C++11 onwards">, [all …]
|
| H A D | DiagnosticLexKinds.td | 17 "null character(s) preserved in %select{char|string}0 literal">, 179 "invalid suffix '%0' on %select{integer|floating}1 constant">; 193 "hexadecimal floating %select{constant|literal}0 requires " 194 "%select{an exponent|a significand}1">; 212 "%select{hex|octal}0 escape sequence out of range">; 246 "%select{character|integer}0 literal with user-defined suffix " 407 "%select{create|use}1 precompiled header">, DefaultFatal; 440 "'%select{#|#@}0' is not followed by a macro parameter">; 550 "expected %select{identifier after '.' in |}0module name">; 553 "this module%select{ (current module is %3)|}2">; [all …]
|
| /freebsd-12.1/tools/regression/poll/ |
| H A D | pipeselect.c | 77 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 108 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 117 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 123 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 132 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 148 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 157 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 171 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 177 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 197 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() [all …]
|
| /freebsd-12.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | Kconfig | 3 select CRC32 14 select XZ_DEC_BCJ 19 select XZ_DEC_BCJ 24 select XZ_DEC_BCJ 29 select XZ_DEC_BCJ 34 select XZ_DEC_BCJ 39 select XZ_DEC_BCJ
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrExceptRef.td | 19 (select I32:$cond, EXCEPT_REF:$lhs, 21 "except_ref.select\t$dst, $lhs, $rhs, $cond", 22 "except_ref.select", 0x1b>; 24 def : Pat<(select (i32 (setne I32:$cond, 0)), EXCEPT_REF:$lhs, EXCEPT_REF:$rhs), 26 def : Pat<(select (i32 (seteq I32:$cond, 0)), EXCEPT_REF:$lhs, EXCEPT_REF:$rhs),
|
| H A D | WebAssemblyInstrFloat.td | 105 [(set F32:$dst, (select I32:$cond, F32:$lhs, F32:$rhs))], 106 "f32.select\t$dst, $lhs, $rhs, $cond", "f32.select", 0x1b>; 109 [(set F64:$dst, (select I32:$cond, F64:$lhs, F64:$rhs))], 110 "f64.select\t$dst, $lhs, $rhs, $cond", "f64.select", 0x1b>; 114 // a setne with 0 into a select. 115 def : Pat<(select (i32 (setne I32:$cond, 0)), F32:$lhs, F32:$rhs), 117 def : Pat<(select (i32 (setne I32:$cond, 0)), F64:$lhs, F64:$rhs), 121 def : Pat<(select (i32 (seteq I32:$cond, 0)), F32:$lhs, F32:$rhs), 123 def : Pat<(select (i32 (seteq I32:$cond, 0)), F64:$lhs, F64:$rhs), 128 def : Pat<(select (i32 (and I32:$cond, 1)), F32:$lhs, F32:$rhs), [all …]
|
| H A D | WebAssemblyInstrInteger.td | 105 [(set I32:$dst, (select I32:$cond, I32:$lhs, I32:$rhs))], 106 "i32.select\t$dst, $lhs, $rhs, $cond", "i32.select", 0x1b>; 109 [(set I64:$dst, (select I32:$cond, I64:$lhs, I64:$rhs))], 110 "i64.select\t$dst, $lhs, $rhs, $cond", "i64.select", 0x1b>; 113 // WebAssembly's select interprets any non-zero value as true, so we can fold 114 // a setne with 0 into a select. 115 def : Pat<(select (i32 (setne I32:$cond, 0)), I32:$lhs, I32:$rhs), 117 def : Pat<(select (i32 (setne I32:$cond, 0)), I64:$lhs, I64:$rhs), 121 def : Pat<(select (i32 (seteq I32:$cond, 0)), I32:$lhs, I32:$rhs), 123 def : Pat<(select (i32 (seteq I32:$cond, 0)), I64:$lhs, I64:$rhs),
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips64r6InstrInfo.td | 206 def : MipsPat<(select i64:$cond, i64:$t, i64:$f), 245 def : MipsPat<(select (i32 (setne i64:$cond, immz)), i64:$t, immz), 247 def : MipsPat<(select (i32 (seteq i64:$cond, immz)), i64:$t, immz), 249 def : MipsPat<(select (i32 (setne i64:$cond, immz)), immz, i64:$f), 251 def : MipsPat<(select (i32 (seteq i64:$cond, immz)), immz, i64:$f), 258 def : MipsPat<(select i32:$cond, i64:$t, i64:$f), 283 def : MipsPat<(select i32:$cond, i64:$t, immz), 286 def : MipsPat<(select (i32 (setne i32:$cond, immz)), i64:$t, immz), 289 def : MipsPat<(select (i32 (seteq i32:$cond, immz)), i64:$t, immz), 292 def : MipsPat<(select i32:$cond, immz, i64:$f), [all …]
|
| H A D | MipsCondMov.td | 55 // select patterns 60 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 62 def : MipsPat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 68 def : MipsPat<(select (i32 (setle CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 72 def : MipsPat<(select (i32 (setgt CRC:$lhs, immSExt16Plus1:$rhs)), 75 def : MipsPat<(select (i32 (setugt CRC:$lhs, immSExt16Plus1:$rhs)), 83 def : MipsPat<(select (i32 (seteq CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F), 85 def : MipsPat<(select (i32 (seteq CRC:$lhs, 0)), DRC:$T, DRC:$F), 100 def : MipsPat<(select CRC:$cond, DRC:$T, DRC:$F), 102 def : MipsPat<(select (i32 (setne CRC:$lhs, 0)),DRC:$T, DRC:$F), [all …]
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | scandir.c | 51 #define SELECT(x) CALL_BLOCK(select, x) 57 #define SELECT(x) select(x) 65 DECLARE_BLOCK(int, select, const struct dirent *), in scandir_b() argument 69 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandir_b() 87 if (select != NULL && !SELECT(d)) in scandir_b()
|
| H A D | scandir-compat11.c | 54 #define SELECT(x) CALL_BLOCK(select, x) 60 #define SELECT(x) select(x) 69 DECLARE_BLOCK(int, select, const struct freebsd11_dirent *), in freebsd11_scandir_b() argument 74 int (*select)(const struct freebsd11_dirent *), in freebsd11_scandir_b() 94 if (select != NULL && !SELECT(d)) in freebsd11_scandir_b()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 54 template <unsigned NodeType> bool select(SDNode *N); 309 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 324 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 361 template <> bool AVRDAGToDAGISel::select<ISD::LOAD>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 417 template <> bool AVRDAGToDAGISel::select<AVRISD::CALL>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 457 template <> bool AVRDAGToDAGISel::select<ISD::BRIND>(SDNode *N) { in select() function in llvm::AVRDAGToDAGISel 539 case ISD::FrameIndex: return select<ISD::FrameIndex>(N); in trySelect() 540 case ISD::BRIND: return select<ISD::BRIND>(N); in trySelect() 545 case ISD::STORE: return select<ISD::STORE>(N); in trySelect() 546 case ISD::LOAD: return select<ISD::LOAD>(N); in trySelect() [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_sleep.c | 116 if (select(0, NULL, NULL, NULL, &tv) == -1) in do_select() 206 ATF_TC(select); 207 ATF_TC_HEAD(select, tc) in ATF_TC_HEAD() argument 214 ATF_TC_BODY(select, tc) in ATF_TC_BODY() argument 340 ATF_TP_ADD_TC(tp, select); in ATF_TP_ADD_TCS()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | h_client.c | 64 rv = select(pipefd[0]+1, &rfds, NULL, NULL, &tv); in main() 83 rv = select(100, &fds, &fds, &fds, &tv); in main() 89 rv = select(0, NULL, NULL, NULL, &tv); in main()
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | select.c | 42 #pragma weak select macro 44 select(int n, fd_set *rs, fd_set *ws, fd_set *es, struct timeval *t) in select() function
|
| /freebsd-12.1/tests/sys/kern/pipe/ |
| H A D | pipe_reverse2_test.c | 50 n = select(pip[1] + 1, NULL, &set, NULL, &(struct timeval){ 0, 0 }); in main() 60 n = select(pip[1] + 1, NULL, &set, NULL, &(struct timeval){ 0, 0 }); in main()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-helper-jtag.c | 137 jtgd.s.select = 1 << qlm; in cvmx_helper_qlm_jtag_shift() 194 jtgd.s.select = 1 << qlm; in cvmx_helper_qlm_jtag_update() 224 jtgd.s.select = 1 << qlm; in cvmx_helper_qlm_jtag_capture()
|
| /freebsd-12.1/sys/dts/ |
| H A D | bindings-localbus.txt | 20 - first cell: number of bank (chip select) 40 select, but may also describe another device (e.g. SPI flash). 68 a) first cell: number of bank (chip select)
|
| /freebsd-12.1/share/examples/jails/ |
| H A D | VIMAGE | 49 #################### Disable select inherited options 53 #################### Disable select inherited devices
|