Searched refs:Lint (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 93 class Lint : public InstVisitor<Lint> { class 94 friend class InstVisitor<Lint>; 136 Lint(Module *Mod, const DataLayout *DL, AliasAnalysis *AA, in Lint() function in __anon88a7481a0111::Lint 181 void Lint::visitFunction(Function &F) { in visitFunction() 190 void Lint::visitCallBase(CallBase &I) { in visitCallBase() 369 void Lint::visitReturnInst(ReturnInst &I) { in visitReturnInst() 382 void Lint::visitMemoryReference(Instruction &I, const MemoryLocation &Loc, in visitMemoryReference() 471 void Lint::visitLoadInst(LoadInst &I) { in visitLoadInst() 476 void Lint::visitStoreInst(StoreInst &I) { in visitStoreInst() 481 void Lint::visitXor(BinaryOperator &I) { in visitXor() [all …]
|
/freebsd/sys/x86/acpica/ |
H A D | madt.c | 685 madt_handle_local_nmi(u_int acpi_id, UINT8 Lint, UINT16 IntiFlags) in madt_handle_local_nmi() argument 697 if (Lint == 0) in madt_handle_local_nmi() 715 nmi->ProcessorId, nmi->Lint, nmi->IntiFlags); in madt_parse_local_nmi() 722 madt_handle_local_nmi(nmi->Uid, nmi->Lint, nmi->IntiFlags); in madt_parse_local_x2apic_nmi()
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ref.bib | 39 %T Lint, a C Program Checker
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 11 * Lint fixes for the code
|
/freebsd/usr.bin/compress/doc/ |
H A D | revision.log | 105 * Clean up the code a little and lint it. (Lint complains about all
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 394 Lint cleanup from: Marc Brett <mbrett@rgs0.london.waii.com> 459 Lint. From: Simon Burge <simonb@wasabisystems.com> 493 * libntp/msyslog.c: Lint cleanup. 545 Lint cleanup. 1124 Lint fixes (Thanks bunches!) 1896 Lint/noise cleanup 2219 Lint cleanup 2884 * ntpd/refclock_oncore.c: Lint removal 2885 * ntpq/ntpq_ops.c: Lint removal 3617 Lint cleanup [all …]
|
H A D | CommitLog | [all...] |
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 630 madt_lapic_nmi.Lint = 1; in build_madt()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 1305 UINT8 Lint; /* LINTn to which NMI is connected */ member 1390 UINT8 Lint; /* LINTn to which NMI is connected */ member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo2.c | 762 {ACPI_DMT_UINT8, ACPI_MADT4_OFFSET (Lint), "Interrupt Input LINT", 0}, 838 {ACPI_DMT_UINT8, ACPI_MADT10_OFFSET (Lint), "Interrupt Input LINT", 0},
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 516 acpi_print_local_nmi(lapic_nmi->Lint, lapic_nmi->IntiFlags); in acpi_print_madt() 555 acpi_print_local_nmi(x2apic_nmi->Lint, x2apic_nmi->IntiFlags); in acpi_print_madt()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 106 SRCS_MIN+= Analysis/Lint.cpp
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 9235 AcpiXtract: Updated for Lint and other formatting changes. Close all open 17774 versions. The Lint option files used are included in the
|