Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h693 inline Loc ProgramState::getLValue(const VarDecl *VD, in getLValue() function
698 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue() function
703 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { in getLValue() function
707 inline SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const { in getLValue() function
711 inline SVal ProgramState::getLValue(const IndirectFieldDecl *D, in getLValue() function
721 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/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h384 LValue *Function::getLValue(int id) in getLValue() function