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

12345

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp63 const char *NL, const char *Sep) const override;
738 const char *NL, const char *Sep) const {
743 Out << Sep << "Moved-from objects :" << NL; local
750 Out << NL; local
737 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DFuchsiaHandleChecker.cpp195 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
543 const char *NL, const char *Sep) const {
548 Out << Sep << "FuchsiaHandleChecker :" << NL; local
554 Out << NL; local
542 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DNullabilityChecker.cpp105 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
1166 const char *NL, const char *Sep) const {
1171 Out << Sep << NL
1172 << "Nullability invariant was violated, warnings suppressed." << NL; local
1178 Out << Sep << NL;
1183 Out << NL; local
1165 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DMacOSKeychainAPIChecker.cpp69 const char *NL, const char *Sep) const;
652 const char *NL,
658 Out << Sep << "KeychainAPIChecker :" << NL; local
650 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DGenericTaintChecker.cpp50 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
544 const char *NL, const char *Sep) const {
545 printTaint(State, Out, NL, Sep);
543 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp476 void LocationContext::dumpStack(raw_ostream &Out, const char *NL, argument
512 Out << NL; local
518 void LocationContext::printJson(raw_ostream &Out, const char *NL, argument
569 Out << NL; local
H A DProgramPoint.cpp50 void ProgramPoint::printJson(llvm::raw_ostream &Out, const char *NL) const {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h166 const LocationContext *LCtx, const char *NL,
H A DStore.h256 virtual void printJson(raw_ostream &Out, Store S, const char *NL,
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dputshell.c92 case NL:
158 * The current character is a NL, check the next one.
160 while (*++text == NL)
H A Dsave.c313 char const * eol = strchr(l_arg, NL);
337 fputc(NL, fp);
547 char const * e = strchr(opts->pzUsageTitle, NL);
H A Dfind.c220 fputc(NL, stderr);
433 fputc(NL, stderr);
H A Dmakeshell.c243 case NL:
249 fputc(NL, stdout);
260 fputc(NL, stdout);
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l91 LF|lf|NL|nl { number = 10; return TNUM; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp265 void printJson(raw_ostream &Out, ProgramStateRef State, const char *NL = "\n",
763 const char *NL, unsigned int Space,
769 Out << "null," << NL;
774 Out << '[' << NL;
784 Out << NL;
788 Indent(Out, Space, IsDot) << "]," << NL;
H A DRegionStore.cpp232 void printJson(raw_ostream &Out, const char *NL = "\n",
238 << (const void *)I.getKey() << "\", \"items\": [" << NL;
248 Out << NL; local
255 Out << NL; local
647 void printJson(raw_ostream &Out, Store S, const char *NL = "\n",
2676 void RegionStoreManager::printJson(raw_ostream &Out, Store S, const char *NL, argument
2683 Out << "null," << NL; local
2687 Out << "{ \"pointer\": \"" << Bindings.asStore() << "\", \"items\": [" << NL;
2688 Bindings.printJson(Out, NL, Space + 1, IsDot);
2689 Indent(Out, Space, IsDot) << "]}," << NL;
[all...]
H A DExprEngine.cpp556 const char *NL, const LocationContext *LCtx,
572 Out << "[" << NL; local
591 Out << NL; local
602 const LocationContext *LCtx, const char *NL,
608 Out << '[' << NL; local
609 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) {
610 printObjectsUnderConstructionJson(Out, State, NL, LC, Space, IsDot);
614 Indent(Out, Space, IsDot) << "]," << NL; // End of "constructing_objects".
616 Out << "null," << NL; local
619 getCheckerManager().runCheckersForPrintStateJson(Out, State, NL, Spac
555 printObjectsUnderConstructionJson(raw_ostream &Out, ProgramStateRef State, const char *NL, const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) argument
601 printJson(raw_ostream &Out, ProgramStateRef State, const LocationContext *LCtx, const char *NL, unsigned int Space, bool IsDot) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1010 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; local
1063 ++NL;
1075 NumHoisted += NL + NS + NC + NI;
1077 NumLoadsHoisted += NL;
1080 return {NI, NL + NC + NS};
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp522 unsigned NL = std::distance(LStart, LE); local
524 SmallVector<DiffEntry, 20> Paths1(NL+1);
525 SmallVector<DiffEntry, 20> Paths2(NL+1);
537 for (unsigned I = 0; I != NL+1; ++I) {
574 SmallVectorImpl<char> &Path = Cur[NL].Path;
/freebsd-11-stable/usr.bin/col/
H A Dcol.c64 #define NL '\n' /* newline */ macro
231 case NL:
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h276 raw_ostream &Out, const char *NL = "\n",
281 raw_ostream &Out, const char *NL = "\n", unsigned int Space = 0,
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h146 #define NL gettyflags[1].value macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Dmclex.c369 return NL;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h292 const char *NL, const char *Sep) const override;
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c156 static char NL[] = "\n", CS[] = ": "; local
184 iov[count].iov_base = NL;
185 iov[count++].iov_len = sizeof(NL) - 1;

Completed in 705 milliseconds

12345