Searched defs:Job (Results 1 – 12 of 12) sorted by relevance
25 struct Job { struct26 int id;27 int arg;28 const char* p;
70 static class Job implements Runnable class in IO77 Job(InputStream in,OutputStream out) in Job() method in IO.Job84 Job(Reader read,Writer write) in Job() method in IO.Job
27 class Job; variable
52 Job(JobClass _Kind) : Kind(_Kind) {} in Job() function
45 class Job; variable
39 var Job = ""; variable
39 class Job(object): class
253 for (const auto &Job : Jobs) { in stripPositionalArgs() local
871 private static abstract class Job class in InstrProcessorST
6549 struct Job { struct in __anona626307c1311::DataRecursiveIntBinOpEvaluator6550 const Expr *E;6551 EvalResult LHSResult; // meaningful only for binary operator expression.6552 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind;6554 Job() : StoredInfo(nullptr) {} in Job() function6555 void startSpeculativeEval(EvalInfo &Info) { in startSpeculativeEval()6560 ~Job() { in ~Job()6566 EvalInfo *StoredInfo; // non-null if status changed.6567 Expr::EvalStatus OldEvalStatus;
76 typedef struct job Job; typedef
8609 var Job = function(inContext) { class8613 Job.prototype = { class