Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt1 project(exec C) project
28 add_executable(exec main.c) target
/llvm-project/flang/lib/Semantics/
H A Dcheck-purity.cpp14 void PurityChecker::Enter(const parser::ExecutableConstruct &exec) { in Enter() argument
H A Dprogram-tree.h
H A Dcanonicalize-omp.cpp142 if (auto *exec = GetOmpIf<parser::OpenMPExecutableAllocate>(*(it++))) { RewriteOmpAllocations() local
H A Dprogram-tree.cpp38 ProgramTree &node, const parser::ExecutionPart &exec) { in GetEntryStmts() argument
83 const auto &exec{std::get<parser::ExecutionPart>(x.t)}; in BuildSubprogramTree() local
H A Dresolve-names.cpp9144 Walk(const parser::ExecutionPart & exec) Walk() argument
9512 if (const auto *exec{node.exec()}) { ResolveExecutionParts() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dassignment-in-if-condition.cpp105 template <typename Func> bool exec(Func F) { return F(); } in exec() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
/llvm-project/llvm/docs/
H A DAMDGPUOperandSyntax.rst527 exec section in Operands
571 A single bit flag indicating that the :ref:`exec<amdgpu_synid_exec>` argument
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp103 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp677 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <()
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp184 scf::ExecuteRegionOp exec = wrapInExecuteRegion(rewriter, target); apply() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp870 auto exec = op->getParentOfType<ExecuteOp>(); in populateAsyncFuncToAsyncRuntimeConversionPatterns() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp156 Module *exec = process->GetTarget().GetExecutableModulePointer(); CreateInstance() local