HomeSort by relevance Sort by last modified time
    Searched defs:Exp (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 127 const MCExpr *Exp =
129 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 157 Value *Exp = CI->getArgOperand(0);
158 CI->replaceAllUsesWith(Exp);
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 135 Expr *Exp = S->getCollection();
136 if (!Exp)
138 if (hasSideEffects(Exp, Ctx))
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 41 const MCExpr *Exp = Op.getExpr();
42 Exp->print(O);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 374 const MCExpr *Exp =
377 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
419 const MCExpr *Exp =
422 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
456 const MCExpr *Exp =
459 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
492 const MCExpr *Exp =
495 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
524 const MCExpr *Exp =
527 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 53 unsigned int exp:8; member in struct:__anon30191::__anon30192
62 unsigned int exp:11; member in struct:__anon30193::__anon30194
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:__anon30198
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 53 unsigned int exp:8; member in struct:__anon30232::__anon30233
62 unsigned int exp:11; member in struct:__anon30234::__anon30235
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:__anon30239
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [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...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /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/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 2606 milliseconds