/external/llvm/lib/TableGen/ |
H A D | TGParser.h | 51 ForeachLoop(VarInit *IVar, ListInit *LValue) argument 52 : IterVar(IVar), ListValue(LValue) {}
|
/external/clang/include/clang/AST/ |
H A D | APValue.h | 48 LValue, enumerator in enum:clang::APValue::ValueKind 186 bool isLValue() const { return Kind == LValue; }
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 92 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 D | BugReporterVisitors.cpp | 206 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 D | ExprEngine.cpp | 502 SVal LValue = State->getSVal(Init, stackFrame); local 503 if (Optional<Loc> LValueLoc = LValue.getAs<Loc>())
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir.cpp | 225 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 D | nv50_ir.h | 308 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 D | CGValue.h | 149 /// 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 D | constants-arm.h | 608 inline int LValue() const { return Bit(20); } function in class:v8::internal::Instruction 651 inline bool HasL() const { return LValue() == 1; }
|
/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 58 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:__anon1152 [all...] |