HomeSort by relevance Sort by last modified time
    Searched defs:BugpointIsInterrupted (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
bugpoint.cpp 84 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
85 bool llvm::BugpointIsInterrupted = false;
89 BugpointIsInterrupted = true;
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
bugpoint.cpp 88 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
89 bool llvm::BugpointIsInterrupted = false;
93 BugpointIsInterrupted = true;

Completed in 82 milliseconds