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

12345

/freebsd-10.3-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 $
H A Dcond2.mk1 # $Id: cond2.mk,v 1.1.1.2 2015/12/02 00:34:27 sjg Exp $
/freebsd-10.3-release/contrib/sendmail/libsmdb/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.15 2006-06-28 21:08:01 ca Exp $
/freebsd-10.3-release/contrib/sendmail/libsmutil/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.18 2006-06-28 21:02:39 ca Exp $
/freebsd-10.3-release/contrib/sendmail/smrsh/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:04 ca Exp $
/freebsd-10.3-release/contrib/sendmail/test/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 1.6 2013-04-01 21:04:29 ca Exp $
/freebsd-10.3-release/contrib/sendmail/vacation/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.26 2006-06-28 21:08:05 ca Exp $
/freebsd-10.3-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-10.3-release/contrib/sendmail/editmap/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 1.6 2006-06-28 21:08:01 ca Exp $
/freebsd-10.3-release/contrib/sendmail/libmilter/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.96 2013-10-14 16:16:44 ca Exp $
/freebsd-10.3-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-10.3-release/contrib/sendmail/mailstats/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:02 ca Exp $
/freebsd-10.3-release/contrib/sendmail/makemap/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.44 2006-06-28 21:08:03 ca Exp $
/freebsd-10.3-release/contrib/sendmail/praliases/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.36 2006-06-28 21:08:03 ca Exp $
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h591 uint8_t Exp = (Imm >> 4) & 0x7;
601 FPUnion.I |= ((Exp & 0x4) != 0 ? 0 : 1) << 30;
602 FPUnion.I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25;
603 FPUnion.I |= (Exp & 0x3) << 23;
613 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127
625 if (Exp < -3 || Exp > 4)
627 Exp = ((Exp+3) & 0x7) ^ 4;
629 return ((int)Sign << 7) | (Exp <<
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp282 unsigned buildSExpr(const Expr *Exp, CallingContext* CallCtx, argument
284 if (!Exp)
287 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Exp)) {
308 } else if (isa<CXXThisExpr>(Exp)) {
320 } else if (const MemberExpr *ME = dyn_cast<MemberExpr>(Exp)) {
328 } else if (const CXXMemberCallExpr *CMCE = dyn_cast<CXXMemberCallExpr>(Exp)) {
358 } else if (const CallExpr *CE = dyn_cast<CallExpr>(Exp)) {
388 } else if (const BinaryOperator *BOE = dyn_cast<BinaryOperator>(Exp)) {
394 } else if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(Exp)) {
421 dyn_cast<ArraySubscriptExpr>(Exp)) {
873 const SExpr &Exp = FM[*I].MutID; local
882 const SExpr &Exp = FM[*I].MutID; local
891 const SExpr &Exp = FM[*I].MutID; local
900 const SExpr& Exp = FM[*I].MutID; local
976 const Expr *Exp; // The expression for this variable, OR member in struct:__anon3182::LocalVariableMap::VarDefinition
1065 const Expr *Exp = VarDefinitions[i].Exp; local
1105 addDefinition(const NamedDecl *D, Expr *Exp, Context Ctx) argument
1123 updateDefinition(const NamedDecl *D, Expr *Exp, Context Ctx) argument
1549 getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp, const NamedDecl *D, VarDecl *SelfDecl) argument
1578 getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp, const NamedDecl *D, const CFGBlock *PredBlock, const CFGBlock *CurrBlock, Expr *BrE, bool Neg) argument
1701 CallExpr *Exp = local
1794 getValueDecl(const Expr *Exp) argument
1809 warnIfMutexNotHeld(const NamedDecl *D, const Expr *Exp, AccessKind AK, Expr *MutexExp, ProtectedOperationKind POK) argument
1848 warnIfMutexHeld(const NamedDecl *D, const Expr* Exp, Expr *MutexExp) argument
1871 checkAccess(const Expr *Exp, AccessKind AK) argument
1910 checkPtAccess(const Expr *Exp, AccessKind AK) argument
1958 handleCall(Expr *Exp, const NamedDecl *D, VarDecl *VD) argument
2139 VisitCallExpr(CallExpr *Exp) argument
2191 VisitCXXConstructExpr(CXXConstructExpr *Exp) argument
[all...]
/freebsd-10.3-release/contrib/sendmail/rmail/
H A DMakefile.m41 dnl $Id: Makefile.m4,v 8.44 2006-06-28 21:08:04 ca Exp $
/freebsd-10.3-release/contrib/bmake/mk/
H A Dlibnames.mk1 # $Id: libnames.mk,v 1.7 2009/12/25 07:34:03 sjg Exp $

Completed in 128 milliseconds

12345