Home
last modified time | relevance | path

Searched defs:getLValue (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h694 inline Loc ProgramState::getLValue(const VarDecl *VD, in getLValue() function
699 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue() function
704 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { in getLValue() function
708 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const { in getLValue() function
712 inline SVal ProgramState::getLValue(const IndirectFieldDecl *D, in getLValue() function
722 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue() function
/external/deqp/framework/randomshaders/
DrsgExpression.hpp62 …virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Express… in getLValue() function in rsg::Expression
78 ExecValueAccess getLValue (void) const { return m_valueAccess; } in getLValue() function in rsg::VariableAccess
/external/skqp/src/sksl/
DSkSLInterpreter.cpp188 Interpreter::StackIndex Interpreter::getLValue(const Expression& expr) { in getLValue() function in SkSL::Interpreter
DSkSLJIT.cpp282 std::unique_ptr<JIT::LValue> JIT::getLValue(LLVMBuilderRef builder, const Expression& expr) { in getLValue() function in SkSL::JIT
DSkSLSPIRVCodeGenerator.cpp1613 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator
/external/skia/src/sksl/
DSkSLInterpreter.cpp188 Interpreter::StackIndex Interpreter::getLValue(const Expression& expr) { in getLValue() function in SkSL::Interpreter
DSkSLJIT.cpp282 std::unique_ptr<JIT::LValue> JIT::getLValue(LLVMBuilderRef builder, const Expression& expr) { in getLValue() function in SkSL::JIT
DSkSLSPIRVCodeGenerator.cpp1664 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h416 LValue *Function::getLValue(int id) in getLValue() function