Searched defs:LValue (Results 1 - 10 of 10) 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
186 bool isLValue() const { return Kind == 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;
120 SVal LValue = State->getLValue(Var, LCtx); local
122 LValue = makeZeroElementRegion(State, LValue, Ty);
123 return LValue.getAsRegion();
H A DBugReporterVisitors.cpp206 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
207 RetVal = State->getSVal(*LValue);
260 Optional<Loc> LValue; local
262 if ((LValue = V.getAs<Loc>())) {
263 SVal RValue = State->getRawSVal(*LValue, RetE->getType());
310 if (LValue) {
311 if (const MemRegion *MR = LValue->getAsRegion()) {
1029 // At this point we are dealing with the region's LValue.
H A DExprEngine.cpp502 SVal LValue = State->getSVal(Init, stackFrame); local
503 if (Optional<Loc> LValueLoc = LValue.getAs<Loc>())
/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/clang/lib/CodeGen/
H A DCGValue.h149 /// LValue - This represents an lvalue references. Because C/C++ allow
152 class LValue { class in namespace:clang::CodeGen
189 // LValue is non-gc'able for any reason, including being a parameter or local
216 /// TBAAInfo - TBAA information to attach to dereferences of this LValue.
371 static LValue MakeAddr(Address address, QualType type,
378 LValue R;
386 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx,
388 LValue R;
397 static LValue MakeExtVectorElt(Address vecAddress, llvm::Constant *Elts,
399 LValue
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h592 inline int LValue() const { return Bit(20); } function in class:v8::internal::Instruction
635 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
323 const LValue *This;
337 const FunctionDecl *Callee, const LValue *This,
351 ThisOverrideRAII(CallStackFrame &Frame, const LValue *NewThis, bool Enable)
361 const LValue *OldThis;
897 const FunctionDecl *Callee, const LValue *Thi
992 struct LValue { struct in namespace:__anon983
[all...]

Completed in 309 milliseconds