Home
last modified time | relevance | path

Searched refs:UPN (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dpkinit.asn137 MS-UPN-SAN ::= UTF8String
H A Dkrb5.asn187 KRB5_NT_ENTERPRISE_PRINCIPAL(10), -- Windows 2000 UPN
89 KRB5_NT_ENT_PRINCIPAL_AND_ID(-130), -- Windows 2000 UPN and SID
H A DChangeLog146 * Makefile.am: add MS-UPN-SAN
148 * pkinit.asn1: add MS-UPN-SAN
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in655 help = "Microsoft UPN (for SAN)"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1060 if (const PHINode *UPN = dyn_cast<PHINode>(UI)) in canMergeBlocks() local
1061 for (unsigned I = 0, E = UPN->getNumIncomingValues(); I != E; ++I) { in canMergeBlocks()
1062 Instruction *Insn = dyn_cast<Instruction>(UPN->getIncomingValue(I)); in canMergeBlocks()
1064 Insn->getParent() != UPN->getIncomingBlock(I)) in canMergeBlocks()