Searched refs:ValueKind (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp51 ValueKind(Expr::getValueKindForType(destType)),
66 ExprValueKind ValueKind; member in struct:__anon171::CastOperation
260 Op.ValueKind, Op.SrcExpr.take(), DestTInfo,
270 Op.ValueKind, Op.Kind, Op.SrcExpr.take(),
281 Op.ValueKind, Op.Kind, Op.SrcExpr.take(),
293 Op.ValueKind, Op.Kind, Op.SrcExpr.take(),
533 if (ValueKind == VK_RValue)
667 if (ValueKind == VK_RValue)
687 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
748 if (ValueKind
[all...]
H A DSemaInit.cpp3454 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue; local
3473 ValueKind);
3479 Sequence.AddQualificationConversionStep(cv1T1, ValueKind);
H A DSemaExpr.cpp11610 ExprValueKind ValueKind = VK_LValue; local
11633 ValueKind = VK_RValue;
11639 ValueKind = VK_RValue;
11660 E->setValueKind(ValueKind);
/external/clang/include/clang/AST/
H A DAPValue.h42 enum ValueKind { enum in class:clang::APValue
69 ValueKind Kind;
174 ValueKind getKind() const { return Kind; }
H A DExpr.h67 ExprBits.ValueKind = VK;
357 return static_cast<ExprValueKind>(ExprBits.ValueKind);
373 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; }
H A DStmt.h159 unsigned ValueKind : 2;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml208 module ValueKind = struct module
328 external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"
H A Dllvm_ocaml.c408 /* keep in sync with ValueKind.t */
409 enum ValueKind { enum
432 /* llvalue -> ValueKind.t */
H A Dllvm.mli260 module ValueKind : sig module
569 val classify_value : llvalue -> ValueKind.t

Completed in 161 milliseconds