Home
last modified time | relevance | path

Searched defs:getLValue (Results 1 – 4 of 4) 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 in getLValue() function in rsg::Expression
95 ExecValueAccess getLValue(void) const in getLValue() function in rsg::VariableAccess
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_inlines.h426 LValue *Function::getLValue(int id) in getLValue() function
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3301 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator