Home
last modified time | relevance | path

Searched refs:DCE (Results 1 – 25 of 53) sorted by relevance

123

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDDCE.cpp78 struct DCE : public FunctionPass { struct
80 DCE() : FunctionPass(ID) { in DCE() argument
92 char DCE::ID = 0;
93 INITIALIZE_PASS(DCE, "dce", "Dead Code Elimination", false, false)
95 bool DCE::runOnFunction(Function &F) { in runOnFunction()
140 return new DCE(); in createDeadCodeEliminationPass()
/NextBSD/crypto/heimdal/appl/telnet/libtelnet/
HDkerberos5.c81 #if defined(DCE)
572 #if defined(DCE) in kerberos5_is()
596 #if defined(DCE) in kerberos5_is()
714 #if defined(DCE) in kerberos5_status()
860 #if defined(DCE)
/NextBSD/crypto/heimdal/appl/
HDMakefile.am8 if DCE
/NextBSD/crypto/heimdal/lib/
HDMakefile.am11 if DCE
/NextBSD/lib/clang/libllvmscalaropts/
HDMakefile14 DCE.cpp \
/NextBSD/contrib/telnet/libtelnet/
HDkerberos5.c533 #if defined(DCE) in kerberos5_is()
558 #if defined(DCE) in kerberos5_is()
815 #if defined(DCE)
/NextBSD/contrib/gcc/
HDtimevar.def98 DEFTIMEVAR (TV_TREE_DCE , "tree conservative DCE")
99 DEFTIMEVAR (TV_TREE_CD_DCE , "tree aggressive DCE")
/NextBSD/crypto/heimdal/lib/asn1/
HDkrb5.asn1122 KRB5-PADATA-OSF-DCE(8),
189 KRB5-AUTHDATA-OSF-DCE(64),
191 KRB5-AUTHDATA-OSF-DCE-PKI-CERTID(66),
HDChangeLog1660 * gen_decode.c: add flag to decode broken DCE BER encoding
1662 * gen_locl.h: add flag to decode broken DCE BER encoding
1664 * main.c: add flag to decode broken DCE BER encoding
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp1762 const CXXDynamicCastExpr *DCE) { in EmitDynamicCast() argument
1763 QualType DestTy = DCE->getTypeAsWritten(); in EmitDynamicCast()
1765 if (DCE->isAlwaysNull()) in EmitDynamicCast()
1769 QualType SrcTy = DCE->getSubExpr()->getType(); in EmitDynamicCast()
HDCGExpr.cpp3000 const auto *DCE = cast<CXXDynamicCastExpr>(E); in EmitCastLValue() local
3001 return MakeAddrLValue(EmitDynamicCast(V, DCE), E->getType()); in EmitCastLValue()
HDCGExprScalar.cpp1455 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(CE); in VisitCastExpr() local
1456 return CGF.EmitDynamicCast(V, DCE); in VisitCastExpr()
HDCodeGenFunction.h1801 llvm::Value *EmitDynamicCast(llvm::Value *V, const CXXDynamicCastExpr *DCE);
/NextBSD/crypto/heimdal/appl/login/
HDlogin.c626 #if defined(DCE) && defined(AIX) in main()
/NextBSD/crypto/heimdal/appl/rsh/
HDChangeLog44 avoid seteuid/setuid dance. this breaks DCE, so remove support for
272 * rshd.c: DCE stuff from Ake Sandgren <ake@cs.umu.se>
/NextBSD/sys/dev/uart/
HDuart_if.m69 # This method retrieves the DTE and DCE signals and their corresponding
/NextBSD/crypto/heimdal/lib/gssapi/
HDChangeLog22 metze, seems that DCE-STYLE is even more weirer then what I though
878 DCE-STYLE, don't try to use to. From Andrew Bartlett.
1127 lengths. DCE-STYLE data is also padded so remove if (1 || ...)
1155 * krb5/arcfour.c: Support DCE-style unwrap, tested with
1160 a DCE-style kerberos 5 connection. XXX this needs to be made
1162 protocol. It should be possible to detach the Kerberos DCE-style
1180 Andrew Bartlet (still missing DCE/RPC support)
/NextBSD/crypto/heimdal/
HDNEWS620 * implement more DCE/DFS support, enabled with --enable-dce, see
888 * try to handle old DCE and MIT kdcs
HDChangeLog.2003762 so old DCE secd apparently required the subkey to be there, and MS
765 old DCE secd.
HDChangeLog.2000410 * lib/asn1/der_get.c: add comment on *why* DCE sometimes used BER
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c1179 #if defined(DCE) in startslave()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp3072 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(this); in HasSideEffects() local
3073 if (DCE->getTypeAsWritten()->isReferenceType() && in HasSideEffects()
3074 DCE->getCastKind() == CK_Dynamic) in HasSideEffects()
/NextBSD/crypto/heimdal/include/
HDconfig.h.in68 /* Define if you want support for DCE/DFS PAG's. */
69 #undef DCE
/NextBSD/share/ctypedef/
HDzh_Hant_HK.Big5HKSCS.src1922 <CJK_UNIFIED_IDEOGRAPH-8DCE>;/
4238 <CJK_UNIFIED_IDEOGRAPH-8DCE>;/
6514 <CJK_UNIFIED_IDEOGRAPH-8DCE>;/
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrThumb.td252 // FIXME: Marking these as hasSideEffects is necessary to prevent machine DCE

123