Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp528 bool saw_function_with_body = false; in CanInterpret() local
531 if (saw_function_with_body) { in CanInterpret()
537 saw_function_with_body = true; in CanInterpret()