Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py116 def writeRandomOperation(self, LValue, LHS, RHS): argument
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py121 def writeRandomOperation(self, LValue, LHS, RHS): argument
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py116 def writeRandomOperation(self, LValue, LHS, RHS): argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1549 struct LValue { struct
1550 APValue::LValueBase Base;
1551 CharUnits Offset;
1552 SubobjectDesignator Designator;
1553 bool IsNullPtr : 1;
1554 bool InvalidBase : 1;
1556 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1557 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()
1558 const CharUnits &getLValueOffset() const { return Offset; } in getLValueOffset()
1559 SubobjectDesignator &getLValueDesignator() { return Designator; } in getLValueDesignator()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp98 SVal ExprEngine::makeZeroElementRegion(ProgramStateRef State, SVal LValue, in makeZeroElementRegion()
H A DBugReporterVisitors.cpp1007 if (Optional<Loc> LValue = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local
1053 Optional<Loc> LValue; in visitNodeInitial() local
H A DExprEngine.cpp866 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1154 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d237 LValue, /// Must return an Lvalue (== CTFE reference) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h520 LValue, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7459 Value *LValue, *HValue; in splitMergedValStore() local