Home
last modified time | relevance | path

Searched defs:LValue (Results 1 – 13 of 13) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py119 def writeRandomOperation(self, LValue, LHS, RHS): argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py114 def writeRandomOperation(self, LValue, LHS, RHS): argument
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py114 def writeRandomOperation(self, LValue, LHS, RHS): argument
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp92 static SVal makeZeroElementRegion(ProgramStateRef State, SVal LValue, in makeZeroElementRegion()
132 SVal LValue = State->getLValue(Var, LCtx); in getRegionForConstructedObject() local
DBugReporterVisitors.cpp211 if (Optional<Loc> LValue = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local
264 Optional<Loc> LValue; in visitNodeInitial() local
DExprEngine.cpp488 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
/external/clang/lib/AST/
DExprConstant.cpp916 struct LValue { struct
917 APValue::LValueBase Base;
918 CharUnits Offset;
919 unsigned CallIndex;
920 SubobjectDesignator Designator;
922 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
923 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()
924 const CharUnits &getLValueOffset() const { return Offset; } in getLValueOffset()
925 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex()
926 SubobjectDesignator &getLValueDesignator() { return Designator; } in getLValueDesignator()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp225 LValue::LValue(Function *fn, DataFile file) in LValue() function in nv50_ir::LValue
240 LValue::LValue(Function *fn, LValue *lval) in LValue() function in nv50_ir::LValue
Dnv50_ir.h308 class LValue; variable
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp225 LValue::LValue(Function *fn, DataFile file) in LValue() function in nv50_ir::LValue
240 LValue::LValue(Function *fn, LValue *lval) in LValue() function in nv50_ir::LValue
Dnv50_ir.h308 class LValue; variable
/external/clang/include/clang/AST/
DAPValue.h48 LValue, enumerator
/external/chromium_org/v8/src/arm/
Dconstants-arm.h580 inline int LValue() const { return Bit(20); } in LValue() function