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

12

/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ditbl-parse.h23 # define NL 265 macro
H A Ditbl-parse.c14 # define NL 265 macro
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp30 void taint::printTaint(ProgramStateRef State, raw_ostream &Out, const char *NL, argument
35 Out << "Tainted symbols:" << NL; local
H A DObjCContainersChecker.cpp172 printState(raw_ostream &OS, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DObjCSelfInitChecker.cpp351 Out << " An init method has been called." << NL; local
356 << NL; local
360 << NL; local
364 Out << NL; local
381 Out << NL; local
339 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DMacOSKeychainAPIChecker.cpp658 Out << Sep << "KeychainAPIChecker :" << NL; local
650 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DPthreadLockChecker.cpp317 Out << Sep << "Mutex states:" << NL; local
330 Out << NL; local
336 Out << Sep << "Mutex lock order:" << NL; local
339 Out << NL; local
345 Out << Sep << "Mutexes in unresolved possibly destroyed state:" << NL; local
350 Out << NL; local
313 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DIteratorModeling.cpp738 Out << Sep << "Iterator Positions :" << NL; local
741 Out << NL; local
754 Out << NL; local
730 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DFuchsiaHandleChecker.cpp688 Out << Sep << "FuchsiaHandleChecker :" << NL; local
694 Out << NL; local
682 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DSmartPtrModeling.cpp561 Out << Sep << "Smart ptr regions :" << NL; local
568 Out << NL; local
556 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
H A DMoveChecker.cpp734 Out << Sep << "Moved-from objects :" << NL; local
741 Out << NL; local
728 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp221 Out << "null," << NL; local
215 printJson(raw_ostream &Out, const ASTContext &Ctx, const LocationContext *LCtx, const char *NL, unsigned int Space, bool IsDot) const argument
H A DDynamicType.cpp241 Out << '[' << NL; local
192 printJson(const MemRegion *Region, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
197 printJson(const SymExpr *Symbol, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
202 printJson(const DynamicTypeInfo &DTI, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
218 printJson(const DynamicCastInfo &DCI, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
226 printJson(const std::pair<T, U> &Pair, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
233 printJsonContainer(const ContainerTy &Container, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
250 Out << NL; local
257 printJson(const CastSet &Set, raw_ostream &Out, const char *NL, unsigned int Space, bool IsDot) argument
264 printJsonImpl(raw_ostream &Out, ProgramStateRef State, const char *Name, const char *NL, unsigned int Space, bool IsDot, bool PrintEvenIfEmpty = true) argument
275 printDynamicTypesJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
281 printDynamicCastsJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
287 printClassObjectDynamicTypesJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
298 printDynamicTypeInfoJson(raw_ostream &Out, ProgramStateRef State, const char *NL, unsigned int Space, bool IsDot) argument
[all...]
/openbsd-current/usr.sbin/btrace/
H A Dbt_parse.y233 NL : /* empty */ label
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp31 #define NL "\n" macro
76 OS << NL; local
133 OS << NL; local
152 OS << NL; local
173 OS << NL; local
/openbsd-current/gnu/llvm/llvm/include/llvm/XRay/
H A DGraph.h209 const NeighborLookupT &NL; member in class:llvm::xray::Graph::InOutEdgeView
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h220 Out << "null," << NL; variable
225 Out << '[' << NL; variable
235 Out << NL; variable
/openbsd-current/usr.bin/col/
H A Dcol.c47 #define NL '\n' /* newline */ macro
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp591 MachOYAML::NListEntry NL; local
/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/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h501 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp810 unsigned NL = std::distance(LStart, LE); local
/openbsd-current/libexec/getty/
H A Dgettytab.h128 #define NL gettyflags[1].value macro
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp274 auto NL = ApplyDebugLocation::CreateEmpty(*this); local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1470 Out << NL; local
1457 printState(raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const argument

Completed in 255 milliseconds

12