Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp353 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem() function
701 if (Cursor R = maybeLexConstantPoolItem(C, Token)) in lexMIToken()