| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGISel.h | 193 // Space-optimized forms that implicitly encode VT. 250 // Space-optimized forms that implicitly encode integer VT. 256 // Space-optimized forms that implicitly encode integer VT. 287 // Space-optimized forms that implicitly encode number of result VTs. 291 // Space-optimized forms that implicitly encode EmitNodeInfo. 299 // Space-optimized forms that implicitly encode number of result VTs. 303 // Space-optimized forms that implicitly encode EmitNodeInfo.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 177 // SREG is always implicitly killed in expandArith() 202 // SREG is always implicitly dead in expandLogic() 263 // SREG is always implicitly dead in expandLogicImm() 345 // SREG is always implicitly killed in expand() 378 // SREG is always implicitly killed in expand() 390 // SREG is always implicitly killed in expand() 439 // SREG is always implicitly dead in expand() 470 // SREG is always implicitly dead in expand() 486 // SREG is always implicitly killed in expand() 519 // SREG is always implicitly killed in expand() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls13groupselection_test.c | 57 * Key share is implicitly sent for first client group 58 * Test (implicitly) that the key share group is used 73 * Key share is implicitly sent for first client group 90 * Test (implicitly) that multiple key shares are generated 91 * Test (implicitly) that multiple tuples don't influence the client 92 * Test (implicitly) that key share prefix doesn't influence the server
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.h | 74 // Add capabilities to AllCaps, recursing through their implicitly declared 95 // Add a list of capabilities, ensuring AllCaps captures all the implicitly 97 // capabilities (so all implicitly declared ones are removed). 114 // Add the given capabilities to available and all their implicitly defined
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrAnalysis.h | 95 /// \param Inst implicitly clears the upper portion of all super-registers. 97 /// Example: on X86-64, a write to EAX implicitly clears the upper half of 99 /// instruction implicitly clears the upper portion of the correspondent 104 /// the instruction. If a write implicitly clears its super-registers, then
|
| H A D | MCInstrDesc.h | 210 unsigned char NumImplicitUses; // Num of regs implicitly used 211 unsigned char NumImplicitDefs; // Num of regs implicitly defined 562 /// flags register. In this case, the instruction is marked as implicitly 564 /// marked as implicitly reading the 'CL' register, which it always does. 573 /// instructions implicitly set the flags register. In this case, they are 585 /// Return true if this instruction implicitly 591 /// Return true if this instruction implicitly 619 /// register, either explicitly or implicitly.
|
| /freebsd/lib/libc/gen/ |
| H A D | setproctitle.3 | 85 is implicitly non-standard. 89 also implicitly non-portable.
|
| /freebsd/lib/libsys/ |
| H A D | stat.2 | 189 Changed implicitly by syscalls such as 197 Changed implicitly by syscalls such as 216 Changed implicitly by any syscall that affects file metadata, including
|
| H A D | wait.2 | 106 functions all implicitly wait for exited and trapped processes, 296 This flag is implicitly set for the functions 312 This flag is implicitly set for the functions
|
| /freebsd/contrib/sendmail/src/ |
| H A D | bf.c | 405 /* errno is set implicitly by read() */ 519 /* errno is set implicitly by write() */ 608 /* errno is set implicitly by write() */ 719 /* errno is set implicitly by open() */ 735 /* errno is set implicitly by lseek() */ 746 /* errno is set implicitly by write() */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | type_traits.h | 27 /// because it is based on being implicitly convertible to an integral type. 28 /// Also note that enum classes aren't implicitly convertible to integral types,
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | ossl-guide-libcrypto-introduction.7 | 163 fetched implicitly using default search criteria (which uses NULL for the 167 is supplied. In this case an algorithm implementation is implicitly fetched 172 \&\fBEVP_DigestSignInit\fR\|(3), all fetch the implementations implicitly. Usually the 180 faster than implicitly fetching the algorithm every time you use it. See an
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | vm_reserv_populate.sh | 133 // On x86 loads are implicitly acquire. 170 // On x86 stores are implicitly release. 175 // On x86 stores are implicitly release.
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-libcrypto-introduction.pod | 118 fetched implicitly using default search criteria (which uses NULL for the 122 is supplied. In this case an algorithm implementation is implicitly fetched 127 L<EVP_DigestSignInit(3)>, all fetch the implementations implicitly. Usually the 136 faster than implicitly fetching the algorithm every time you use it. See an
|
| /freebsd/lib/libc/tests/locale/ |
| H A D | wcrtomb_test.c | 57 * If the buffer argument is NULL, wc is implicitly L'\0', in ATF_TC_BODY() 93 * If the buffer argument is NULL, wc is implicitly L'\0', in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | algorithm | 30 // these functions are constexpr, and so are implicitly __host__ __device__. 38 // implicitly become host device if there's no explicitly host or device
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 88 /// implicitly operate on the AST this produces. 124 /// If this symbol is a <special-name>. These are generally implicitly
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | MapLattice.h | 34 /// finite number of keys. In that case, `top` is (implicitly), the map 93 /// treated as implicitly mapping to `bottom`. So, the joined map contains the
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConsumer.h | 79 /// Invoked when a function is implicitly instantiated. 90 /// Handle an ImportDecl that was implicitly created due to an
|
| /freebsd/lib/libutil++/ |
| H A D | freebsd__nvlist_up.3 | 34 // `nvl' is implicitly destroyed
|
| H A D | freebsd__FILE_up.3 | 37 // `fp' is implicitly closed on destruction
|
| H A D | freebsd__malloc_up.3 | 44 // `mystring' is implicitly freed on destruction
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varname-dot-alltargets.mk | 23 # Interestingly, the .END target is also implicitly defined at
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.h | 164 /// that is both implicitly used and defined in MI 167 /// If MI implicitly def/uses a register, then
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 105 /// parameters. If there is a module cache, this may implicitly compile the 117 /// implicitly, due to the presence of an inclusion directive. Otherwise,
|