Searched refs:Result (Results 176 - 200 of 450) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp152 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
154 if (Result == LazyValueInfo::Unknown) return false;
160 if (Res != Result) return false;
166 if (Result == LazyValueInfo::True)
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp79 Function *Result = Function::Create( local
82 Value *Arg = Result->arg_begin();
83 BasicBlock *BB = BasicBlock::Create(M->getContext(), "entry", Result);
85 return Result;
/external/skia/tests/
H A DTest.cpp23 void Reporter::report(const char desc[], Result result) {
/external/v8/src/
H A Dregexp-macro-assembler.cc104 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match(
142 Result res = Execute(*regexp_code,
153 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Execute(
184 return static_cast<Result>(result);
/external/webkit/Source/WebCore/platform/haiku/
H A DContextMenuHaiku.cpp68 int Result() function in class:WebCore::ContextMenuReceiver
/external/webkit/Source/WebCore/svg/
H A DSVGFilterPrimitiveStandardAttributes.h80 DECLARE_ANIMATED_STRING(Result, result)
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageAreaImpl.cpp69 void WebStorageAreaImpl::setItem(const WebString& key, const WebString& value, const WebURL& url, Result& result, WebString& oldValue, WebFrame*)
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp56 MultiLevelTemplateArgumentList Result; local
59 Result.addOuterTemplateArguments(Innermost);
75 Result.addOuterTemplateArguments(0, 0);
76 return Result;
90 Result.addOuterTemplateArguments(&Spec->getTemplateInstantiationArgs());
109 Result.addOuterTemplateArguments(TemplateArgs);
121 Result.addOuterTemplateArguments(Injected.first, Injected.second);
140 Result.addOuterTemplateArguments(TST->getArgs(), TST->getNumArgs());
150 return Result;
701 TemplateArgument Result; local
796 ExprResult Result = local
1231 QualType Result local
1266 QualType Result local
1296 Result); local
1369 QualType Result = Instantiator.TransformType(TLB, TL); local
1443 QualType Result = Instantiator.TransformType(TLB, TL); local
2027 bool Result = InstantiateClass(PointOfInstantiation, ClassTemplateSpec, local
2266 Subst(const TemplateArgumentLoc *Args, unsigned NumArgs, TemplateArgumentListInfo &Result, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
H A DSemaTemplateVariadic.cpp340 TypeResult Result = ActOnPackExpansion(Arg.getAsType(), EllipsisLoc); local
341 if (Result.isInvalid())
344 return ParsedTemplateArgument(Arg.getKind(), Result.get().getAsOpaquePtr(),
349 ExprResult Result = ActOnPackExpansion(Arg.getAsExpr(), EllipsisLoc); local
350 if (Result.isInvalid())
353 return ParsedTemplateArgument(Arg.getKind(), Result.get(),
392 QualType Result = CheckPackExpansion(Pattern->getType(), local
395 if (Result.isNull())
398 TypeSourceInfo *TSResult = Context.CreateTypeSourceInfo(Result);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp230 MachineInstr::mmo_iterator Result = allocateMemRefsArray(Num); local
236 Result[Index] = *I;
244 Result[Index] = JustLoad;
249 return std::make_pair(Result, Result + Num);
262 MachineInstr::mmo_iterator Result = allocateMemRefsArray(Num); local
268 Result[Index] = *I;
276 Result[Index] = JustStore;
281 return std::make_pair(Result, Result
[all...]
/external/chromium/chrome/browser/printing/
H A Dprint_job_worker.cc130 PrintingContext::Result result =
136 void PrintJobWorker::GetSettingsDone(PrintingContext::Result result) {
166 void PrintJobWorker::GetSettingsWithUIDone(PrintingContext::Result result) {
172 PrintingContext::Result result = printing_context_->UseDefaultSettings();
188 PrintingContext::Result result =
/external/clang/include/clang/AST/
H A DExternalASTSource.h139 SmallVectorImpl<Decl*> &Result);
146 SmallVectorImpl<Decl*> &Result) {
147 return FindExternalLexicalDecls(DC, 0, Result);
152 SmallVectorImpl<Decl*> &Result) {
153 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
145 FindExternalLexicalDecls(const DeclContext *DC, SmallVectorImpl<Decl*> &Result) argument
151 FindExternalLexicalDeclsBy(const DeclContext *DC, SmallVectorImpl<Decl*> &Result) argument
H A DCanonicalType.h726 CanQual<T> Result; local
727 Result.Stored = QualType::getFromOpaquePtr(Ptr);
728 assert((!Result || Result.Stored.getAsOpaquePtr() == (void*)-1 ||
729 Result.Stored.isCanonical()) && "Type is not canonical!");
730 return Result;
738 CanQual<T> Result; local
739 Result.Stored = Other;
740 return Result;
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp410 int Result = 0; local
424 Result += Val.Delta;
430 if (!IN) return Result;
435 Result += IN->getChild(i)->getFullDelta();
442 return Result+IN->getChild(NumValsGreater)->getFullDelta();
/external/llvm/include/llvm/ADT/
H A DStringRef.h309 bool getAsInteger(unsigned Radix, long long &Result) const;
310 bool getAsInteger(unsigned Radix, unsigned long long &Result) const;
311 bool getAsInteger(unsigned Radix, int &Result) const;
312 bool getAsInteger(unsigned Radix, unsigned &Result) const;
318 /// is 0. The current value in Result is discarded, and the
327 bool getAsInteger(unsigned Radix, APInt &Result) const;
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp95 std::string Result; local
99 Result = V[0];
103 Result += ",";
105 Result += V[i];
109 return Result;
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp467 StubLayout Result = {14, 4}; local
468 return Result;
482 void *Result = (void*)JCE.getCurrentPCValue(); local
496 return Result;
517 return Result;
/external/skia/src/utils/
H A DSkInterpolator.cpp78 SkInterpolatorBase::Result SkInterpolatorBase::timeToT(SkMSec time, SkScalar* T,
81 Result result = kNormal_Result;
193 SkInterpolator::Result SkInterpolator::timeToValues(SkMSec time,
198 Result result = timeToT(time, &T, &index, &exact);
302 Result result;
/external/clang/lib/Parse/
H A DParseExpr.cpp1045 ExprResult Result = ParseExpression(); local
1049 if (!Result.isInvalid())
1050 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(),
1051 Result.take(), T.getCloseLocation());
1052 return move(Result);
1803 ExprResult Result(true);
1815 // None of these cases should fall through with an invalid Result
1826 Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.take(), Tok.getLocation());
1898 Result = ParseObjCMessageExpressionBody(SourceLocation(),
1945 Result
2007 ExprResult Result = ParseInitializer(); local
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_MifULFormat.c226 NFCSTATUS Result = NFCSTATUS_SUCCESS; local
240 Result = phFriNfc_MfUL_H_WrRd(NdefSmtCrdFmt);
241 return Result;
1116 NFCSTATUS Result = NFCSTATUS_SUCCESS; local
1123 Result = phFriNfc_MfUL_H_Transceive (NdefSmtCrdFmt);
1125 return Result;
1130 NFCSTATUS Result = NFCSTATUS_SUCCESS; local
1144 Result = phFriNfc_OvrHal_Transceive( NdefSmtCrdFmt->LowerDevice,
1153 return Result;
1365 NFCSTATUS Result local
1461 NFCSTATUS Result = NFCSTATUS_SUCCESS; local
[all...]
/external/zlib/contrib/delphi/
H A DZLib.pas220 Result := AllocMem(Size);
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
267 Result := code;
274 Result := code;
281 Result := code;
461 Result := Count;
467 Result := FZRec.total_in
475 Result := 0
477 Result
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-actions.h50 template <typename Result, typename ArgumentTuple>
392 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the
395 // type, and whose return type is Result. For example,
399 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
410 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3,
414 typedef Result type(GMOCK_FIELD_(ArgumentTuple, k1),
429 template <typename Result, typename ArgumentTuple>
430 class SelectArgs<Result, ArgumentTuple,
433 typedef Result type();
441 template <typename Result, typenam
600 typedef typename Function<F>::Result Result; typedef in class:testing::internal::WithArgsAction::Impl
[all...]
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp45 uint64_t Result = 0; local
47 uint64_t OldRes = Result;
48 Result *= 10;
49 Result += *Buffer-'0';
50 if (Result < OldRes) { // Uh, oh, overflow detected!!!
55 return Result;
59 uint64_t Result = 0; local
61 uint64_t OldRes = Result;
62 Result *= 16;
65 Result
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp735 SDValue Result; local
737 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
744 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
747 Result = DAG.getNode(SystemZISD::PCRelativeWrapper, dl,
748 getPointerTy(), Result);
751 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
757 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
760 return Result;
768 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy()); local
781 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(), local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp405 Value *Result = Constant::getNullValue(IntPtrTy); local
427 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
437 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
450 Result = Builder->CreateAdd(Op, Result, GEP->getName()+".offs");
452 return Result;
511 Value *Result = EmitGEPOffset(GEP);
517 Result
[all...]

Completed in 853 milliseconds

1234567891011>>