Searched refs:Result (Results 251 - 275 of 539) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/AsmParser/
H A DLLParser.cpp30 std::string Result; local
31 raw_string_ostream Tmp(Result);
306 Type *Result = 0; local
308 NumberedTypes[TypeID], Result)) return true;
310 if (!isa<StructType>(Result)) {
314 Entry.first = Result;
333 Type *Result = 0;
335 NamedTypes[Name], Result)) return true;
337 if (!isa<StructType>(Result)) {
341 Entry.first = Result;
441 ParseMDString(MDString *&Result) argument
453 ParseMDNodeID(MDNode *&Result, unsigned &SlotNo) argument
465 ParseMDNodeID(MDNode *&Result) argument
[all...]
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;
69 uint64_t Result = 0; local
71 uint64_t OldRes = Result;
72 Result *= 16;
73 Result
[all...]
/external/llvm/lib/Support/
H A DStringMap.cpp171 StringMapEntryBase *Result = TheTable[Bucket];
177 return Result;
H A DAPInt.cpp464 APInt Result(*this);
465 Result *= RHS;
466 return Result;
473 APInt Result(BitWidth, 0);
474 add(Result.pVal, this->pVal, RHS.pVal, getNumWords());
475 return Result.clearUnusedBits();
482 APInt Result(BitWidth, 0);
483 sub(Result.pVal, this->pVal, RHS.pVal, getNumWords());
484 return Result.clearUnusedBits();
793 APInt Result(getNumWord
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h168 unsigned Result = StackOffset; local
170 return Result;
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp198 StubLayout Result = { 4*4, 4 }; local
199 return Result;
/external/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp158 std::string Result = "return " + TargetPrefix + "Intrinsic::" + local
162 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result));
170 << Result << '\n'; local
403 unsigned Result = 0; local
410 Result = (Result << 4) | TypeSig[e-i-1];
414 if (!Failed && (Result >> 31) == 0) {
415 FixedEncodings.push_back(Result);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivityHandler.java19 import com.google.zxing.Result;
84 activity.handleDecode((Result) message.obj, barcode);
/external/chromium/chrome/browser/printing/
H A Dprint_job.h56 PrintingContext::Result result);
H A Dprint_job_unittest.cc38 printing::PrintingContext::Result result) {
/external/chromium/chrome/common/
H A Dutility_messages.h40 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Result)
/external/chromium/testing/gmock/scripts/
H A Dgmock_doctor.py195 r'of type \'Result\' \(aka \'(?P<return_type>).*\'\) '
222 r'\'Result\' \(aka \'void\'\)(\r)?\n'
229 r'\'Result\' \(aka \'void\'\)(\r)?\n'
467 r'non-friend class member \'Result\' cannot have a qualified name'
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp227 SVal Result = Derived; local
231 Result = evalDerivedToBase(Result, (*I)->getType());
233 return Result;
/external/easymock/src/org/easymock/internal/
H A DReplayState.java57 Result result = behavior.addActual(invocation);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties58 RSSFeedPublisherTask.Result=Result:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp410 dbgs() << "Result type " << i << " illegal!\n";
729 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { argument
730 assert(Result.getValueType() ==
733 AnalyzeNewValue(Result);
737 OpEntry = Result;
740 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { argument
741 assert(Result.getValueType() ==
744 AnalyzeNewValue(Result);
748 OpEntry = Result;
751 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { argument
848 SetWidenedVector(SDValue Op, SDValue Result) argument
[all...]
H A DSelectionDAGPrinter.cpp104 std::string Result = Node->getOperationName(G); local
106 raw_string_ostream OS(Result);
109 return Result;
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp932 Value *Result = 0; local
945 Result = V;
964 if (Result)
965 Result = Builder.CreateAdd(Result, V, "sunkaddr");
967 Result = V;
973 if (Result)
974 Result = Builder.CreateAdd(Result, V, "sunkaddr");
976 Result
[all...]
/external/skia/samplecode/
H A DSampleTests.cpp19 virtual void onReport(const char desc[], Reporter::Result result) {
/external/chromium/chrome/browser/
H A Dpossible_url_model.cc38 struct PossibleURLModel::Result { struct in class:PossibleURLModel
39 Result() : index(0) {} function in struct:PossibleURLModel::Result
42 // Index of this Result in results_. This is used as the key into
154 Result& result = results_[row];
/external/clang/lib/AST/
H A DDeclBase.cpp48 void *Result = (char*)Start + 8; local
50 unsigned *PrefixPtr = (unsigned *)Result - 2;
58 return Result;
370 AvailabilityResult Result = AR_Available; local
375 if (Result >= AR_Deprecated)
381 Result = AR_Deprecated;
398 if (AR > Result) {
399 Result = AR;
409 return Result;
1363 lookup_const_result Result local
[all...]
H A DRawCommentList.cpp151 const std::string Result = P.Parse(); local
152 const unsigned BriefTextLength = Result.size();
154 memcpy(BriefTextPtr, Result.c_str(), BriefTextLength + 1);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp123 llvm::APSInt Result;
124 if (E->EvaluateAsInt(Result, Context))
125 return Result == 0;
/external/libnfc-nxp/src/
H A DphFriNfc_DesfireMap.c452 NFCSTATUS Result = NFCSTATUS_PENDING; local
498 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_EOF_NDEF_CONTAINER_REACHED);
503 phFriNfc_Desfire_HCrHandler(NdefMap,Result);
557 Result = phFriNfc_Desfire_ReadBinary( NdefMap );
559 if ( (Result & PHNFCSTBLOWER) != (NFCSTATUS_PENDING & PHNFCSTBLOWER) )
562 phFriNfc_Desfire_HCrHandler(NdefMap,Result);
569 Result = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
572 phFriNfc_Desfire_HCrHandler(NdefMap,Result);
580 Result = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
593 Result
[all...]
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp194 GenericValue *Result = new GenericValue(); local
195 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec);
196 return wrap(Result);

Completed in 458 milliseconds

<<11121314151617181920>>