Searched defs:Value (Results 251 - 275 of 296) sorted by relevance

<<1112

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp298 llvm::APSInt Value, QualType ValueType,
305 DeducedTemplateArgument NewDeduced(S.Context, Value, ValueType,
328 Expr *Value,
333 assert((Value->isTypeDependent() || Value->isValueDependent()) &&
336 DeducedTemplateArgument NewDeduced(Value);
296 DeduceNonTypeTemplateArgument(Sema &S, NonTypeTemplateParmDecl *NTTP, llvm::APSInt Value, QualType ValueType, bool DeducedFromArrayBound, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced) argument
326 DeduceNonTypeTemplateArgument(Sema &S, NonTypeTemplateParmDecl *NTTP, Expr *Value, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced) argument
H A DSemaCodeComplete.cpp352 DeclIndexPair Value; member in class:ResultBuilder::ShadowMapEntry::iterator::pointer
355 pointer(const DeclIndexPair &Value) : Value(Value) { } argument
358 return &Value;
667 else if (ValueDecl *Value = dyn_cast<ValueDecl>(ND))
668 T = Value->getType();
2022 } else if (ValueDecl *Value = dyn_cast<ValueDecl>(ND)) {
2023 T = Value->getType();
6127 /// \brief Add code completions for Objective-C Key-Value Codin
[all...]
H A DSemaExprCXX.cpp1236 llvm::APSInt Value; local
1239 if (ArraySize->isIntegerConstantExpr(Value, Context)) {
1240 if (Value < llvm::APSInt(
1241 llvm::APInt::getNullValue(Value.getBitWidth()),
1242 Value.isUnsigned())) {
1253 ConstantArrayType::getNumAddressingBits(Context, AllocType, Value);
1258 << Value.toString(10)
1263 << Value.toString(10)
3298 bool Value = false;
3300 Value
3441 bool Value = false; local
3646 bool Value = false; local
3697 llvm::APSInt Value; local
3742 uint64_t Value = 0; local
3789 bool Value = EvaluateExpressionTrait(ET, Queried); local
[all...]
H A DSemaInit.cpp334 // Value-initialization requires a constructor call, so
456 // Value-initialization requires a constructor call, so
1324 // Value-initialize the first named member of the union.
2159 /// added, on success. If everything went okay, Value will receive the
2162 CheckArrayDesignatorExpr(Sema &S, Expr *Index, llvm::APSInt &Value) { argument
2166 ExprResult Result = S.VerifyIntegerConstantExpression(Index, &Value);
2170 if (Value.isSigned() && Value.isNegative())
2172 << Value.toString(10) << Index->getSourceRange();
2174 Value
[all...]
H A DSemaStmt.cpp2185 Expr *Value,
2195 (NRVOCandidate || getCopyElisionCandidate(ResultType, Value, true))) {
2197 Value->getType(), CK_NoOp, Value, VK_XValue);
2201 = InitializationKind::CreateCopy(Value->getLocStart(),
2202 Value->getLocStart());
2231 Value = ImplicitCastExpr::Create(Context, Value->getType(),
2232 CK_NoOp, Value, 0, VK_XValue);
2236 Res = Seq.Perform(*this, Entity, Kind, MultiExprArg(&Value,
2182 PerformMoveOrCopyInitialization(const InitializedEntity &Entity, const VarDecl *NRVOCandidate, QualType ResultType, Expr *Value, bool AllowNRVO) argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h45 class Value;
342 /// NumOperands/NumValues - The number of entries in the Operand/Value list.
492 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
496 bool hasAnyUseOfValue(unsigned Value) const;
940 const Value *getSrcValue() const { return MMO->getValue(); }
1023 // SrcVal: address to update as a Value (used for MemOperand)
1153 const ConstantInt *Value; member in class:llvm::SDNode::ConstantSDNode
1157 DebugLoc(), getSDVTList(VT)), Value(val) {
1161 const ConstantInt *getConstantIntValue() const { return Value; }
1162 const APInt &getAPIntValue() const { return Value
1178 const ConstantFP *Value; member in class:llvm::SDNode::ConstantFPSDNode
[all...]
/external/llvm/include/llvm/
H A DInstructions.h63 explicit AllocaInst(Type *Ty, Value *ArraySize = 0,
65 AllocaInst(Type *Ty, Value *ArraySize,
71 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
73 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
87 const Value *getArraySize() const { return getOperand(0); }
88 Value *getArraySize() { return getOperand(0); }
119 static inline bool classof(const Value *V) {
136 /// SubclassData field in Value to store whether or not the load is volatile.
143 LoadInst(Value *Ptr, const Twine &NameStr, Instruction *InsertBefore);
144 LoadInst(Value *Pt
2518 Create(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore = 0) argument
2522 Create(Value *Value, BasicBlock *Default, unsigned NumCases, BasicBlock *InsertAtEnd) argument
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp890 int64_t Value; local
891 if (Res->EvaluateAsAbsolute(Value))
892 Res = MCConstantExpr::Create(Value, getContext());
1677 static bool IsUsedIn(const MCSymbol *Sym, const MCExpr *Value) { argument
1678 switch (Value->getKind()) {
1680 const MCBinaryExpr *BE = static_cast<const MCBinaryExpr*>(Value);
1688 const MCSymbol &S = static_cast<const MCSymbolRefExpr*>(Value)->getSymbol();
1694 return IsUsedIn(Sym, static_cast<const MCUnaryExpr*>(Value)->getSubExpr());
1704 const MCExpr *Value; local
1705 if (ParseExpression(Value))
1835 unsigned Value = Str[i] - '0'; local
1913 const MCExpr *Value; local
2708 const MCExpr *Value; local
2713 int Value = MCE->getValue(); local
2727 const MCExpr *Value; local
2732 int Value = MCE->getValue(); local
3185 const MCExpr *Value; local
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp494 /// immediate Value in the MCInst. The immediate Value has had any PC
502 /// Value is done and if a symbol is found an MCExpr is created with that, else
503 /// an MCExpr with Value is created. This function returns true if it adds an
505 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, argument
512 SymbolicOp.Value = Value;
517 // Clear SymbolicOp.Value from above and also all other fields.
528 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
536 SymbolicOp.Value
615 tryAddingPcLoadReferenceComment(uint64_t Address, int Value, const void *Decoder) argument
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp771 SDValue Value = SN->getValue(); local
772 EVT VT = Value.getValueType();
925 // 16 - sizeof(Value)
942 Value = DAG.getNode(SPUISD::PREFSLOT2VEC, dl, vecVT, Value);
946 Value = DAG.getNode(ISD::BITCAST, dl, MVT::i128, Value);
947 Value = DAG.getNode(ISD::AND, dl, MVT::i128, Value, lowmask);
952 Value
1538 uint64_t Value = CN->getZExtValue(); local
1560 int64_t Value = CN->getSExtValue(); local
1583 int64_t Value = CN->getSExtValue(); local
1609 int Value = (int) CN->getZExtValue(); local
1628 uint64_t Value = CN->getZExtValue(); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp95 friend hash_code hash_value(const Expression &Value) { argument
96 return hash_combine(Value.opcode, Value.type,
97 hash_combine_range(Value.varargs.begin(),
98 Value.varargs.end()));
103 DenseMap<Value*, uint32_t> valueNumbering;
114 Value *LHS, Value *RHS);
119 uint32_t lookup_or_add(Value *V);
120 uint32_t lookup(Value *
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp61 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) {
113 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
114 Value *Removed = getIncomingValue(Idx);
160 Value *PHINode::hasConstantValue() const {
162 Value *ConstantValue = getIncomingValue(0);
179 LandingPadInst::LandingPadInst(Type *RetTy, Value *PersonalityFn,
186 LandingPadInst::LandingPadInst(Type *RetTy, Value *PersonalityFn,
208 LandingPadInst *LandingPadInst::Create(Type *RetTy, Value *PersonalityF
3126 init(Value *Value, BasicBlock *Default, unsigned NumReserved) argument
3140 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, Instruction *InsertBefore) argument
3151 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, BasicBlock *InsertAtEnd) argument
[all...]
/external/v8/src/
H A Dprofile-generator.h50 static void TokenRemovedCallback(v8::Persistent<v8::Value> handle,
262 typedef CodeEntryInfo Value; typedef in struct:v8::internal::CodeMap::CodeTreeConfig
264 static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
H A Djsregexp.h392 typedef Entry Value; typedef in class:v8::internal::DispatchTable::Config
394 static const Entry NoValue() { return Value(); }
H A Dapi.cc485 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) {
488 return v8::Handle<Value>();
767 v8::Local<v8::Value> Context::GetData() {
771 return v8::Local<Value>();
778 return Local<Value>();
934 v8::Handle<Value> data, v8::Handle<Signature> signature) {
1006 int TypeSwitch::match(v8::Handle<Value> value) {
1028 v8::Handle<Value> data) {
1048 v8::Handle<Value> dat
4042 double Number::Value() const { function in class:v8::Number
4049 bool Boolean::Value() const { function in class:v8::Boolean
4056 int64_t Integer::Value() const { function in class:v8::Integer
4067 int32_t Int32::Value() const { function in class:v8::Int32
4078 uint32_t Uint32::Value() const { function in class:v8::Uint32
4606 void* External::Value() const { function in class:v8::External
5435 String::Value::Value(v8::Handle<v8::Value> obj) function in class:v8::String::Value
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h424 void setExternInLinkageSpec(bool Value) { argument
425 SCS_extern_in_linkage_spec = Value;
/external/clang/lib/CodeGen/
H A DCGExpr.cpp37 llvm::Value *CodeGenFunction::EmitCastToVoidPtr(llvm::Value *value) {
59 llvm::Value *Init) {
85 llvm::Value *CodeGenFunction::EvaluateExprAsBool(const Expr *E) {
87 llvm::Value *MemPtr = EmitScalarExpr(E);
140 llvm::Value *Location,
179 llvm::Value *Ptr;
195 SubobjectAdjustment(const MemberPointerType *MPT, llvm::Value *Ptr)
203 static llvm::Value *
229 static llvm::Value *
485 llvm::Value *Value = EmitExprForReferenceBinding(*this, E, ReferenceTemporary, local
1039 EmitToMemory(llvm::Value *Value, QualType Ty) argument
1052 EmitFromMemory(llvm::Value *Value, QualType Ty) argument
1062 EmitStoreOfScalar(llvm::Value *Value, llvm::Value *Addr, bool Volatile, unsigned Alignment, QualType Ty, llvm::MDNode *TBAAInfo, bool isInit) argument
[all...]
H A DCGExprScalar.cpp36 using llvm::Value;
44 Value *LHS;
45 Value *RHS;
59 : public StmtVisitor<ScalarExprEmitter, Value*> {
87 Value *EmitLoadOfLValue(LValue LV) {
94 Value *EmitLoadOfLValue(const Expr *E) {
100 Value *EmitConversionToBool(Value *Src, QualType DstTy);
104 Value *EmitScalarConversion(Value *Sr
790 llvm::APSInt Value; local
1483 llvm::APSInt Value; local
[all...]
H A DCGObjC.cpp29 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult;
39 static llvm::Constant *getNullForVariable(llvm::Value *addr) {
46 llvm::Value *CodeGenFunction::EmitObjCStringLiteral(const ObjCStringLiteral *E)
58 llvm::Value *
73 llvm::Value *Receiver = Runtime.GetClass(Builder, ClassDecl);
88 llvm::Value *CodeGenFunction::EmitObjCCollectionLiteral(const Expr *E,
107 llvm::Value *Objects = CreateMemTemp(ElementArrayType, "objects");
108 llvm::Value *Keys = 0;
132 const Expr *Value = DLE->getKeyValueElement(i).Value; local
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c53 static value alloc_variant(int tag, void *Value) { argument
55 Field(Iter, 0) = Val_op(Value);
468 failwith("Unknown Value class");
1692 CAMLprim LLVMValueRef llvm_build_store(LLVMValueRef Value, LLVMValueRef Pointer, argument
1694 return LLVMBuildStore(Builder_val(B), Value, Pointer);
/external/llvm/include/llvm/Support/
H A DCOFF.h120 uint32_t Value; member in struct:llvm::COFF::symbol
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1809 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
2176 SDValue Ptr = SD->getBasePtr(), Value = SD->getValue(); local
2185 SDValue Ops[] = { Chain, Value, Ptr };
2201 SDValue Value = SD->getValue(), Chain = SD->getChain(); local
2202 EVT VT = Value.getValueType();
3167 // Return Value Calling Convention Implementation
3277 Value *CallOperandVal = info.CallOperandVal;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp63 ConstantInt *Value; member in struct:__anon9757::ValueEqualityComparisonCase
66 ValueEqualityComparisonCase(ConstantInt *Value, BasicBlock *Dest) argument
67 : Value(Value), Dest(Dest) {}
71 return Value < RHS.Value;
78 Value *isValueEqualityComparison(TerminatorInst *TI);
192 static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
322 static bool DominatesMergePoint(Value *V, BasicBlock *BB,
379 static ConstantInt *GetConstantInt(Value *
[all...]
/external/v8/include/
H A Dv8.h84 class Value;
133 typedef void (*WeakReferenceCallback)(Persistent<Value> object,
188 * Handle<String> to a variable declared as Handle<Value>, is legal
189 * because String is a subclass of Value.
331 * Persistent<String> to a variable declared as Persistent<Value>,
332 * is allowed as String is a subclass of Value.
569 Handle<Value> resource_name,
575 inline Handle<Value> ResourceName() const;
579 Handle<Value> resource_name_;
621 Handle<Value> file_nam
859 class Value : public Data { class in namespace:v8
1319 class V8EXPORT Value { class in class:v8::String
[all...]
/external/clang/include/clang/AST/
H A DExpr.h1215 unsigned Value; member in class:clang::CharacterLiteral
1223 Value(value), Loc(l) {
1237 unsigned getValue() const { return Value; }
1241 void setValue(unsigned Val) { Value = Val; }
1860 // Value-dependent if the argument is type-dependent.
1875 // Value-dependent if the argument is type-dependent.

Completed in 2565 milliseconds

<<1112