| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | DCE.cpp | 78 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/ |
| HD | kerberos5.c | 81 #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/ |
| HD | Makefile.am | 8 if DCE
|
| /NextBSD/crypto/heimdal/lib/ |
| HD | Makefile.am | 11 if DCE
|
| /NextBSD/lib/clang/libllvmscalaropts/ |
| HD | Makefile | 14 DCE.cpp \
|
| /NextBSD/contrib/telnet/libtelnet/ |
| HD | kerberos5.c | 533 #if defined(DCE) in kerberos5_is() 558 #if defined(DCE) in kerberos5_is() 815 #if defined(DCE)
|
| /NextBSD/contrib/gcc/ |
| HD | timevar.def | 98 DEFTIMEVAR (TV_TREE_DCE , "tree conservative DCE") 99 DEFTIMEVAR (TV_TREE_CD_DCE , "tree aggressive DCE")
|
| /NextBSD/crypto/heimdal/lib/asn1/ |
| HD | krb5.asn1 | 122 KRB5-PADATA-OSF-DCE(8), 189 KRB5-AUTHDATA-OSF-DCE(64), 191 KRB5-AUTHDATA-OSF-DCE-PKI-CERTID(66),
|
| HD | ChangeLog | 1660 * 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/ |
| HD | CGExprCXX.cpp | 1762 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()
|
| HD | CGExpr.cpp | 3000 const auto *DCE = cast<CXXDynamicCastExpr>(E); in EmitCastLValue() local 3001 return MakeAddrLValue(EmitDynamicCast(V, DCE), E->getType()); in EmitCastLValue()
|
| HD | CGExprScalar.cpp | 1455 const CXXDynamicCastExpr *DCE = cast<CXXDynamicCastExpr>(CE); in VisitCastExpr() local 1456 return CGF.EmitDynamicCast(V, DCE); in VisitCastExpr()
|
| HD | CodeGenFunction.h | 1801 llvm::Value *EmitDynamicCast(llvm::Value *V, const CXXDynamicCastExpr *DCE);
|
| /NextBSD/crypto/heimdal/appl/login/ |
| HD | login.c | 626 #if defined(DCE) && defined(AIX) in main()
|
| /NextBSD/crypto/heimdal/appl/rsh/ |
| HD | ChangeLog | 44 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/ |
| HD | uart_if.m | 69 # This method retrieves the DTE and DCE signals and their corresponding
|
| /NextBSD/crypto/heimdal/lib/gssapi/ |
| HD | ChangeLog | 22 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/ |
| HD | NEWS | 620 * implement more DCE/DFS support, enabled with --enable-dce, see 888 * try to handle old DCE and MIT kdcs
|
| HD | ChangeLog.2003 | 762 so old DCE secd apparently required the subkey to be there, and MS 765 old DCE secd.
|
| HD | ChangeLog.2000 | 410 * lib/asn1/der_get.c: add comment on *why* DCE sometimes used BER
|
| /NextBSD/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 1179 #if defined(DCE) in startslave()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 3072 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/ |
| HD | config.h.in | 68 /* Define if you want support for DCE/DFS PAG's. */ 69 #undef DCE
|
| /NextBSD/share/ctypedef/ |
| HD | zh_Hant_HK.Big5HKSCS.src | 1922 <CJK_UNIFIED_IDEOGRAPH-8DCE>;/ 4238 <CJK_UNIFIED_IDEOGRAPH-8DCE>;/ 6514 <CJK_UNIFIED_IDEOGRAPH-8DCE>;/
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrThumb.td | 252 // FIXME: Marking these as hasSideEffects is necessary to prevent machine DCE
|