Searched refs:Exp (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dqequals.mk1 # $Id: qequals.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
H A Dunexport.mk1 # $Id: unexport.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
H A Dforsubst.mk1 # $Id: forsubst.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
H A Dexport-all.mk1 # $Id: export-all.mk,v 1.1.1.2 2015/04/10 20:43:38 sjg Exp $
H A Dexport.mk1 # $Id: export.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
H A Dsysv.mk1 # $Id: sysv.mk,v 1.2 2014/08/30 22:25:14 sjg Exp $
H A Dunexport-env.mk1 # $Id: unexport-env.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
H A Dvarshell.mk1 # $Id: varshell.mk,v 1.4 2015/04/20 03:16:39 sjg Exp $
/freebsd-11.0-release/contrib/sendmail/libsmdb/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.15 2006-06-28 21:08:01 ca Exp $
/freebsd-11.0-release/contrib/sendmail/libsmutil/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.18 2006-06-28 21:02:39 ca Exp $
/freebsd-11.0-release/contrib/sendmail/smrsh/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:04 ca Exp $
/freebsd-11.0-release/contrib/sendmail/test/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 1.6 2013-04-01 21:04:29 ca Exp $
/freebsd-11.0-release/contrib/sendmail/vacation/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.26 2006-06-28 21:08:05 ca Exp $
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp42 bool VisitBinaryOperator(BinaryOperator *Exp) { argument
43 if (Exp->getType()->isDependentType())
46 Expr *E = Exp->getLHS();
59 Exp->getOperatorLoc())) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h84 LExpr *Exp; member in class:clang::threadSafety::lexpr::Not
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} argument
89 const LExpr *exp() const { return Exp; }
90 LExpr *exp() { return Exp; }
/freebsd-11.0-release/contrib/sendmail/editmap/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 1.6 2006-06-28 21:08:01 ca Exp $
/freebsd-11.0-release/contrib/sendmail/libmilter/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.96 2013-10-14 16:16:44 ca Exp $
/freebsd-11.0-release/contrib/sendmail/mail.local/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.52 2006-06-28 21:08:02 ca Exp $
/freebsd-11.0-release/contrib/sendmail/mailstats/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:02 ca Exp $
/freebsd-11.0-release/contrib/sendmail/makemap/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.44 2006-06-28 21:08:03 ca Exp $
/freebsd-11.0-release/contrib/sendmail/praliases/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:03 ca Exp $
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h636 uint8_t Exp = (Imm >> 4) & 0x7; local
646 FPUnion.I |= ((Exp & 0x4) != 0 ? 0 : 1) << 30;
647 FPUnion.I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25;
648 FPUnion.I |= (Exp & 0x3) << 23;
658 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 local
670 if (Exp < -3 || Exp > 4)
672 Exp = ((Exp+3) & 0x7) ^ 4;
674 return ((int)Sign << 7) | (Exp <<
686 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp357 const Expr *Exp; // The expression for this variable, OR
359 Context Ctx; // The map with which Exp should be interpreted.
361 bool isReference() { return !Exp; }
366 : Dec(D), Exp(E), Ref(0), Ctx(C)
371 : Dec(D), Exp(nullptr), Ref(R), Ctx(C)
406 if (VarDefinitions[i].Exp) {
408 return VarDefinitions[i].Exp;
446 const Expr *Exp = VarDefinitions[i].Exp;
451 if (Exp) Ex
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h350 uint8_t Exp = (Imm >> 4) & 0x7; local
360 FPUnion.I |= ((Exp & 0x4) != 0 ? 0 : 1) << 30;
361 FPUnion.I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25;
362 FPUnion.I |= (Exp & 0x3) << 23;
372 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 local
382 if (Exp < -3 || Exp > 4)
384 Exp = ((Exp+3) & 0x7) ^ 4;
386 return ((int)Sign << 7) | (Exp <<
398 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 local
426 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 local
[all...]
/freebsd-11.0-release/contrib/sendmail/rmail/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.44 2006-06-28 21:08:04 ca Exp $

Completed in 133 milliseconds

123456