Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h126 kw_heap_alloc_marker, enumerator
H A DMILexer.cpp271 .Case("heap-alloc-marker", MIToken::kw_heap_alloc_marker) in getIdentifierKind()
H A DMIParser.cpp982 Token.isNot(MIToken::kw_heap_alloc_marker) && in parse()
1013 if (Token.is(MIToken::kw_heap_alloc_marker)) in parse()
3148 assert(Token.is(MIToken::kw_heap_alloc_marker) && in parseHeapAllocMarker()