Searched defs:Result (Results 201 - 225 of 342) sorted by relevance

1234567891011>>

/external/clang/lib/Parse/
H A DParseTemplate.cpp1019 ParsedTemplateArgument Result; local
1046 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation);
1071 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation);
1077 if (EllipsisLoc.isValid() && !Result.isInvalid())
1078 Result = Actions.ActOnPackExpansion(Result, EllipsisLoc);
1080 return Result;
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp163 Chunk Result; local
164 Result.Kind = CK_Optional;
165 Result.Optional = Optional;
166 return Result;
228 std::string Result; local
229 llvm::raw_string_ostream OS(Result);
338 CodeCompletionString *Result local
344 return Result;
/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/clang/include/clang/Lex/
H A DPreprocessingRecord.h616 std::pair<PPEntityID, PPEntityID> Result; member in struct:clang::PreprocessingRecord::__anon3369
/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 DDeclObjC.cpp721 ObjCInterfaceDecl *Result = new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc, local
723 C.getObjCInterfaceType(Result, PrevDecl);
724 return Result;
1028 ObjCProtocolDecl *Result local
1031 return Result;
H A DDeclTemplate.cpp724 ClassTemplateSpecializationDecl *Result local
731 Context.getTypeDeclType(Result, PrevDecl);
732 return Result;
836 ClassTemplatePartialSpecializationDecl *Result local
845 Result->setSpecializationKind(TSK_ExplicitSpecialization);
847 Context.getInjectedClassNameType(Result, CanonInjectedType);
848 return Result;
872 FriendTemplateDecl *Result local
874 return Result;
H A DMicrosoftMangle.cpp1101 QualType Result = Proto->getResultType(); local
1102 const Type* RT = Result.getTypePtr();
1104 if (Result.hasQualifiers() || !RT->isBuiltinType())
1106 if (!RT->isBuiltinType() && !Result.hasQualifiers()) {
1115 mangleType(Result, SourceRange());
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp110 ProgramStateRef Result = getPersistentState(NewState); local
111 return ConstraintMgr->removeDeadBindings(Result, SymReaper);
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp85 const T *Result; member in class:llvm::StringSwitch
87 explicit StringSwitch(StringRef Str) : Str(Str), Result(0) {}
821 // CHECK-tokens: Punctuation: "*" [85:11 - 85:12] FieldDecl=Result:85:12 (Definition)
822 // CHECK-tokens: Identifier: "Result" [85:12 - 85:18] FieldDecl=Result:85:12 (Definition)
838 // CHECK-tokens: Identifier: "Result" [87:52 - 87:58] MemberRef=Result:85:12
1840 // CHECK: 85:12: FieldDecl=Result:85:12 (Definition) Extent=[85:3 - 85:18]
1848 // CHECK: 87:52: MemberRef=Result:85:12 Extent=[87:52 - 87:58]
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp948 StringRef Result; local
952 AppendToString(Result, C->Text, Buffer);
955 return Result;
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp256 ExprAST *Result = new NumberExprAST(NumVal); local
258 return Result;
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp284 ExprAST *Result = new NumberExprAST(NumVal); local
286 return Result;
/external/llvm/include/llvm/ADT/
H A DDenseMap.h496 bool Result = const_cast<const DenseMapBase *>(this) local
499 return Result;
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp207 Value *Result = GetLinearExpression(CastOp, Scale, Offset, Extension, local
212 return Result;
1250 AliasResult Result = aliasGEP(GV1, V1Size, V1TBAAInfo, V2, V2Size, V2TBAAInfo, O1, O2); local
1251 if (Result != MayAlias) return AliasCache[Locs] = Result;
1259 AliasResult Result = aliasPHI(PN, V1Size, V1TBAAInfo, local
1261 if (Result != MayAlias) return AliasCache[Locs] = Result;
1269 AliasResult Result = aliasSelect(S1, V1Size, V1TBAAInfo, local
1271 if (Result !
[all...]
H A DConstantFolding.cpp79 APInt Result(IT->getBitWidth(), 0);
81 Result <<= BitShift;
83 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
85 Result |= CDV->getElementAsInteger(i);
88 return ConstantInt::get(IT, Result);
158 SmallVector<Constant*, 32> Result; local
185 Result.push_back(Elt);
187 return ConstantVector::get(Result);
209 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
213 return ConstantVector::get(Result);
[all...]
H A DLazyValueInfo.cpp366 LVILatticeVal &Result);
534 LVILatticeVal Result; local
588 LVILatticeVal Result; // Start Undefined. local
612 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
614 Result.markOverdefined();
616 BBLV = Result;
629 Result.mergeIn(EdgeResult);
633 if (Result.isOverdefined()) {
640 Result = LVILatticeVal::getNot(ConstantPointerNull::get(PTy));
643 BBLV = Result;
658 LVILatticeVal Result; // Start Undefined. local
722 LVILatticeVal Result; local
775 getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, LVILatticeVal &Result) argument
866 getEdgeValue(Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, LVILatticeVal &Result) argument
914 LVILatticeVal Result = getBlockValue(V, BB); local
925 LVILatticeVal Result; local
1033 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB); local
1049 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB); local
1067 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB); local
[all...]
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp233 MachineInstr::mmo_iterator Result = allocateMemRefsArray(Num); local
239 Result[Index] = *I;
247 Result[Index] = JustLoad;
252 return std::make_pair(Result, Result + Num);
265 MachineInstr::mmo_iterator Result = allocateMemRefsArray(Num); local
271 Result[Index] = *I;
279 Result[Index] = JustStore;
284 return std::make_pair(Result, Result
[all...]
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp536 GenericValue Result; local
544 Result.IntVal = APInt(C->getType()->getPrimitiveSizeInBits(), 0);
549 return Result;
558 GenericValue Result = getConstantValue(Op0); local
562 char* tmp = (char*) Result.PointerVal;
563 Result = PTOGV(tmp + Offset);
564 return Result;
792 GenericValue Result; local
795 Result.FloatVal = cast<ConstantFP>(C)->getValueAPF().convertToFloat();
798 Result
918 LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr, Type *Ty) argument
[all...]
/external/llvm/lib/Linker/
H A DLinkModules.cpp245 Type *Result = getImpl(Ty); local
250 return Result;
1348 LLVMBool Result = Linker::LinkModules(unwrap(Dest), unwrap(Src), local
1352 return Result;
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp837 SDNode *Result; local
839 Result = CurDAG->getMachineNode(TargetOpcode::COPY_TO_REGCLASS, dl, VT,
842 return Result;
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp327 SDNode* Result = CurDAG->getMachineNode(Opcode, dl, local
335 cast<MachineSDNode>(Result)->setMemRefs(MemOp, MemOp + 1);
336 ReplaceUses(LD, Result);
337 return Result;
535 SDNode* Result = CurDAG->getMachineNode(Opcode, dl, local
541 cast<MachineSDNode>(Result)->setMemRefs(MemOp, MemOp + 1);
546 const SDValue Tos[] = { SDValue(Result, 0),
547 SDValue(Result, 1),
548 SDValue(Result, 2)
551 return Result;
621 SDNode* Result = CurDAG->getMachineNode(Opcode, dl, MVT::i32, local
704 SDNode* Result = CurDAG->getMachineNode(Opcode, dl, local
806 SDNode *Result = CurDAG->getMachineNode(Hexagon::MPY64, dl, MVT::i64, local
842 SDNode *Result = CurDAG->getMachineNode(Hexagon::MAXw_rr, dl, local
866 SDNode *Result = CurDAG->getMachineNode(Hexagon::MINw_rr, dl, local
985 SDNode *Result = CurDAG->getMachineNode(Hexagon::MPY, dl, MVT::i32, local
1017 SDNode* Result = local
1045 SDNode* Result = local
1154 SDNode *Result = CurDAG->getMachineNode(IntrinsicWithPred, dl, local
1189 SDNode* Result; local
1239 SDNode* Result = CurDAG->getMachineNode(Hexagon::ASR_ADD_rr, dl, MVT::i32, local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp639 SDValue Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), local
642 getPointerTy(), Result);
649 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy()); local
651 return DAG.getNode(MSP430ISD::Wrapper, dl, getPointerTy(), Result);
658 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true); local
660 return DAG.getNode(MSP430ISD::Wrapper, dl, getPointerTy(), Result);
1184 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp786 SDNode *Result; local
795 Result = CurDAG->getMachineNode(PPC::LI8, dl, MVT::i64, getI32Imm(Lo));
799 Result = CurDAG->getMachineNode(OpC, dl, MVT::i64, getI32Imm(Hi));
801 Result = CurDAG->getMachineNode(PPC::ORI8, dl, MVT::i64,
802 SDValue(Result, 0), getI32Imm(Lo));
805 Result = CurDAG->getMachineNode(PPC::LIS8, dl, MVT::i64, getI32Imm(Hi));
809 if (!Shift) return Result;
813 Result = CurDAG->getMachineNode(PPC::RLDICR, dl, MVT::i64,
814 SDValue(Result, 0),
821 Result
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp571 Value *Result = UndefValue::get(Op0->getType()); local
591 Result = Builder->CreateInsertElement(Result, ExtractedElts[Idx],
594 return CastInst::Create(Instruction::BitCast, Result, CI.getType());

Completed in 503 milliseconds

1234567891011>>