HomeSort by relevance Sort by last modified time
    Searched defs:LValue (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 54 class LValue {
56 virtual ~LValue() {}
58 // returns a pointer to the lvalue, if possible. If the lvalue cannot be directly referenced
148 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
  /external/skqp/src/sksl/
SkSLSPIRVCodeGenerator.h 54 class LValue {
56 virtual ~LValue() {}
58 // returns a pointer to the lvalue, if possible. If the lvalue cannot be directly referenced
148 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
  /external/clang/include/clang/AST/
APValue.h 48 LValue,
186 bool isLValue() const { return Kind == LValue; }
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 92 static SVal makeZeroElementRegion(ProgramStateRef State, SVal LValue,
99 LValue = State->getLValue(Ty, SVB.makeZeroArrayIndex(), LValue);
102 return LValue;
120 SVal LValue = State->getLValue(Var, LCtx);
122 LValue = makeZeroElementRegion(State, LValue, Ty);
123 return LValue.getAsRegion();
BugReporterVisitors.cpp 207 if (Optional<Loc> LValue = RetVal.getAs<Loc>())
208 RetVal = State->getSVal(*LValue);
261 Optional<Loc> LValue;
263 if ((LValue = V.getAs<Loc>())) {
264 SVal RValue = State->getRawSVal(*LValue, RetE->getType());
311 if (LValue) {
312 if (const MemRegion *MR = LValue->getAsRegion()) {
    [all...]
ExprEngine.cpp 503 SVal LValue = State->getSVal(Init, stackFrame);
504 if (Optional<Loc> LValueLoc = LValue.getAs<Loc>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
APValue.h 48 LValue,
187 bool isLValue() const { return Kind == LValue; }
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 225 LValue::LValue(Function *fn, DataFile file)
240 LValue::LValue(Function *fn, LValue *lval)
257 LValue *
258 LValue::clone(ClonePolicy<Function>& pol) const
260 LValue *that = new_LValue(pol.context(), reg.file);
272 LValue::isUniform() const
1107 mem_LValue(sizeof(LValue), 8)
    [all...]
nv50_ir.h 484 class LValue;
593 int8_t indirect[2]; // >= 0 if relative to lvalue in insn->src(indirect[i])
624 inline void setSSA(LValue *);
625 inline const LValue *preSSA() const;
628 Value *value; // should make this LValue * ...
629 LValue *origin; // pre SSA value
654 inline LValue *asLValue();
674 // TODO: these should be in LValue:
679 class LValue : public Value
682 LValue(Function *, DataFile file)
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 149 /// LValue - This represents an lvalue references. Because C/C++ allow
152 class LValue {
179 // The alignment to use when accessing this lvalue. (For vector elements,
189 // LValue is non-gc'able for any reason, including being a parameter or local
193 // Lvalue is a global reference of an objective-c object
196 // Lvalue is a thread local reference
199 // Lvalue has ARC imprecise lifetime. We store this inverted to try
206 // this lvalue.
216 /// TBAAInfo - TBAA information to attach to dereferences of this LValue
    [all...]
  /external/v8/src/arm/
constants-arm.h 610 inline int LValue() const { return Bit(20); }
653 inline bool HasL() const { return LValue() == 1; }
  /external/swiftshader/src/Reactor/
Reactor.hpp 80 class LValue : public Variable
83 LValue(int arraySize = 0);
165 RValue(const T &lvalue);
183 class Bool : public LValue<Bool>
206 class Byte : public LValue<Byte>
264 class SByte : public LValue<SByte>
320 class Short : public LValue<Short>
375 class UShort : public LValue<UShort>
431 class Byte4 : public LValue<Byte4>
477 class SByte4 : public LValue<SByte4
    [all...]

Completed in 645 milliseconds

1 2