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

  /external/clang/include/clang/AST/
APValue.h 48 LValue,
180 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 {
129 // The alignment to use when accessing this lvalue. (For vector elements,
139 // LValue is non-gc'able for any reason, including being a parameter or local
143 // Lvalue is a global reference of an objective-c object
146 // Lvalue is a thread local reference
151 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
229 // simple lvalue
236 // vector elt lvalue
    [all...]
  /external/v8/src/arm/
constants-arm.h 662 inline int LValue() const { return Bit(20); }
702 inline bool HasL() const { return LValue() == 1; }
  /external/clang/lib/AST/
ExprConstant.cpp 57 struct LValue;
68 /// Get an LValue path entry, which is known to not be an array index, as a
77 /// Get an LValue path entry, which is known to not be an array index, as a
82 /// Get an LValue path entry, which is known to not be an array index, as a
87 /// Determine whether this LValue path entry for a base class names a virtual
135 /// and we cannot perform lvalue-to-rvalue conversions on them.
284 const LValue *This;
298 const FunctionDecl *Callee, const LValue *This,
574 const FunctionDecl *Callee, const LValue *This,
685 struct LValue {
    [all...]

Completed in 78 milliseconds