Searched refs:Result (Results 201 - 225 of 450) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h315 uint32_t Result = 0;
318 Result |= (Piece & ((1U << (NumBits-1))-1)) << NextBit;
321 return Result;
335 uint64_t Result = 0;
338 Result |= uint64_t(Piece & ((1U << (NumBits-1))-1)) << NextBit;
341 return Result;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp262 GenericValue R; // Result
450 GenericValue R; // Result
479 GenericValue Result;
506 GenericValue Result;
507 Result.IntVal = APInt(1, false);
508 return Result;
511 GenericValue Result;
512 Result.IntVal = APInt(1, true);
513 return Result;
526 GenericValue R; // Result
[all...]
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp133 Value *Result = ZI->getOperand(0); local
139 return Result;
210 Expr::EvalResult Result; local
211 if (!E->Evaluate(Result, CGF.getContext()))
214 assert(!Result.HasSideEffects && "Constant declref with side-effect?!");
217 if (Result.Val.isInt())
218 C = Builder.getInt(Result.Val.getInt());
219 else if (Result.Val.isFloat())
220 C = llvm::ConstantFP::get(VMContext, Result.Val.getFloat());
458 Value *&Result);
803 Expr::EvalResult Result; local
1483 llvm::Value* Result = llvm::Constant::getNullValue(ResultType); local
1599 Expr::EvalResult Result; local
1645 BinOpInfo Result; local
1654 EmitCompoundAssignLValue( const CompoundAssignOperator *E, Value *(ScalarExprEmitter::*Func)(const BinOpInfo &), Value *&Result) argument
1694 CGF.EmitStoreThroughBitfieldLValue(RValue::get(Result), LHSLV, &Result); local
2155 Value *Result; local
2508 Value *Result = Visit(live); local
2765 Value *Result = 0; local
[all...]
/external/clang/lib/Parse/
H A DParser.cpp463 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { argument
469 Result = DeclGroupPtrTy();
483 Result = ParseExternalDeclaration(attrs);
563 ExprResult Result(ParseSimpleAsm(&EndLoc));
568 if (Result.isInvalid())
570 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc);
1130 ExprResult Result(ParseAsmStringLiteral());
1132 if (Result.isInvalid()) {
1144 return move(Result);
1460 bool Parser::ParseMicrosoftIfExistsCondition(bool& Result) { argument
1504 bool Result; local
1525 DeclGroupPtrTy Result = ParseExternalDeclaration(attrs); local
[all...]
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp232 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension, local
237 return Result;
1199 AliasResult Result = aliasGEP(GV1, V1Size, V2, V2Size, V2TBAAInfo, O1, O2); local
1200 if (Result != MayAlias) return AliasCache[Locs] = Result;
1208 AliasResult Result = aliasPHI(PN, V1Size, V1TBAAInfo, local
1210 if (Result != MayAlias) return AliasCache[Locs] = Result;
1218 AliasResult Result = aliasSelect(S1, V1Size, V1TBAAInfo, local
1220 if (Result !
[all...]
H A DScalarEvolutionExpander.cpp647 const Loop *Result = getRelevantLoop(C->getOperand()); local
648 return RelevantLoops[C] = Result;
651 const Loop *Result = local
655 return RelevantLoops[D] = Result;
1115 Value *Result; local
1117 Result = PN;
1122 Result = PN->getIncomingValueForBlock(LatchBlock);
1127 assert((!isa<Instruction>(Result) ||
1128 SE.DT->dominates(cast<Instruction>(Result),
1135 Result
[all...]
/external/llvm/lib/VMCore/
H A DConstantsContext.h212 GetElementPtrConstantExpr *Result = local
214 Result->SubclassOptionalData = Flags;
215 return Result;
639 ConstantClass* Result = local
642 assert(Result->getType() == Ty && "Type specified is not correct!");
643 I = Map.insert(I, std::make_pair(MapKey(Ty, V), Result));
646 InverseMap.insert(std::make_pair(Result, I));
648 return Result;
656 ConstantClass* Result = 0; local
661 Result
[all...]
H A DFunction.cpp347 std::string Result(Table[id]);
350 Result += ".p" + llvm::utostr(PTyp->getAddressSpace()) +
354 Result += "." + EVT::getEVT(Tys[i]).getEVTString();
356 return Result;
/external/clang/include/clang/AST/
H A DMangle.h90 Result = BlockIds.insert(std::make_pair(BD, BlockIds.size())); local
91 return Result.first->second;
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp167 vector<A> Result; local
171 vector<A> Result; local
/external/llvm/lib/AsmParser/
H A DLLParser.cpp30 std::string Result; local
31 raw_string_ostream Tmp(Result);
310 Type *Result = 0; local
312 NumberedTypes[TypeID], Result)) return true;
314 if (!isa<StructType>(Result)) {
318 Entry.first = Result;
337 Type *Result = 0;
339 NamedTypes[Name], Result)) return true;
341 if (!isa<StructType>(Result)) {
345 Entry.first = Result;
445 ParseMDString(MDString *&Result) argument
457 ParseMDNodeID(MDNode *&Result, unsigned &SlotNo) argument
469 ParseMDNodeID(MDNode *&Result) argument
[all...]
/external/llvm/lib/Support/
H A DStringMap.cpp168 StringMapEntryBase *Result = TheTable[Bucket].Item;
174 return Result;
/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/easymock/src/org/easymock/internal/
H A DReplayState.java57 Result result = behavior.addActual(invocation);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp414 dbgs() << "Result type " << i << " illegal!\n";
732 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { argument
733 assert(Result.getValueType() ==
736 AnalyzeNewValue(Result);
740 OpEntry = Result;
743 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { argument
744 assert(Result.getValueType() ==
747 AnalyzeNewValue(Result);
751 OpEntry = Result;
754 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { argument
847 SetWidenedVector(SDValue Op, SDValue Result) argument
[all...]
H A DSelectionDAGPrinter.cpp107 std::string Result = Node->getOperationName(G); local
109 raw_string_ostream OS(Result);
112 return Result;
/external/skia/samplecode/
H A DSampleTests.cpp12 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/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/include/llvm/Object/
H A DCOFF.h130 bool &Result) const;
143 SmallVectorImpl<char> &Result) const;
147 SmallVectorImpl<char> &Result) const;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp196 GenericValue *Result = new GenericValue(); local
197 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec);
198 return wrap(Result);

Completed in 877 milliseconds

1234567891011>>