Home
last modified time | relevance | path

Searched defs:DO (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-hp300.c31 #define DO(FIELD) \ macro
/openbsd/bin/ksh/
H A Dlex.h75 #define DO 271 macro
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1571 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic()
1572 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic()
/openbsd/include/arpa/
H A Dtelnet.h43 #define DO 253 /* please, you use option */ macro
/openbsd/usr.sbin/zic/
H A Dzic.c1574 #define DO(field) fwrite(tzh.field, sizeof tzh.field, 1, fp) in writezone() macro
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5340 const auto *DO = S.getSingleClause<OMPDepobjClause>(); in EmitOMPDepobjDirective() local