| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticASTKinds.td | 14 "%select{reinterpret_cast|dynamic_cast|%select{this conversion|cast that" 17 "%select{| in C++ standards before C++20||}0">; 20 "%select{in C++ standards before C++2c|because the pointed object " 32 "%select{non-constexpr|undefined}0 %select{function|constructor}1 %2 cannot " 45 "%select{|||||virtual function called on|dynamic_cast applied to|" 49 "reference dynamic_cast failed: %select{" 60 "%select{pointer|reference}0 to %select{|subobject of }1" 61 "%select{temporary|%3}2 is not a constant expression">; 66 "%select{pointer|reference}0 to %select{|subobject of }1" 69 "%select{pointer|reference}0 to a consteval declaration " [all …]
|
| H A D | DiagnosticSemaKinds.td | 22 "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 D | DiagnosticSerializationKinds.td | 22 "%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">; 50 def note_pch_vfsoverlay_files : Note<"%select{PCH|current translation unit}0 has the following VFS … 51 def note_pch_vfsoverlay_empty : Note<"%select{PCH|current translation unit}0 has no VFS overlays">; 65 "%select{PCH|module|AST}0 file '%1' not found%select{|: %3}2">, DefaultFatal; 67 "%select{PCH|module|AST}0 file '%1' is out of date and " [all …]
|
| H A D | DiagnosticCommentKinds.td | 50 "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 D | DiagnosticParseKinds.td | 41 "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">, 331 "cannot use %select{unicode|wide|an empty}0 string literal in 'asm'">; [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | Kconfig | 15 select WANT_DEV_COREDUMP 47 select RTW89_CORE 48 select RTW89_PCI 49 select RTW89_8851B 51 Select this option will enable support for 8851BE chipset 58 select RTW89_CORE 59 select RTW89_USB 60 select RTW89_8851B 62 Select this option will enable support for 8851BU chipset 69 select RTW89_CORE [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | st,stm32-fmc2-nand.yaml | 64 - description: Chip select 0 data 65 - description: Chip select 0 command 66 - description: Chip select 0 address space 67 - description: Chip select 1 data 68 - description: Chip select 1 command 69 - description: Chip select 1 address space 89 - description: Chip select 0 data 90 - description: Chip select 0 command 91 - description: Chip select 0 address space 92 - description: Chip select 1 data [all …]
|
| /freebsd/contrib/openbsm/bin/auditreduce/ |
| H A D | auditreduce.1 | 33 .Nd "select records from audit trail files" 70 Select all records. 72 Select records that occurred after or on the given datetime. 74 Select records that occurred before the given datetime. 76 Select records matching the given audit classes specified as a comma 82 Select records that occurred on a given date. 88 Select records with the given effective user ID or name. 90 Select records with the given effective group ID or name. 92 Select records with the given real group ID or name. 94 Select records having a subject token with matching ID, where ID is a process ID. [all …]
|
| /freebsd/tools/regression/poll/ |
| H A D | pipeselect.c | 3 #include <sys/select.h> 72 errx(1, "fd = %d too large for select()", fd); in child() 76 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 77 err(1, "select"); in child() 80 * writer) is reported quite differently for select() than in child() 81 * for poll(). select() must see a ready-to-read descriptor in child() 107 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 108 err(1, "select"); in child() 116 if (select(fd + 1, &rfds, NULL, NULL, &tv) < 0) in child() 117 err(1, "select"); in child() [all …]
|
| /freebsd/contrib/kyua/store/ |
| H A D | migrate_v1_v2.sql | 73 SELECT schema_version, timestamp FROM metadata; 110 SELECT test_program_id, action_id, absolute_path, root, relative_path, 184 SELECT test_program_id, NULL, interface, default_name, default_value 187 SELECT NULL, test_case_id, interface, default_name, default_value 197 SELECT CAST(timeout / 1000000 AS TEXT) FROM plain_test_programs AS aux 203 SELECT DISTINCT CAST(timeout / 1000000 AS TEXT) 221 SELECT description FROM atf_test_cases AS aux 227 SELECT has_cleanup FROM atf_test_cases AS aux 233 SELECT CAST(timeout / 1000000 AS TEXT) FROM atf_test_cases AS aux 239 SELECT CAST(required_memory AS TEXT) FROM atf_test_cases AS aux [all …]
|
| H A D | migrate_v2_v3.sql | 46 INSERT INTO metadata SELECT * FROM old_store.metadata; 49 SELECT cwd 55 SELECT var_name, var_value 62 SELECT metadata_id, property_name, property_value 65 SELECT test_programs.metadata_id 69 SELECT test_cases.metadata_id 76 SELECT test_program_id, absolute_path, root, relative_path, 82 SELECT test_cases.test_case_id, test_cases.test_program_id, 89 SELECT test_results.test_case_id, test_results.result_type, 99 SELECT files.file_id, files.contents [all …]
|
| /freebsd/lib/libsys/ |
| H A D | select.2 | 32 .Nm select 39 .Fn select "int nfds" "fd_set *readfds" "fd_set *writefds" "fd_set *exceptfds" "struct timeval *tim… 46 .Fn select 65 .Fn select 70 .Fn select 111 is a null pointer, the select blocks indefinitely. 126 .Fn select 132 .Fn select 135 .Fn select 141 .Fn select [all …]
|
| H A D | pselect.2 | 54 .Xr select 2 . 60 .Fn select . 70 .Fn select ; 72 .Fn select , 87 .Fn select 91 .Xr select 2 100 .Fn select . 105 .Xr select 2 111 .Xr select 2 ,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 1 //===--- SelectOptimize.cpp - Convert select to branches if profitable ---===// 47 #define DEBUG_TYPE "select-optimize" 50 "Number of select groups considered for conversion to branch"); 52 "Number of select groups converted due to expensive cold operand"); 54 "Number of select groups converted due to high-predictability"); 56 "Number of select groups not converted due to unpredictability"); 58 "Number of select groups not converted due to cold basic block"); 60 "Number of select groups converted due to loop-level analysis"); 75 GainGradientThreshold("select-opti-loop-gradient-gain-threshold", 80 GainCycleThreshold("select-opti-loop-cycle-gain-threshold", [all …]
|
| /freebsd/usr.bin/limits/ |
| H A D | limits.1 | 142 Select or set limits for the process identified by the 145 Select display or setting of 155 Select display or setting of 165 Select display or setting of both 178 Select 188 Select or set the 192 Select or set (if 199 Select or set (if 205 Select or set the 209 Select or set the [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 53 /// Replace a select operand based on an equality comparison with the identity 58 // The select condition must be an equality compare with a constant operand. in foldSelectBinOpIdentity() 75 // A select operand must be a binop. in foldSelectBinOpIdentity() 107 // S = { select (cmp eq X, C), BO, ? } or { select (cmp ne X, C), ?, BO } in foldSelectBinOpIdentity() 109 // S = { select (cmp eq X, C), Y, ? } or { select (cmp ne X, C), ?, Y } in foldSelectBinOpIdentity() 114 /// select (icmp eq (and X, C1)), TC, FC 129 // If this is a vector select, we need a vector compare. in foldSelectICmpAnd() 160 // replace the select. This would require more instructions than we started in foldSelectICmpAnd() 166 // If the select constants differ by exactly one bit and that's the same in foldSelectICmpAnd() 167 // bit that is masked and checked by the select condition, the select can in foldSelectICmpAnd() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | Kconfig | 5 select WANT_DEV_COREDUMP 6 select MT76_CONNAC_LIB 10 select MT7615_COMMON 25 select REGMAP 34 select MT7615_COMMON 38 select MT76_USB 39 select MT7663_USB_SDIO_COMMON 49 select MT76_SDIO 50 select MT7663_USB_SDIO_COMMON
|
| /freebsd/contrib/kyua/utils/sqlite/ |
| H A D | statement_test.cpp | 52 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY() 54 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 64 "SELECT prime FROM test ORDER BY prime"); in ATF_TEST_CASE_BODY() 88 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY() 90 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 112 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 125 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 139 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 158 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 178 sqlite::statement stmt = db.create_statement("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.h | 93 /// Select constant vector splats. 96 /// Select constant vector splats whose value fits in a given integer. 99 /// Select constant vector splats whose value fits in a uimm1. 101 /// Select constant vector splats whose value fits in a uimm2. 103 /// Select constant vector splats whose value fits in a uimm3. 105 /// Select constant vector splats whose value fits in a uimm4. 107 /// Select constant vector splats whose value fits in a uimm5. 109 /// Select constant vector splats whose value fits in a uimm6. 111 /// Select constant vector splats whose value fits in a uimm8. 113 /// Select constant vector splats whose value fits in a simm5. [all …]
|
| H A D | MipsISelDAGToDAG.h | 26 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine 92 /// Select constant vector splats. 95 /// Select constant vector splats whose value fits in a uimm1. 97 /// Select constant vector splats whose value fits in a uimm2. 99 /// Select constant vector splats whose value fits in a uimm3. 101 /// Select constant vector splats whose value fits in a uimm4. 103 /// Select constant vector splats whose value fits in a uimm5. 105 /// Select constant vector splats whose value fits in a uimm6. 107 /// Select constant vector splats whose value fits in a uimm8. 109 /// Select constant vector splats whose value fits in a simm5. [all …]
|
| /freebsd/lib/libc/gen/ |
| H A D | scandir.c | 33 * Scan the directory dirname calling select to make a list of selected 50 #define SELECT(x) CALL_BLOCK(select, x) macro 55 #define SELECT(x) select(x) macro 68 scandir_dirp_b(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_dirp_b() argument 72 int (*select)(const struct dirent *), in scandir_dirp_b() 85 if (select != NULL && !SELECT(d)) in scandir_dirp_b() 143 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() argument 147 int (*select)(const struct dirent *), in scandir_b() 163 (dirp, namelist, select, dcomp); in scandir_b() 172 fdscandir_b(int dirfd, struct dirent ***namelist, select_block select, in fdscandir_b() argument [all …]
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | Kconfig | 5 select CRYPTO_MICHAEL_MIC 6 select ATH_COMMON 7 select QCOM_QMI_HELPERS 24 select MHI_BUS 25 select QRTR 26 select QRTR_MHI 27 select PCI_PWRCTRL_PWRSEQ if HAVE_PWRCTRL 51 Select this to use ath11k tracing infrastructure.
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | Kconfig | 4 select MT792x_LIB 5 select WANT_DEV_COREDUMP 9 select MT7921_COMMON 19 select MT76_SDIO 20 select MT7921_COMMON 30 select MT792x_USB 31 select MT7921_COMMON
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | SelectHelper.h | 22 // Defaults to infinite wait for select unless you call SetTimeout() 25 // Call SetTimeout() before calling SelectHelper::Select() to set the timeout 27 // SelectHelper::Select() without having to worry about the absolute timeout 31 // Call the FDSet*() functions before calling SelectHelper::Select() to set 32 // the file descriptors that we will watch for when calling select. This will 33 // cause FD_SET() to be called prior to calling select using the "fd" 39 // Call the FDIsSet*() functions after calling SelectHelper::Select() to 41 // contain the result of FD_ISSET after calling select for a given file 47 // Call the system's select() to wait for descriptors using timeout provided 50 lldb_private::Status Select();
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | Kconfig | 5 select ATH_COMMON 6 select CRC32 7 select WANT_DEV_COREDUMP 8 select ATH10K_CE 49 select QCOM_SCM 50 select QCOM_QMI_HELPERS 80 select RELAY 90 Select this to ath10k use tracing infrastructure.
|