Searched defs:Job (Results 1 – 11 of 11) sorted by relevance
194 struct Job { struct213 enum JobStatus status; argument215 bool suspended;218 bool ignerr;220 bool echo;222 bool special;224 int inPipe; /* Pipe for reading output from job */225 int outPipe; /* Pipe for writing control commands */226 struct pollfd *inPollfd; /* pollfd associated with inPipe */230 char outBuf[JOB_BUFSIZE + 1];[all …]
81 typedef struct Job Job; typedef
25 class Job; variable
137 auto Job = new FuzzJob; in CreateNewJob() local297 auto Job = Qu.front(); in Pop() local304 while (auto Job = FuzzQ->Pop()) { in WorkerThread() local385 std::unique_ptr<FuzzJob> Job(MergeQ.Pop()); in FuzzWithFork() local
97 for (const auto &Job : Jobs) in ignoreExtraCC1Commands() local146 for (const driver::Command &Job : Jobs) in getCC1Arguments() local153 for (const driver::Command &Job : Jobs) in getCC1Arguments() local
204 for (auto &Job : reverse(JobList)) { runMoveAutoInit() local
249 for (const auto &Job : Jobs) { in ExecuteJobs() local
1940 for (auto &Job : C.getJobs()) in ExecuteCompilation() local
844 for (TransformJob Job : Worklist) { in expandVectorPredication() local
563 for (const driver::Command &Job : Compilation->getJobs()) { in forEachDriverJob() local
13221 struct Job { struct in __anonfb577fba2b11::DataRecursiveIntBinOpEvaluator13222 const Expr *E;13223 EvalResult LHSResult; // meaningful only for binary operator expression.13224 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind;13229 void startSpeculativeEval(EvalInfo &Info) { in startSpeculativeEval()13234 SpeculativeEvaluationRAII SpecEvalRAII;