Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h61 OtherKind, enumerator
134 Chunk(Kind k = OtherKind) : chunkKind(k), hasData(true), p2Align(0) {} in chunkKind()
196 static bool classof(const Chunk *c) { return c->kind() >= OtherKind; } in classof()
199 NonSectionChunk(Kind k = OtherKind) : Chunk(k) {} in Chunk()
209 NonSectionCodeChunk(Kind k = OtherKind) : NonSectionChunk(k) {} in NonSectionChunk()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp967 CountPseudoKind OtherKind = Other.getCountPseudoKind(); in merge() local
969 if (OtherKind != NotPseudo || ThisKind != NotPseudo) { in merge()
973 if (OtherKind == NotPseudo || ThisKind == NotPseudo) { in merge()
977 if (OtherKind == PseudoHot || ThisKind == PseudoHot) in merge()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp207 Kind = OtherKind; in fill()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp838 case DeclInfo::OtherKind: in visitFullComment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7691 AttributeCommonInfo::Kind OtherKind) { in checkMutualExclusion() argument
7694 [OtherKind](const ParsedAttr &A) { return A.getKind() == OtherKind; }); in checkMutualExclusion()
H A DSemaChecking.cpp13445 UsageKind OtherKind, bool IsModMod) { in checkUsage() argument
13449 const Usage &U = UI.Uses[OtherKind]; in checkUsage()
13455 if (OtherKind == UK_Use) in checkUsage()