/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 Expr *E = Exp->getLHS(); 56 Exp->getOperatorLoc())) {
|
TransEmptyStatementsAndDealloc.cpp | 92 Expr *Exp = S->getCollection(); 93 if (!Exp) 95 if (hasSideEffects(Exp, Ctx))
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterDwarf.cpp | 157 const MCExpr *Exp = 159 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding)); 165 const MCExpr *Exp = 167 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding), /*addrspace*/0);
|
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | 281 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, [all...] |
/external/valgrind/main/none/tests/ppc32/ |
round.c | 53 unsigned int exp:8; member in struct:__anon12709::__anon12710 62 unsigned int exp:11; member in struct:__anon12711::__anon12712 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); 153 (R.layout.exp != E.layout.exp) || 229 F.layout.exp = 0; 237 D.layout.exp = 0; 246 F.layout.exp = 1; 267 (R.layout.exp != E.layout.exp) | 826 int exp, hi, lo; member in struct:__anon12716 [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.c | 53 unsigned int exp:8; member in struct:__anon12736::__anon12737 62 unsigned int exp:11; member in struct:__anon12738::__anon12739 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); 153 (R.layout.exp != E.layout.exp) || 229 F.layout.exp = 0; 237 D.layout.exp = 0; 246 F.layout.exp = 1; 267 (R.layout.exp != E.layout.exp) | 826 int exp, hi, lo; member in struct:__anon12743 [all...] |
/external/llvm/lib/Transforms/Utils/ |
LowerExpectIntrinsic.cpp | 149 Value *Exp = CI->getArgOperand(0); 150 CI->replaceAllUsesWith(Exp);
|
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |
Expr.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | [all...] |
CGExprCXX.cpp | 417 const Expr *Exp) { 418 if (const ExprWithCleanups *E = dyn_cast<ExprWithCleanups>(Exp)) 419 Exp = E->getSubExpr(); 420 assert(isa<CXXConstructExpr>(Exp) && 422 const CXXConstructExpr* E = cast<CXXConstructExpr>(Exp); [all...] |
CodeGenFunction.h | [all...] |
/external/llvm/utils/TableGen/ |
SetTheory.cpp | 261 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) { 265 Exp->expand(*this, Set, Elts);
|
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 360 const MCExpr *Exp = 363 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
|
/external/clang/lib/Sema/ |
SemaCXXCast.cpp | 650 Expr *Exp = SrcExpr.get(); 651 // Note that Exp does not change with CCK_OtherCast cast type 653 Exp, Sema::CCK_OtherCast); 716 Expr *Exp = SrcExpr.get(); 717 // Note that Exp does not change with CCK_OtherCast cast type 719 Exp, Sema::CCK_OtherCast); [all...] |
SemaExprObjC.cpp | [all...] |
SemaExprCXX.cpp | [all...] |
SemaDecl.cpp | [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CFRefCount.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/qemu/fpu/ |
softfloat.c | [all...] |