Home
last modified time | relevance | path

Searched refs:Discarded (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp103 uint32_t Discarded = 0; in filterAndSortClassDefs() local
108 Examined, UnfilteredCount, Discarded); in filterAndSortClassDefs()
113 ++Discarded; in filterAndSortClassDefs()
118 ++Discarded; in filterAndSortClassDefs()
124 ++Discarded; in filterAndSortClassDefs()
128 ++Discarded; in filterAndSortClassDefs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp70 clEnumValN(LVAttributeKind::Discarded, "discarded",
304 values(clEnumValN(LVElementKind::Discarded, "Discarded",
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h99 Discarded, // --attribute=discarded enumerator
331 ATTRIBUTE_OPTION(Discarded);
H A DLVElement.h66 enum class LVElementKind { Discarded, Global, Optimized, LastEntry }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp25 {LVElementKind::Discarded, &LVElement::getIsDiscarded},
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-ackm.md300 ### On Packet Space Discarded
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h361 Discarded, enumerator
376 StmtDiscardKind SDK = StmtDiscardKind::Discarded);
4314 return getSema().ActOnExprStmt(E, SDK == StmtDiscardKind::Discarded); in TransformStmt()
8122 : StmtDiscardKind::Discarded); in TransformCompoundStmt()
H A DSemaOpenMP.cpp2024 Discarded, enumerator