HomeSort by relevance Sort by last modified time
    Searched defs:LValue (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
APValue.h 38 LValue,
105 bool isLValue() const { return Kind == LValue; }
  /external/clang/lib/CodeGen/
CGValue.h 100 /// LValue - This represents an lvalue references. Because C/C++ allow
103 class LValue {
134 /// The alignment to use when accessing this lvalue.
143 // LValue is non-gc'able for any reason, including being a parameter or local
147 // Lvalue is a global reference of an objective-c object
150 // Lvalue is a thread local reference
155 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
231 // simple lvalue
238 // vector elt lvalue
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 566 // complete class type, [...]. If T is an lvalue reference type, v shall be
567 // an lvalue of a complete class type, [...]. If T is an rvalue reference
719 // a non-lvalue-reference target type does not lead to decay.
826 // lvalue-to-rvalue, array-to-pointer, function-to-pointer, and boolean
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 106 struct LValue {
125 static bool EvaluateLValue(const Expr *E, LValue &Result, EvalInfo &Info);
126 static bool EvaluatePointer(const Expr *E, LValue &Result, EvalInfo &Info);
154 static bool EvalPointerValueAsBool(LValue& Value, bool& Result) {
201 LValue PointerResult;
468 // LValue Evaluation
473 LValue &Result;
483 LValueExprEvaluator(EvalInfo &info, LValue &Result) :
521 static bool EvaluateLValue(const Expr* E, LValue& Result, EvalInfo &Info) {
604 LValue &Result
    [all...]
  /external/v8/src/arm/
constants-arm.h 663 inline int LValue() const { return Bit(20); }
703 inline bool HasL() const { return LValue() == 1; }

Completed in 235 milliseconds