Searched defs:exec (Results 1 – 14 of 14) sorted by relevance
1 project(exec C) project28 add_executable(exec main.c) target
14 void PurityChecker::Enter(const parser::ExecutableConstruct &exec) { in Enter() argument
142 if (auto *exec = GetOmpIf<parser::OpenMPExecutableAllocate>(*(it++))) { RewriteOmpAllocations() local
38 ProgramTree &node, const parser::ExecutionPart &exec) { in GetEntryStmts() argument 83 const auto &exec{std::get<parser::ExecutionPart>(x.t)}; in BuildSubprogramTree() local
9144 Walk(const parser::ExecutionPart & exec) Walk() argument 9512 if (const auto *exec{node.exec()}) { ResolveExecutionParts() local [all...]
105 template <typename Func> bool exec(Func F) { return F(); } in exec() function
37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
527 exec section in Operands571 A single bit flag indicating that the :ref:`exec<amdgpu_synid_exec>` argument
103 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
677 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <()
184 scf::ExecuteRegionOp exec = wrapInExecuteRegion(rewriter, target); apply() local
870 auto exec = op->getParentOfType<ExecuteOp>(); in populateAsyncFuncToAsyncRuntimeConversionPatterns() local
156 Module *exec = process->GetTarget().GetExecutableModulePointer(); CreateInstance() local