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 48 LValue,
180 bool isLValue() const { return Kind == LValue; }
  /external/clang/lib/CodeGen/
CGValue.h 105 /// LValue - This represents an lvalue references. Because C/C++ allow
108 class LValue {
134 // The alignment to use when accessing this lvalue. (For vector elements,
144 // LValue is non-gc'able for any reason, including being a parameter or local
148 // Lvalue is a global reference of an objective-c object
151 // Lvalue is a thread local reference
154 // Lvalue has ARC imprecise lifetime. We store this inverted to try
160 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
246 // simple lvalue
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 202 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
203 RetVal = State->getSVal(*LValue);
255 Optional<Loc> LValue;
257 if ((LValue = V.getAs<Loc>())) {
258 SVal RValue = State->getRawSVal(*LValue, RetE->getType());
303 if (LValue) {
304 if (const MemRegion *MR = LValue->getAsRegion()) {
815 // Alternately, if we hit a known lvalue for the statement, we know we've
816 // gone too far (though we can likely track the lvalue better anyway).
841 // Find the ExplodedNode where the lvalue (the value of 'Ex'
    [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 58 struct LValue;
69 /// Get an LValue path entry, which is known to not be an array index, as a
78 /// Get an LValue path entry, which is known to not be an array index, as a
83 /// Get an LValue path entry, which is known to not be an array index, as a
88 /// Determine whether this LValue path entry for a base class names a virtual
136 /// and we cannot perform lvalue-to-rvalue conversions on them.
285 const LValue *This;
299 const FunctionDecl *Callee, const LValue *This,
583 const FunctionDecl *Callee, const LValue *This,
694 struct LValue {
    [all...]

Completed in 89 milliseconds