Searched refs:WRITTEN (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | readattrs.ll | 298 ; 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/ |
D | NV_SetBits.c | 78 if(!IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in TPM2_NV_SetBits()
|
D | NV_Increment.c | 74 if(!IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in TPM2_NV_Increment()
|
D | NV_spt.c | 85 if(!IS_ATTRIBUTE(attributes, TPMA_NV, WRITTEN)) in NvReadAccessChecks()
|
D | NV_Extend.c | 84 if(IS_ATTRIBUTE(nvIndex->publicArea.attributes, TPMA_NV, WRITTEN)) in TPM2_NV_Extend()
|
D | NV_DefineSpace.c | 174 if(IS_ATTRIBUTE(attributes, TPMA_NV, WRITTEN) in TPM2_NV_DefineSpace()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | NvDynamic.c | 890 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/ |
D | LICENSE.TXT | 15 derived from this software without specific prior WRITTEN permission.
|
/external/antlr/runtime/Delphi/ |
D | LICENSE.TXT | 16 derived from this software without specific prior WRITTEN permission.
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 384 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/ |
D | TpmTypes.h | 2292 unsigned WRITTEN : 1; member
|