Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp123 static bool shouldSkipInBacktrace(const Function *F) { in shouldSkipInBacktrace() function
136 if (const auto *F = getFunction(); F && shouldSkipInBacktrace(F)) in describe()