Home
last modified time | relevance | path

Searched defs:discarded (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/diff/src/
H A Danalyze.c379 char *discarded[2]; in discard_confusing_lines() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h440 static InputSection discarded; variable
H A DInputSection.cpp354 InputSection InputSection::discarded(nullptr, 0, 0, 0, ArrayRef<uint8_t>(), ""); member in InputSection