Home
last modified time | relevance | path

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

/external/llvm/test/FrontendC++/
D2004-03-15-CleanupsAndGotos.cpp12 TryAgain: in foo()
13 goto TryAgain; in foo()
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool_unittest.py35 from webkitpy.tool.multicommandtool import MultiCommandTool, Command, TryAgain
64 raise TryAgain()
Dmulticommandtool.py42 class TryAgain(Exception): class
310 except TryAgain, e:
/external/llvm/lib/CodeGen/
DRegisterCoalescer.h71 std::vector<MachineInstr*> &TryAgain);
DRegisterCoalescer.cpp1532 std::vector<MachineInstr*> &TryAgain) { in CopyCoalesceInMBB() argument
1571 TryAgain.push_back(TheCopy); in CopyCoalesceInMBB()
1578 TryAgain.push_back(TheCopy); in CopyCoalesceInMBB()
1585 TryAgain.push_back(TheCopy); in CopyCoalesceInMBB()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp560 TryAgain: in DebugACrash()
586 goto TryAgain; // I wish I had a multi-level break here! in DebugACrash()
596 goto TryAgain; in DebugACrash()
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dqueues.py54 from webkitpy.tool.multicommandtool import Command, TryAgain
388 raise TryAgain()
Dqueues_unittest.py316 …uence.run_and_handle_errors, [tool, options, state], expected_exception=TryAgain, expected_stderr=…
/external/clang/lib/Lex/
DPPDirectives.cpp572 TryAgain: in HandleDirective()
579 goto TryAgain; in HandleDirective()