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

/external/llvm/lib/TableGen/
H A DTGParser.h51 ForeachLoop(VarInit *IVar, ListInit *LValue) argument
52 : IterVar(IVar), ListValue(LValue) {}
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp92 static SVal makeZeroElementRegion(ProgramStateRef State, SVal LValue, argument
99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);
102 return LValue;
132 SVal LValue = State->getLValue(Var, LCtx); local
134 LValue = makeZeroElementRegion(State, LValue, Ty);
135 return LValue.getAsRegion();
H A DBugReporterVisitors.cpp211 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
212 RetVal = State->getSVal(*LValue);
264 Optional<Loc> LValue; local
266 if ((LValue = V.getAs<Loc>())) {
267 SVal RValue = State->getRawSVal(*LValue, RetE->getType());
314 if (LValue) {
315 if (const MemRegion *MR = LValue->getAsRegion()) {
1037 // At this point we are dealing with the region's LValue.
H A DExprEngine.cpp488 SVal LValue = State->getSVal(Init, stackFrame); local
489 if (Optional<Loc> LValueLoc = LValue.getAs<Loc>())
/external/clang/include/clang/AST/
H A DAPValue.h48 LValue, enumerator in enum:clang::APValue::ValueKind
186 bool isLValue() const { return Kind == LValue; }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp225 LValue::LValue(Function *fn, DataFile file) function in class:nv50_ir::LValue
240 LValue::LValue(Function *fn, LValue *lval) function in class:nv50_ir::LValue
257 LValue *
258 LValue::clone(ClonePolicy<Function>& pol) const
260 LValue *that = new_LValue(pol.context(), reg.file);
272 LValue::isUniform() const
1002 mem_LValue(sizeof(LValue),
[all...]
H A Dnv50_ir.h308 class LValue;
448 inline void setSSA(LValue *);
449 inline const LValue *preSSA() const;
452 Value *value; // should make this LValue * ...
453 LValue *origin; // pre SSA value
478 inline LValue *asLValue();
498 // TODO: these should be in LValue:
503 class LValue : public Value class in namespace:nv50_ir
506 LValue(Function *, DataFile file);
507 LValue(Functio
[all...]
/external/clang/lib/CodeGen/
H A DCGValue.h105 /// LValue - This represents an lvalue references. Because C/C++ allow
108 class LValue { class in namespace:clang::CodeGen
145 // LValue is non-gc'able for any reason, including being a parameter or local
166 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
294 static LValue MakeAddr(llvm::Value *address, QualType type,
300 LValue R;
307 static LValue MakeVectorElt(llvm::Value *Vec, llvm::Value *Idx,
309 LValue R;
317 static LValue MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts,
319 LValue
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp225 LValue::LValue(Function *fn, DataFile file) function in class:nv50_ir::LValue
240 LValue::LValue(Function *fn, LValue *lval) function in class:nv50_ir::LValue
257 LValue *
258 LValue::clone(ClonePolicy<Function>& pol) const
260 LValue *that = new_LValue(pol.context(), reg.file);
272 LValue::isUniform() const
1002 mem_LValue(sizeof(LValue),
[all...]
H A Dnv50_ir.h308 class LValue;
448 inline void setSSA(LValue *);
449 inline const LValue *preSSA() const;
452 Value *value; // should make this LValue * ...
453 LValue *origin; // pre SSA value
478 inline LValue *asLValue();
498 // TODO: these should be in LValue:
503 class LValue : public Value class in namespace:nv50_ir
506 LValue(Function *, DataFile file);
507 LValue(Functio
[all...]
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h580 inline int LValue() const { return Bit(20); } function in class:v8::internal::Instruction
623 inline bool HasL() const { return LValue() == 1; }
/external/clang/lib/AST/
H A DExprConstant.cpp58 struct LValue;
87 /// Get an LValue path entry, which is known to not be an array index, as a
96 /// Get an LValue path entry, which is known to not be an array index, as a
101 /// Get an LValue path entry, which is known to not be an array index, as a
106 /// Determine whether this LValue path entry for a base class names a virtual
303 const LValue *This;
317 const FunctionDecl *Callee, const LValue *This,
331 ThisOverrideRAII(CallStackFrame &Frame, const LValue *NewThis, bool Enable)
341 const LValue *OldThis;
821 const FunctionDecl *Callee, const LValue *Thi
916 struct LValue { struct in namespace:__anon17735
[all...]

Completed in 378 milliseconds