Home
last modified time | relevance | path

Searched refs:lastType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp562 std::optional<chpe_range_type> lastType; in createECCodeMap() local
566 if (lastType) { in createECCodeMap()
567 codeMap.push_back({first, last, *lastType}); in createECCodeMap()
568 lastType.reset(); in createECCodeMap()
580 if (chunkType != lastType) { in createECCodeMap()
583 lastType = chunkType; in createECCodeMap()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3401 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } in classofKind()