Home
last modified time | relevance | path

Searched defs:Execution (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp66 bool isEnumValue(ExecutionMode Execution) { in isEnumValue()
106 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode Execution) { in getExecutionModeBits()
H A DCodeTemplate.h125 ExecutionMode Execution = ExecutionMode::UNKNOWN; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd']) variable