Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp1068 struct LValue { struct
1069 APValue::LValueBase Base;
1070 CharUnits Offset;
1071 unsigned InvalidBase : 1;
1072 unsigned CallIndex : 31;
1073 SubobjectDesignator Designator;
1075 const APValue::LValueBase getLValueBase() const { return Base; } in getLValueBase()
1076 CharUnits &getLValueOffset() { return Offset; } in getLValueOffset()
1077 const CharUnits &getLValueOffset() const { return Offset; } in getLValueOffset()
1078 unsigned getLValueCallIndex() const { return CallIndex; } in getLValueCallIndex()
[all …]
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp92 static SVal makeZeroElementRegion(ProgramStateRef State, SVal LValue, in makeZeroElementRegion()
120 SVal LValue = State->getLValue(Var, LCtx); in getRegionForConstructedObject() local
H A DBugReporterVisitors.cpp207 if (Optional<Loc> LValue = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local
261 Optional<Loc> LValue; in visitNodeInitial() local
H A DExprEngine.cpp503 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reverse.cpp97 static void test_expr_reverse(bool LValue) in test_expr_reverse()
H A Dcxx11_tensor_reverse_sycl.cpp115 bool LValue) { in test_expr_reverse()
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp220 LValue::LValue(Function *fn, DataFile file) in LValue() function in nv50_ir::LValue
235 LValue::LValue(Function *fn, LValue *lval) in LValue() function in nv50_ir::LValue
H A Dnv50_ir.h567 class LValue; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/allocator.uses/allocator.uses.construction/
H A Dcommon.h14 LValue, enumerator
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py114 def writeRandomOperation(self, LValue, LHS, RHS): argument
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py114 def writeRandomOperation(self, LValue, LHS, RHS): argument
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py119 def writeRandomOperation(self, LValue, LHS, RHS): argument
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.hpp214 class LValue : public Variable class
2421 LValue<T>::LValue(int arraySize) in LValue() function in rr::LValue
/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h48 LValue, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/foreach/include/boost/
Dforeach.hpp619 should_copy_impl(LValue *, IsProxy *, bool *) in should_copy_impl() argument
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp673 class LValue { class
H A DSkSLWGSLCodeGenerator.cpp1111 class WGSLCodeGenerator::LValue { class in SkSL::WGSLCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp159 class LValue { class in SkSL::SPIRVCodeGenerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1085 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts() local
/aosp_15_r20/external/libcxxabi/src/demangle/
H A DItaniumDemangle.h510 LValue, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h518 LValue, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h634 LValue, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DItaniumDemangle.h658 LValue, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DItaniumDemangle.h657 LValue, enumerator
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/
H A DItaniumDemangle.h658 LValue, enumerator

12