Home
last modified time | relevance | path

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

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