Home
last modified time | relevance | path

Searched refs:Exp (Results 1 – 25 of 68) sorted by relevance

123

/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs55 ! "@(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/ccl.c,v 2.5 90/06/27 23:48:13 vern Exp $ (LBL)";
66 ! "@(#) $Header: ccl.c,v 2.5 90/06/27 23:48:13 vern Exp $ (LBL)";
81 ! "@(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/dfa.c,v 2.7 90/06/27 23:48:15 vern Exp $ (LBL)";
92 ! "@(#) $Header: dfa.c,v 2.7 90/06/27 23:48:15 vern Exp $ (LBL)";
147 ! "@(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/ecs.c,v 2.5 90/06/27 23:48:17 vern Exp $ (LBL)";
158 ! "@(#) $Header: ecs.c,v 2.5 90/06/27 23:48:17 vern Exp $ (LBL)";
173 ! * $Header: /usr/fsys/odin/a/vern/flex/RCS/flex.skel,v 2.13 90/05/26 17:24:13 vern Exp $
181 ! * $Header: flex.skel,v 2.13 90/05/26 17:24:13 vern Exp $
193 ! /* @(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/flexdef.h,v 2.7 90/06/27 23:48:19 vern Exp $ (LBL…
201 ! /* @(#) $Header: flexdef.h,v 2.7 90/06/27 23:48:19 vern Exp $ (LBL) */
[all …]
/external/llvm/test/Transforms/GVN/
D2007-07-30-PredIDom.ll4 …%struct.Exp = type { %struct.Exp_*, i32, i32, i32, %struct.Exp*, %struct.Exp*, %"struct.Exp::$_10"…
5 %"struct.Exp::$_10" = type { %struct.Exp* }
6 %"struct.Exp::$_12" = type { %struct.Exp** }
11 define i8* @_ZN3Exp8toStringEj(%struct.Exp* %this, i32 %nextpc) {
/external/clang/lib/Rewrite/
DRewriteObjC.cpp281 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
288 Stmt *RewriteAtSelector(ObjCSelectorExpr *Exp);
289 Stmt *RewriteMessageExpr(ObjCMessageExpr *Exp);
290 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
291 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
306 Stmt *SynthMessageExpr(ObjCMessageExpr *Exp,
379 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
384 void CollectBlockDeclRefInfo(BlockExpr *Exp);
443 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
1287 if (Expr *Exp = dyn_cast<Expr>(Receiver)) in RewritePropertyOrImplicitSetter() local
[all …]
/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp42 bool VisitBinaryOperator(BinaryOperator *Exp) { in VisitBinaryOperator() argument
43 Expr *E = Exp->getLHS(); in VisitBinaryOperator()
56 Exp->getOperatorLoc())) { in VisitBinaryOperator()
DTransEmptyStatementsAndDealloc.cpp92 Expr *Exp = S->getCollection(); in VisitObjCForCollectionStmt() local
93 if (!Exp) in VisitObjCForCollectionStmt()
95 if (hasSideEffects(Exp, Ctx)) in VisitObjCForCollectionStmt()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp157 const MCExpr *Exp = in EmitReference() local
159 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitReference()
165 const MCExpr *Exp = in EmitReference() local
167 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding), /*addrspace*/0); in EmitReference()
/external/valgrind/main/none/tests/ppc64/
Dround.c534 dbl_overlay Res, Exp; in check_single_guarded_arithmetic_op() local
787 Exp.dbl = expected; in check_single_guarded_arithmetic_op()
789 if ((Res.layout.sign != Exp.layout.sign) || in check_single_guarded_arithmetic_op()
790 (Res.layout.exp != Exp.layout.exp) || in check_single_guarded_arithmetic_op()
791 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_single_guarded_arithmetic_op()
792 (Res.layout.frac_hi != Exp.layout.frac_hi)) { in check_single_guarded_arithmetic_op()
805 if (status) printf("\n\texpected %a", Exp.dbl); in check_single_guarded_arithmetic_op()
832 dbl_overlay Res, Exp; in check_double_guarded_arithmetic_op() local
1128 Exp.dbl = expected; in check_double_guarded_arithmetic_op()
1130 if ((Res.layout.sign != Exp.layout.sign) || in check_double_guarded_arithmetic_op()
[all …]
/external/valgrind/main/none/tests/ppc32/
Dround.c534 dbl_overlay Res, Exp; in check_single_guarded_arithmetic_op() local
787 Exp.dbl = expected; in check_single_guarded_arithmetic_op()
789 if ((Res.layout.sign != Exp.layout.sign) || in check_single_guarded_arithmetic_op()
790 (Res.layout.exp != Exp.layout.exp) || in check_single_guarded_arithmetic_op()
791 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_single_guarded_arithmetic_op()
792 (Res.layout.frac_hi != Exp.layout.frac_hi)) { in check_single_guarded_arithmetic_op()
805 if (status) printf("\n\texpected %a", Exp.dbl); in check_single_guarded_arithmetic_op()
832 dbl_overlay Res, Exp; in check_double_guarded_arithmetic_op() local
1128 Exp.dbl = expected; in check_double_guarded_arithmetic_op()
1130 if ((Res.layout.sign != Exp.layout.sign) || in check_double_guarded_arithmetic_op()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp2887 const UnaryOperator *Exp = cast<UnaryOperator>(E); in CheckICE() local
2888 switch (Exp->getOpcode()) { in CheckICE()
2903 return CheckICE(Exp->getSubExpr(), Ctx); in CheckICE()
2918 const UnaryExprOrTypeTraitExpr *Exp = cast<UnaryExprOrTypeTraitExpr>(E); in CheckICE() local
2919 if ((Exp->getKind() == UETT_SizeOf) && in CheckICE()
2920 Exp->getTypeOfArgument()->isVariableArrayType()) in CheckICE()
2925 const BinaryOperator *Exp = cast<BinaryOperator>(E); in CheckICE() local
2926 switch (Exp->getOpcode()) { in CheckICE()
2959 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); in CheckICE()
2960 ICEDiag RHSResult = CheckICE(Exp->getRHS(), Ctx); in CheckICE()
[all …]
DExpr.cpp1500 const ConditionalOperator *Exp = cast<ConditionalOperator>(this); in isUnusedResultAWarning() local
1501 if (!Exp->getRHS()->isUnusedResultAWarning(Loc, R1, R2, Ctx)) in isUnusedResultAWarning()
1503 if (!Exp->getLHS()) in isUnusedResultAWarning()
1505 return Exp->getLHS()->isUnusedResultAWarning(Loc, R1, R2, Ctx); in isUnusedResultAWarning()
2335 const Expr *Exp = cast<CompoundLiteralExpr>(this)->getInitializer(); in isConstantInitializer() local
2336 return Exp->isConstantInitializer(Ctx, false); in isConstantInitializer()
2342 const InitListExpr *Exp = cast<InitListExpr>(this); in isConstantInitializer() local
2343 unsigned numInits = Exp->getNumInits(); in isConstantInitializer()
2345 if (!Exp->getInit(i)->isConstantInitializer(Ctx, false)) in isConstantInitializer()
2364 const UnaryOperator* Exp = cast<UnaryOperator>(this); in isConstantInitializer() local
[all …]
/external/llvm/lib/Transforms/Utils/
DLowerExpectIntrinsic.cpp149 Value *Exp = CI->getArgOperand(0); in runOnFunction() local
150 CI->replaceAllUsesWith(Exp); in runOnFunction()
/external/clang/lib/CodeGen/
DCGExpr.cpp1212 ObjCIvarRefExpr *Exp = cast<ObjCIvarRefExpr>(const_cast<Expr*>(E)); in setObjCGCLValueClass() local
1213 LV.setBaseIvarExp(Exp->getBase()); in setObjCGCLValueClass()
1218 if (const DeclRefExpr *Exp = dyn_cast<DeclRefExpr>(E)) { in setObjCGCLValueClass() local
1219 if (const VarDecl *VD = dyn_cast<VarDecl>(Exp->getDecl())) { in setObjCGCLValueClass()
1229 if (const UnaryOperator *Exp = dyn_cast<UnaryOperator>(E)) { in setObjCGCLValueClass() local
1230 setObjCGCLValueClass(Ctx, Exp->getSubExpr(), LV); in setObjCGCLValueClass()
1234 if (const ParenExpr *Exp = dyn_cast<ParenExpr>(E)) { in setObjCGCLValueClass() local
1235 setObjCGCLValueClass(Ctx, Exp->getSubExpr(), LV); in setObjCGCLValueClass()
1248 if (const GenericSelectionExpr *Exp = dyn_cast<GenericSelectionExpr>(E)) { in setObjCGCLValueClass() local
1249 setObjCGCLValueClass(Ctx, Exp->getResultExpr(), LV); in setObjCGCLValueClass()
[all …]
/external/e2fsprogs/lib/et/test_cases/
Dheimdal2.et1 # $Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $
14 ec KADM_RCSID, "$Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $"
/external/webkit/Tools/android/flex-2.5.4a/
Dconf.in1 /* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit1 # Id: racoon.conf.sample-inherit,v 1.3 2005/12/13 16:41:07 vanhu Exp
Dracoon.conf.sample-plainrsa1 # Id: racoon.conf.sample-plainrsa,v 1.4 2005/12/13 16:41:07 vanhu Exp
Dracoon.conf.sample-gssapi1 # $KAME: racoon.conf.sample-gssapi,v 1.5 2001/08/16 06:33:40 itojun Exp $
Dracoon.conf.sample1 # $KAME: racoon.conf.sample,v 1.28 2002/10/18 14:33:28 itojun Exp $
Dracoon.conf.in1 # $KAME: racoon.conf.in,v 1.18 2001/08/16 06:33:40 itojun Exp $
/external/llvm/utils/TableGen/
DSetTheory.cpp261 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) { in expand() local
265 Exp->expand(*this, Set, Elts); in expand()
/external/ipsec-tools/src/include-glibc/
DNOTICE29 $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
/external/strace/
DCOPYRIGHT31 $Id: COPYRIGHT,v 1.3 2002/03/31 18:43:00 wichert Exp $
DNOTICE31 $Id: COPYRIGHT,v 1.3 2002/03/31 18:43:00 wichert Exp $
/external/webkit/Tools/android/flex-2.5.4a/MISC/MSDOS/
DMSC70.make4 vern Exp $ (LBL)
/external/expat/conftools/
Dac_c_bigendian_cross.m410 dnl @version $Id: ac_c_bigendian_cross.m4,v 1.2 2001/10/01 20:03:13 fdrake Exp $

123