/external/llvm/lib/Transforms/Scalar/ |
SimplifyLibCalls.cpp | 14 // result" belongs in this file. 706 Value *Result = CastToCStr(CI->getArgOperand(0), B); 707 Result = B.CreateConstInBoundsGEP1_64(Result, Offset, "strstr"); 708 return B.CreateBitCast(Result, CI->getType()); 845 // result type. 900 // result type. [all...] |
Reassociate.cpp | 561 /// and returning the result. Insert the tree before I. [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 64 /// \brief The result of comparing two source ranges. 126 CXSourceRange Result = { { (void *)&SM, (void *)&LangOpts }, 129 return Result; 2311 bool result = RunVisitorWorkList(*WL); local 2409 CXTranslationUnit result; member in struct:ParseTranslationUnitInfo 2627 int result; member in struct:ReparseTranslationUnitInfo [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | 541 data_type Result; 543 Result.ID = ReadUnalignedLE32(d); 552 if (!Result.Instance.Method) { 554 Result.Instance.Method = Method; 555 Prev = &Result.Instance; 570 if (!Result.Factory.Method) { 572 Result.Factory.Method = Method; 573 Prev = &Result.Factory; 583 return Result; [all...] |
/external/chromium/chrome/browser/printing/ |
print_job.cc | 82 PrintingContext::Result result) { 308 DWORD result = MsgWaitForMultipleObjects(1, &thread_handle, local 310 if (result == WAIT_OBJECT_0 + 1) { 316 } else if (result == WAIT_OBJECT_0) {
|
/external/clang/lib/AST/ |
Stmt.cpp | 310 std::string Result; 314 Result += "$$"; 317 Result += *CurPtr; 321 Pieces.push_back(AsmStringPiece(Result));
|
Type.cpp | 2070 CachedProperties result = Cache::get(FPT->getResultType()); local [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 717 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) { 727 Result = tok::OOS_ON; 729 Result = tok::OOS_OFF; 731 Result = tok::OOS_DEFAULT; [all...] |
/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | 74 ExprResult Result = SubstExpr(Aligned->getAlignmentExpr(), 76 if (!Result.isInvalid()) 77 AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>()); 80 TypeSourceInfo *Result = SubstType(Aligned->getAlignmentType(), 84 if (Result) 85 AddAlignedAttr(Aligned->getLocation(), New, Result); 291 ExprResult Result = SubstExpr(Init, TemplateArgs); 292 if (Result.isInvalid()) 295 NewArgs.push_back(Result.takeAs<Expr>()); 542 // parameters into the pattern type and checking the result [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 253 const llvm::APSInt &Result = BasicVals.Convert(resultTy, RHS); 254 return nonloc::ConcreteInt(Result); 484 // The conversion type is usually the result type, but not in the case 495 // folded constant (LHS) to the result type. 621 if (Loc *Result = dyn_cast<Loc>(&ResultVal)) 622 return evalCastFromLoc(*Result, resultTy); [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGISel.h | 255 SmallVectorImpl<std::pair<SDValue, SDNode*> > &Result) {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 186 void SetPromotedInteger(SDValue Op, SDValue Result); 207 // Integer Result Promotion. 290 // Integer Result Expansion. 361 void SetSoftenedFloat(SDValue Op, SDValue Result); 363 // Result Float to Integer Conversion. 431 // Float Result Expansion. 487 void SetScalarizedVector(SDValue Op, SDValue Result); 489 // Vector Result Scalarization: <1 x ty> -> ty. 532 // Vector Result Splitting: <128 x ty> -> 2 x <64 x ty>. 580 void SetWidenedVector(SDValue Op, SDValue Result); [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.h | 236 void popStackAndReturnValueToCaller(Type *RetTy, GenericValue Result);
|
/external/llvm/utils/TableGen/ |
AsmWriterEmitter.cpp | 615 std::string Result; 620 : Result(R), AsmString(AS) {} 647 O.indent(6) << "// " << Result << "\n"; 847 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(), [all...] |
FastISelEmitter.cpp | 133 OperandsSignature Result; 136 Result.Operands.push_back(Operands[i]); 138 Result.Operands.push_back(OpKind::getImm(0)); 139 return Result; 483 // Ignore multiple result nodes for now.
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnPathProcessor.cpp | 258 const LoopBlinnTextureCoords::Result* texCoords); 490 const LoopBlinnTextureCoords::Result* texCoords) 561 LoopBlinnClassifier::Result classification = LoopBlinnClassifier::classify(seg->getPoint(0), 569 LoopBlinnTextureCoords::Result texCoords = [all...] |
/frameworks/compile/libbcc/lib/CodeGen/ |
CodeEmitter.h | 146 explicit CodeEmitter(ScriptCompiled *result, CodeMemoryManager *pMemMgr); 274 void GetConstantValue(const llvm::Constant *C, llvm::GenericValue &Result);
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailTabCarousel.java | 261 * Loads the data from the Loader-Result. This is the only function that has to be called 264 public void loadData(ContactLoader.Result contactData) {
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 36 import javax.xml.transform.Result; 125 /** The Result object at the start of the transform, if any. */ 126 private Result m_outputTarget = null; 140 * The content handler for the result tree. 259 * Keeps track of the result delivered by any EXSLT <code>func:result</code> 918 * Create a result ContentHandler from a Result object, based 921 * @param outputTarget Where the transform result should go, 925 * result tree when it is fed SAX events 1907 String result; local [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 886 Decl *Result 893 PD.complete(Result); 894 return Result; [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 183 // If the result of the constantexpr isn't pointer type, then we won't [all...] |
/external/llvm/lib/VMCore/ |
Instructions.cpp | 324 Instruction *Result = NULL; 327 Result = MCall; 328 if (Result->getType() != AllocPtrType) 330 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); 333 Result = MCall; 334 if (Result->getType() != AllocPtrType) { 337 Result = new BitCastInst(MCall, AllocPtrType, Name); 347 return Result; 355 /// 3. Bitcast the result of the malloc call to the specified type. 370 /// 3. Bitcast the result of the malloc call to the specified type [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 414 // Copy the result values into the output registers. 557 // Handle result values, copying them out of physregs into vregs that we 563 /// LowerCallResult - Lower the result values of a call into the 580 // Copy all of the result registers out of their specified physreg. 641 SDValue Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), 644 getPointerTy(), Result); 651 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy()); 653 return DAG.getNode(MSP430ISD::Wrapper, dl, getPointerTy(), Result);; 660 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true); 662 return DAG.getNode(MSP430ISD::Wrapper, dl, getPointerTy(), Result);; [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MessageViewFragmentBase.java | 704 implements LoaderCallbacks<ContactStatusLoader.Result> { 719 public Loader<ContactStatusLoader.Result> onCreateLoader(int id, Bundle args) { 725 public void onLoadFinished(Loader<ContactStatusLoader.Result> loader, 726 ContactStatusLoader.Result result) { 730 mFragment.mQuickContactLookupUri = result.mLookupUri; 732 if (result.isUnknown()) { 736 mFragment.mSenderPresenceView.setImageResource(result.mPresenceResId); 738 if (result.mPhoto != null) { // photo will be null if unknown. 739 mFragment.mFromBadge.setImageBitmap(result.mPhoto) [all...] |