Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp122 bool DoneWithModifiers = false; in Parse() local
123 while (!DoneWithModifiers) { in Parse()
126 DoneWithModifiers = true; in Parse()
145 if (!DoneWithModifiers) { in Parse()