Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt1 project(exec C) project
32 add_executable(exec main.c) target
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-purity.cpp14 void PurityChecker::Enter(const parser::ExecutableConstruct &exec) { in Enter()
H A Dprogram-tree.h73 const parser::ExecutionPart *exec() const { return exec_; } in exec() function
H A Dprogram-tree.cpp37 ProgramTree &node, const parser::ExecutionPart &exec) { in GetEntryStmts()
81 const auto &exec{std::get<parser::ExecutionPart>(x.t)}; in BuildSubprogramTree() local
H A Dresolve-names.cpp7392 void Walk(const parser::ExecutionPart *exec) { in Walk()
7691 if (const auto *exec{node.exec()}) { in ResolveExecutionParts() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUOperandSyntax.rst504 exec section in Operands
546 A single bit flag indicating that the :ref:`exec<amdgpu_synid_exec>` is all zeros. argument
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp98 scf::ExecuteRegionOp exec = wrapInExecuteRegion(rewriter, target); in apply() local
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp370 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <()