Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDChunks.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-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.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-14-stable/contrib/llvm-project/clang/lib/AST/
HDComment.cpp207 Kind = OtherKind; in fill()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDComment.h994 OtherKind,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp839 case DeclInfo::OtherKind: in visitFullComment()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp7595 AttributeCommonInfo::Kind OtherKind) { in checkMutualExclusion() argument
7598 [OtherKind](const ParsedAttr &A) { return A.getKind() == OtherKind; }); in checkMutualExclusion()
HDSemaChecking.cpp12012 UsageKind OtherKind, bool IsModMod) { in checkUsage() argument
12016 const Usage &U = UI.Uses[OtherKind]; in checkUsage()
12022 if (OtherKind == UK_Use) in checkUsage()