HomeSort by: relevance | last modified time | path
    Searched defs:Execution (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
__init__.py 19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd'])
47 """ Run and report build command execution
60 """ Run a given command and report the execution.
158 :param execution: the command executed by the wrapper. """
186 call = Execution(
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
CodeTemplate.h 67 // The execution can be made serial by inserting a second instruction that
72 // The execution can be made serial by picking one Def that aliases with one
77 // The execution can be made serial by inserting a second instruction that
86 // The execution is always parallel because the instruction is missing Use or
90 // The execution can be made parallel by repeating the same instruction but
98 // Returns whether Execution is one of the values defined in the enum above.
99 bool isEnumValue(ExecutionMode Execution);
102 StringRef getName(ExecutionMode Execution);
105 // Execution flags.
108 // Decomposes Execution into individual set bits
    [all...]

Completed in 52 milliseconds