Home
last modified time | relevance | path

Searched refs:WRITTEN (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/Transforms/Attributor/
Dreadattrs.ll298 ; CHECK-SAME: (i8* noalias nonnull byval(i8) dereferenceable(1) [[WRITTEN:%.*]]) [[ATTR2]] {
299 ; CHECK-NEXT: call void @escape_i8(i8* nonnull dereferenceable(1) [[WRITTEN]])
309 …oalias nocapture nofree nonnull writeonly byval(i8) dereferenceable(1) [[WRITTEN:%.*]]) [[ATTR1]] {
310 ; IS__TUNIT____-NEXT: store i8 0, i8* [[WRITTEN]], align 1
315 …oalias nocapture nofree nonnull writeonly byval(i8) dereferenceable(1) [[WRITTEN:%.*]]) [[ATTR1]] {
316 ; IS__CGSCC____-NEXT: store i8 0, i8* [[WRITTEN]], align 1
326 ; CHECK-SAME: (i8* noalias nonnull byval(i8) dereferenceable(1) [[WRITTEN:%.*]]) [[ATTR9:#.*]] {
327 ; CHECK-NEXT: call void @escape_i8(i8* nonnull dereferenceable(1) [[WRITTEN]])
337 …oalias nocapture nofree nonnull writeonly byval(i8) dereferenceable(1) [[WRITTEN:%.*]]) [[ATTR1]] {
338 ; IS__TUNIT____-NEXT: store i8 0, i8* [[WRITTEN]], align 1
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_SetBits.c78 if(!IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in TPM2_NV_SetBits()
DNV_Increment.c74 if(!IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in TPM2_NV_Increment()
DNV_spt.c85 if(!IS_ATTRIBUTE(attributes, TPMA_NV, WRITTEN)) in NvReadAccessChecks()
DNV_Extend.c84 if(IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in TPM2_NV_Extend()
DNV_DefineSpace.c174 if(IS_ATTRIBUTE(attributes, TPMA_NV, WRITTEN) in TPM2_NV_DefineSpace()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvDynamic.c890 pAssert(IS_ATTRIBUTE(nvAttributes, TPMA_NV, WRITTEN)); in NvGetIndexData()
1093 if(!IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in NvWriteIndexData()
1096 SET_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN); in NvWriteIndexData()
1333 && IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in NvDeleteIndex()
1721 CLEAR_ATTRIBUTE(attributes, TPMA_NV, WRITTEN); in NvSetStartupAttributes()
1725 if(!IS_ATTRIBUTE(attributes, TPMA_NV, WRITTEN) in NvSetStartupAttributes()
/external/antlr/runtime/CSharp2/
DLICENSE.TXT15 derived from this software without specific prior WRITTEN permission.
/external/antlr/runtime/Delphi/
DLICENSE.TXT16 derived from this software without specific prior WRITTEN permission.
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c384 if(!IS_ATTRIBUTE(nvAttributes, TPMA_NV, WRITTEN)) in IsAuthValueAvailable()
1102 if((IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in CheckPolicyAuthSession()
1465 && IS_ATTRIBUTE(nvAttributes, TPMA_NV, WRITTEN)) in CheckAuthSession()
1480 && IS_ATTRIBUTE(nvAttributes, TPMA_NV, WRITTEN) in CheckAuthSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h2292 unsigned WRITTEN : 1; member