Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp445 static const char *infinite_loop_error = "Interpreter ran for too many cycles"; variable
1693 error.SetErrorString(infinite_loop_error); in Interpret()