Searched defs:LValue (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | genk-timing.py | 116 def writeRandomOperation(self, LValue, LHS, RHS): argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | genk-timing.py | 121 def writeRandomOperation(self, LValue, LHS, RHS): argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | genk-timing.py | 116 def writeRandomOperation(self, LValue, LHS, RHS): argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1549 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 D | ExprEngineCXX.cpp | 98 SVal ExprEngine::makeZeroElementRegion(ProgramStateRef State, SVal LValue, in makeZeroElementRegion()
|
H A D | BugReporterVisitors.cpp | 1007 if (Optional<Loc> LValue = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local 1053 Optional<Loc> LValue; in visitNodeInitial() local
|
H A D | ExprEngine.cpp | 866 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1154 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dinterpret.d | 237 LValue, /// Must return an Lvalue (== CTFE reference) enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 520 LValue, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7459 Value *LValue, *HValue; in splitMergedValStore() local
|