Searched refs:NL (Results 51 - 75 of 91) sorted by relevance

1234

/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp531 void LocationContext::printJson(raw_ostream &Out, const char *NL, argument
579 Out << NL; local
/openbsd-current/libexec/getty/
H A Dsubr.c249 if (NL) {
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h292 const char *NL, const char *Sep) const override;
H A DRetainCountChecker.cpp1458 const char *NL, const char *Sep) const {
1465 Out << Sep << NL;
1470 Out << NL; local
1457 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h277 /// \param NL The newline.
286 raw_ostream &Out, const char *NL = "\n", unsigned int Space = 0,
H A DProgramPoint.h214 void printJson(llvm::raw_ostream &Out, const char *NL = "\n") const;
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c790 MDBG (("in lex, NL = %d (x%x)\n", NL, NL));
791 return NL;
H A Ditbl-parse.c14 # define NL 265 macro
374 "INSN", "NUM", "ID", "NL", "PNUM", "','", "'|'", "'['", "']'", "'*'",
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp338 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
810 const char *NL, const char *Sep) const {
811 printTaint(State, Out, NL, Sep);
809 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DContainerModeling.cpp57 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
723 const char *NL, const char *Sep) const {
727 Out << Sep << "Container Data :" << NL;
H A DMallocChecker.cpp356 const char *NL, const char *Sep) const override;
3555 const char *NL, const char *Sep) const {
3560 Out << Sep << "MallocChecker :" << NL; local
3574 Out << NL; local
3554 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com633 $! "-des" sets SYS$OUTPUT to NL: with a DEVBUFSIZ too large (512 again)
1354 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1355 $ DEFINE/USER_MODE SYS$ERROR NL:
1368 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1369 $ DEFINE/USER_MODE SYS$ERROR NL:
1384 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1385 $ DEFINE/USER_MODE SYS$ERROR NL:
1494 $ DEFINE/USER_MODE SYS$ERROR NL:
1495 $ DEFINE/USER_MODE SYS$OUTPUT NL:
1499 $ DEFINE/USER_MODE SYS$ERROR NL
[all...]
/openbsd-current/sys/kern/
H A Dtty.c112 #define NL NEWLINE macro
119 O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
159 #undef NL macro
/openbsd-current/distrib/special/more/
H A Dcurses.h61 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1806 auto LPMAddNewLoop = [&Worklist](Loop *NL, bool IsSubloop) {
1808 appendLoopsToWorklist(*NL, Worklist);
1849 auto LPMAddNewLoop = [&](Loop *NL, bool IsSubloop) {
1851 appendLoopsToWorklist(*NL, Worklist);
/openbsd-current/usr.bin/awk/
H A Dlex.c220 RET(NL);
/openbsd-current/usr.sbin/btrace/
H A Dbt_parse.y233 NL : /* empty */ label
237 stmt : ';' NL { $$ = NULL; }
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h455 /// \param NL The preferred representation of a newline.
459 const char *NL = "\n",
H A DChecker.h502 const char *NL, const char *Sep) const { }
501 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1021 auto NL = ApplyDebugLocation::CreateEmpty(*this); local
1081 auto NL = ApplyDebugLocation::CreateEmpty(*this); local
H A DCGStmt.cpp848 auto NL = ApplyDebugLocation::CreateEmpty(*this); local
857 auto NL = ApplyDebugLocation::CreateEmpty(*this); local
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNameAlia.pl46 A NL: abbreviation
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DPullParser.pm124 local $/ = $Pod::Simple::NL;
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h415 const LocationContext *LCtx, const char *NL,
H A DProgramState.h475 const char *NL = "\n", unsigned int Space = 0,

Completed in 222 milliseconds

1234