HomeSort by relevance Sort by last modified time
    Searched refs:Exp (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Tools/android/flex-2.5.4a/MISC/MSDOS/
MSC70.make 4 vern Exp $ (LBL)
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 42 bool VisitBinaryOperator(BinaryOperator *Exp) {
43 if (Exp->getType()->isDependentType())
46 Expr *E = Exp->getLHS();
59 Exp->getOperatorLoc())) {
TransEmptyStatementsAndDealloc.cpp 135 Expr *Exp = S->getCollection();
136 if (!Exp)
138 if (hasSideEffects(Exp, Ctx))
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 591 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
624 // We can handle 3 bits of exponent: exp == UInt(NOT(b):c:d)-3
625 if (Exp < -3 || Exp > 4)
627 Exp = ((Exp+3) & 0x7) ^ 4
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 277 unsigned buildSExpr(const Expr *Exp, CallingContext* CallCtx,
279 if (!Exp)
282 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Exp)) {
303 } else if (isa<CXXThisExpr>(Exp)) {
315 } else if (const MemberExpr *ME = dyn_cast<MemberExpr>(Exp)) {
323 } else if (const CXXMemberCallExpr *CMCE = dyn_cast<CXXMemberCallExpr>(Exp)) {
355 } else if (const CallExpr *CE = dyn_cast<CallExpr>(Exp)) {
386 } else if (const BinaryOperator *BOE = dyn_cast<BinaryOperator>(Exp)) {
392 } else if (const UnaryOperator *UOE = dyn_cast<UnaryOperator>(Exp)) {
419 dyn_cast<ArraySubscriptExpr>(Exp)) {
    [all...]
CFG.cpp     [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 53 unsigned int exp:8; member in struct:__anon17308::__anon17309
62 unsigned int exp:11; member in struct:__anon17310::__anon17311
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 (R.layout.exp != E.layout.exp) ||
226 F.layout.exp = 0;
234 D.layout.exp = 0;
243 F.layout.exp = 1;
264 (R.layout.exp != E.layout.exp) |
823 int exp, hi, lo; member in struct:__anon17315
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 53 unsigned int exp:8; member in struct:__anon17349::__anon17350
62 unsigned int exp:11; member in struct:__anon17351::__anon17352
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 (R.layout.exp != E.layout.exp) ||
226 F.layout.exp = 0;
234 D.layout.exp = 0;
243 F.layout.exp = 1;
264 (R.layout.exp != E.layout.exp) |
823 int exp, hi, lo; member in struct:__anon17356
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 127 const MCExpr *Exp =
129 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 40 const MCExpr *Exp = Op.getExpr();
41 Exp->print(O);
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 157 Value *Exp = CI->getArgOperand(0);
158 CI->replaceAllUsesWith(Exp);
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 301 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
304 Stmt *RewriteAtSelector(ObjCSelectorExpr *Exp);
305 Stmt *RewriteMessageExpr(ObjCMessageExpr *Exp);
306 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
307 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
366 Stmt *SynthMessageExpr(ObjCMessageExpr *Exp,
393 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
397 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
409 void CollectBlockDeclRefInfo(BlockExpr *Exp);
    [all...]
RewriteModernObjC.cpp 343 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
346 Stmt *RewriteAtSelector(ObjCSelectorExpr *Exp);
347 Stmt *RewriteMessageExpr(ObjCMessageExpr *Exp);
348 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
349 Stmt *RewriteObjCBoolLiteralExpr(ObjCBoolLiteralExpr *Exp);
350 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
351 Stmt *RewriteObjCArrayLiteralExpr(ObjCArrayLiteral *Exp);
352 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
353 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
420 Stmt *SynthMessageExpr(ObjCMessageExpr *Exp,
    [all...]
  /external/openssh/regress/
bsd.regress.mk 1 # $OpenBSD: bsd.regress.mk,v 1.9 2002/02/17 01:10:15 marc Exp $
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 405 const MCExpr *Exp =
408 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
450 const MCExpr *Exp =
453 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
488 const MCExpr *Exp =
491 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
524 const MCExpr *Exp =
527 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
557 const MCExpr *Exp =
560 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 6 dnl Last modification: alsa.m4,v 1.23 2004/01/16 18:14:22 tiwai Exp
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprCXX.cpp 525 const Expr *Exp) {
526 if (const ExprWithCleanups *E = dyn_cast<ExprWithCleanups>(Exp))
527 Exp = E->getSubExpr();
528 assert(isa<CXXConstructExpr>(Exp) &&
530 const CXXConstructExpr* E = cast<CXXConstructExpr>(Exp);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
  /external/llvm/utils/TableGen/
SetTheory.cpp 308 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
312 Exp->expand(*this, Set, Elts);
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 206 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_LA(exp, Exp)
  /external/openssh/contrib/caldera/
openssh.spec 366 $Id: openssh.spec,v 1.75.2.1 2011/09/05 00:28:11 djm Exp $
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 444 milliseconds

1 2