Searched defs:NL (Results 26 - 45 of 45) sorted by relevance

12

/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
H A DCGBlocks.cpp1529 auto NL = ApplyDebugLocation::CreateEmpty(*this); local
H A DMicrosoftCXXABI.cpp4126 auto NL = ApplyDebugLocation::CreateEmpty(CGF); local
H A DCGExprScalar.cpp4586 auto NL = ApplyDebugLocation::CreateEmpty(CGF); local
4594 auto NL = ApplyDebugLocation::CreateArtificial(CGF); local
H A DCGOpenMPRuntime.cpp1773 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); local
1879 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF); local
1928 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp809 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DNullabilityChecker.cpp1332 << "Nullability invariant was violated, warnings suppressed." << NL; local
1343 Out << NL; local
1325 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DMallocChecker.cpp3560 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/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp459 printJson(raw_ostream &Out, const LocationContext *LCtx, const char *NL, unsigned int Space, bool IsDot) const argument
H A DCheckerManager.cpp735 NLOut << "\", " << NL; // Inject the ending and a new line local
751 Out << '[' << NL; local
775 Out << NL; local
786 Out << NL; local
720 runCheckersForPrintStateJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) const argument
H A DRegionStore.cpp248 Out << NL; local
255 Out << NL; local
2927 void RegionStoreManager::printJson(raw_ostream &Out, Store S, const char *NL, argument
2934 Out << "null," << NL; local
[all...]
H A DExprEngine.cpp697 Out << '[' << NL; local
716 Out << NL; local
745 Out << '[' << NL; local
778 Out << NL; local
809 Out << '[' << NL; local
838 Out << NL; local
680 printObjectsUnderConstructionJson(raw_ostream &Out, ProgramStateRef State, const char *NL, const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) argument
726 printIndicesOfElementsToConstructJson( raw_ostream &Out, ProgramStateRef State, const char *NL, const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) argument
788 printPendingInitLoopJson(raw_ostream &Out, ProgramStateRef State, const char *NL, const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) argument
849 printPendingArrayDestructionsJson(raw_ostream &Out, ProgramStateRef State, const char *NL, const LocationContext *LCtx, unsigned int Space = 0, bool IsDot = false) argument
865 Out << '[' << NL; local
886 Out << NL; local
905 printStateTraitWithLocationContextJson( raw_ostream &Out, ProgramStateRef State, const LocationContext *LCtx, const char *NL, unsigned int Space, bool IsDot, const char *jsonPropertyName, Printer printer, Args &&...args) argument
924 Out << '[' << NL; local
934 printJson(raw_ostream &Out, ProgramStateRef State, const LocationContext *LCtx, const char *NL, unsigned int Space, bool IsDot) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1102 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demangle.c1333 #define NL(s) s, (sizeof s) - 1 macro
[all...]
/openbsd-current/sys/kern/
H A Dtty.c112 #define NL NEWLINE macro
159 #undef NL macro
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp73 std::string NL; member in class:__anon321::StmtPrinter
91 OS << ";" << NL; local
115 OS << NL; local
117 OS << NL; local
178 OS << "{" << NL; local
242 OS << NL; local
262 OS << ";" << NL; local
268 OS << "" << NL; local
278 OS << ":" << NL; local
307 OS << NL; local
313 OS << NL; local
332 OS << NL; local
343 OS << NL; local
348 OS << NL; local
377 OS << ")" << NL; local
387 OS << NL; local
394 OS << ");" << NL; local
457 if (Policy.IncludeNewlines) OS << NL; local
464 if (Policy.IncludeNewlines) OS << NL; local
469 if (Policy.IncludeNewlines) OS << NL; local
474 if (Policy.IncludeNewlines) OS << NL; local
484 if (Policy.IncludeNewlines) OS << NL; local
563 if (Policy.IncludeNewlines) OS << NL; local
570 OS << "{" << NL; local
584 OS << NL; local
594 OS << NL; local
601 OS << NL; local
618 OS << ";" << NL; local
631 OS << NL; local
637 OS << NL; local
653 OS << NL; local
663 OS << NL; local
677 OS << NL; local
683 OS << NL; local
689 OS << ")" << NL; local
691 OS << NL; local
697 OS << NL; local
703 OS << NL; local
708 if (Policy.IncludeNewlines) OS << NL; local
728 OS << NL; local
2745 printPretty(raw_ostream &Out, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation, StringRef NL, const ASTContext *Context) const argument
2752 printPrettyControlled(raw_ostream &Out, PrinterHelper *Helper, const PrintingPolicy &Policy, unsigned Indentation, StringRef NL, const ASTContext *Context) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3433 Instruction *NL = Builder.CreateLoad(EV.getType(), GEP); local
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3634 UsingEnumDecl(DeclContext *DC, DeclarationName DN, SourceLocation UL, SourceLocation EL, SourceLocation NL, TypeSourceInfo *EnumType) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8300 SDValue NL = (C0 > C1) ? N0->getOperand(0) : N1->getOperand(0); local

Completed in 691 milliseconds

12