Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/git/
H A Dgithub-automation.py373 def execute_command(self) -> bool: member in ReleaseWorkflow
440 if not release_workflow.execute_command():
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2100 const char *execute_command = NULL; in perform_test_reparse_source() local
2140 execute_command = getenv("CINDEXTEST_EXECUTE_COMMAND"); in perform_test_reparse_source()
2153 if (execute_command && trial == execute_after_trial) { in perform_test_reparse_source()
2154 result = indextest_perform_shell_execution(execute_command); in perform_test_reparse_source()