Home
last modified time | relevance | path

Searched refs:kw_heap_alloc_marker (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h135 kw_heap_alloc_marker, enumerator
H A DMILexer.cpp280 .Case("heap-alloc-marker", MIToken::kw_heap_alloc_marker) in getIdentifierKind()
H A DMIParser.cpp1072 Token.isNot(MIToken::kw_heap_alloc_marker) && in parse()
1101 if (Token.is(MIToken::kw_heap_alloc_marker)) in parse()
3522 assert(Token.is(MIToken::kw_heap_alloc_marker) && in parseHeapAllocMarker()