Home
last modified time | relevance | path

Searched refs:isStdFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h129 bool isStdFunction() const;
H A DInterpFrame.cpp278 bool InterpFrame::isStdFunction() const { in isStdFunction() function in InterpFrame
H A DInterp.cpp1852 if (S.getLangOpts().CPlusPlus26 || S.Current->isStdFunction()) in InvalidNewDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp661 bool isStdFunction() const { in isStdFunction() function in __anonfb577fba0111::CallStackFrame
10342 if (Info.CurrentCall->isStdFunction() || Info.getLangOpts().CPlusPlus26 || in VisitCXXNewExpr()