Home
last modified time | relevance | path

Searched refs:attributed (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/usr.bin/fortune/
H A DNotes142 All fortunes should be attributed, but if and only if they are original with
145 this, of course, but such statements should not be attributed to individuals
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td182 /// inlining) and a conservative merge strategy where inlining an attributed
/freebsd-12.1/crypto/openssl/doc/man7/
H A Ddes_modes.pod236 documentation for SSLeay, the predecessor of OpenSSL. In turn, he attributed
/freebsd-12.1/contrib/googletest/googletest/
H A DCHANGES10 lifespan of a test method, in which case it will be attributed to
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp3834 if (auto attributed = dyn_cast<AttributedType>(T.getTypePtr())) { in stripOuterNullability() local
3835 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
3836 T = attributed->getModifiedType(); in stripOuterNullability()
/freebsd-12.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md1021 Symbols with this probability are being attributed a single cell,
1027 each symbol gets attributed as many cells as its probability.
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md1178 > `SetUpTestCase()` and `TearDownTestCase()` methods, it will be attributed
1180 > cases (e.g. in a test environment), it will be attributed to the top-level
1979 ensures that failures generated by the latter are attributed to the right test
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1425 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local
1426 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DSemaType.cpp6454 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local
6456 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()
6473 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
/freebsd-12.1/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0741 \ Unfortunately, cipher suite identifiers are attributed mostly arbitrary,
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv347 changed, so that their problems will not be attributed erroneously to
/freebsd-12.1/contrib/tzdata/
H A Dafrica1553 # <http://fr.news.yahoo.com/050426/5/4dumk.html>, in a story attributed to AP
H A Deurope2713 # magazine No. 3, 1981 and a scan of the short article attributed to
/freebsd-12.1/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in1415 * A timestamp can sometimes be attributed directly to
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttrDocs.td552 warnings or errors at compile-time if calls to the attributed function meet
2293 The ``flatten`` attribute causes calls within the attributed function to
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00015809 messages produced when combining EITHER_BUT_PREFER_MU attributed
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi2648 code generation, so problems may arise when attributed types are used in
/freebsd-12.1/crypto/openssl/
H A DCHANGES10531 the solution is attributed to Derrick J Brashear <[email protected]>]
/freebsd-12.1/share/dict/
H A Dweb2a71627 well-attributed
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200432651 attributed functions as pure or const.