Home
last modified time | relevance | path

Searched refs:isStaticTemporary (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DPointer.h232 bool isStaticTemporary() const { return isStatic() && isTemporary(); } in isStaticTemporary() function
H A DInterp.cpp147 if (!Ptr.isStaticTemporary()) in CheckTemporary()