Searched defs:LValue (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.h51 ForeachLoop(VarInit *IVar, ListInit *LValue) argument
52 : IterVar(IVar), ListValue(LValue) {}
/external/clang/include/clang/AST/
H A DAPValue.h48 LValue, enumerator in enum:clang::APValue::ValueKind
180 bool isLValue() const { return Kind == LValue; }
/external/clang/lib/CodeGen/
H A DCGValue.h100 /// LValue - This represents an lvalue references. Because C/C++ allow
103 class LValue { class in namespace:clang::CodeGen
139 // LValue is non-gc'able for any reason, including being a parameter or local
151 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
257 static LValue MakeAddr(llvm::Value *address, QualType type,
263 LValue R;
270 static LValue MakeVectorElt(llvm::Value *Vec, llvm::Value *Idx,
272 LValue R;
280 static LValue MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts,
282 LValue
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h662 inline int LValue() const { return Bit(20); } function in class:v8::internal::Instruction
702 inline bool HasL() const { return LValue() == 1; }
/external/clang/lib/AST/
H A DExprConstant.cpp57 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
284 const LValue *This;
298 const FunctionDecl *Callee, const LValue *This,
574 const FunctionDecl *Callee, const LValue *This,
685 struct LValue { struct in namespace:__anon3489
720 // Check that this LValue i
[all...]

Completed in 579 milliseconds