Home
last modified time | relevance | path

Searched refs:OtherKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h61 OtherKind, enumerator
133 Chunk(Kind k = OtherKind) : chunkKind(k), hasData(true), p2Align(0) {} in chunkKind()
188 static bool classof(const Chunk *c) { return c->kind() >= OtherKind; } in classof()
191 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} in Chunk()
201 NonSectionCodeChunk(Kind k = OtherKind) : NonSectionChunk(k) {} in NonSectionChunk()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp915 CountPseudoKind OtherKind = Other.getCountPseudoKind(); in merge() local
917 if (OtherKind != NotPseudo || ThisKind != NotPseudo) { in merge()
921 if (OtherKind == NotPseudo || ThisKind == NotPseudo) { in merge()
925 if (OtherKind == PseudoHot || ThisKind == PseudoHot) in merge()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp839 case DeclInfo::OtherKind: in visitFullComment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7595 AttributeCommonInfo::Kind OtherKind) { in checkMutualExclusion() argument
7598 [OtherKind](const ParsedAttr &A) { return A.getKind() == OtherKind; }); in checkMutualExclusion()
H A DSemaChecking.cpp12012 UsageKind OtherKind, bool IsModMod) { in checkUsage() argument
12016 const Usage &U = UI.Uses[OtherKind]; in checkUsage()
12022 if (OtherKind == UK_Use) in checkUsage()