Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlreguts.pod750 =head2 Execution section in Process Overview
777 =head3 Start position and no-match optimisations
799 =head3 Program execution
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp75 bool isEnumValue(ExecutionMode Execution) { in isEnumValue()
115 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode Execution) { in getExecutionModeBits()
H A DCodeTemplate.h125 ExecutionMode Execution = ExecutionMode::UNKNOWN; member
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd']) variable