Home
last modified time | relevance | path

Searched full:implicitly (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h193 // 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 DAVRExpandPseudoInsts.cpp177 // 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 Dtls13groupselection_test.c57 * 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 DSPIRVModuleAnalysis.h74 // 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 DMCInstrAnalysis.h95 /// \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 DMCInstrDesc.h210 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 Dsetproctitle.385 is implicitly non-standard.
89 also implicitly non-portable.
/freebsd/lib/libsys/
H A Dstat.2189 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 Dwait.2106 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 Dbf.c405 /* 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 Dtype_traits.h27 /// 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 Dossl-guide-libcrypto-introduction.7163 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 Dvm_reserv_populate.sh133 // 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 Dossl-guide-libcrypto-introduction.pod118 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 Dwcrtomb_test.c57 * 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 Dalgorithm30 // 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 DDemangle.h88 /// 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 DMapLattice.h34 /// 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 DASTConsumer.h79 /// Invoked when a function is implicitly instantiated.
90 /// Handle an ImportDecl that was implicitly created due to an
/freebsd/lib/libutil++/
H A Dfreebsd__nvlist_up.334 // `nvl' is implicitly destroyed
H A Dfreebsd__FILE_up.337 // `fp' is implicitly closed on destruction
H A Dfreebsd__malloc_up.344 // `mystring' is implicitly freed on destruction
/freebsd/contrib/bmake/unit-tests/
H A Dvarname-dot-alltargets.mk23 # Interestingly, the .END target is also implicitly defined at
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h164 /// 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 DModuleLoader.h105 /// parameters. If there is a module cache, this may implicitly compile the
117 /// implicitly, due to the presence of an inclusion directive. Otherwise,

12345678910>>...40