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.cpp123 bool DoneWithModifiers = false; in Parse() local
124 while (!DoneWithModifiers) { in Parse()
127 DoneWithModifiers = true; in Parse()
146 if (!DoneWithModifiers) { in Parse()