Searched defs:exec (Results 1 – 9 of 9) sorted by relevance
1 project(exec C) project32 add_executable(exec main.c) target
14 void PurityChecker::Enter(const parser::ExecutableConstruct &exec) { in Enter()
73 const parser::ExecutionPart *exec() const { return exec_; } in exec() function
37 ProgramTree &node, const parser::ExecutionPart &exec) { in GetEntryStmts()81 const auto &exec{std::get<parser::ExecutionPart>(x.t)}; in BuildSubprogramTree() local
7392 void Walk(const parser::ExecutionPart *exec) { in Walk()7691 if (const auto *exec{node.exec()}) { in ResolveExecutionParts() local
37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
504 exec section in Operands546 A single bit flag indicating that the :ref:`exec<amdgpu_synid_exec>` is all zeros. argument
98 scf::ExecuteRegionOp exec = wrapInExecuteRegion(rewriter, target); in apply() local
370 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <()