Home
last modified time | relevance | path

Searched defs:Job (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/make/
H A Djob.h138 typedef struct Job { struct
180 } Job; typedef
157 statusJob global() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTool.h25 class Job; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp245 for (const auto &Job : Jobs) { in ExecuteJobs() local
H A DDriver.cpp1558 for (auto &Job : C.getJobs()) in ExecuteCompilation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp395 for (TransformJob Job : Worklist) { in expandVectorPredication() local
/netbsd-src/bin/ksh/
H A Djobs.c131 typedef struct job Job; typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12184 struct Job { struct in __anondef1c1652811::DataRecursiveIntBinOpEvaluator
12185 const Expr *E;
12186 EvalResult LHSResult; // meaningful only for binary operator expression.
12187 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind;
12192 void startSpeculativeEval(EvalInfo &Info) { in startSpeculativeEval()
12197 SpeculativeEvaluationRAII SpecEvalRAII;