Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h757 inline Loc ProgramState::getLValue(const CXXBaseSpecifier &BaseSpec, in getLValue() function
765 inline Loc ProgramState::getLValue(const CXXRecordDecl *BaseClass, in getLValue() function
773 inline Loc ProgramState::getLValue(const VarDecl *VD, in getLValue() function
778 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, in getLValue() function
783 inline SVal ProgramState::getLValue(const ObjCIvarDecl *D, SVal Base) const { in getLValue() function
787 inline SVal ProgramState::getLValue(QualType ElementType, SVal Idx, SVal Base) const{ in getLValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp468 SVal ProgramState::getLValue(const FieldDecl *D, SVal Base) const { in getLValue() function in ProgramState
473 SVal ProgramState::getLValue(const IndirectFieldDecl *D, SVal Base) const { in getLValue() function in ProgramState