Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInlineAsm.cpp105 bool DoneWithModifiers = false; in Parse() local
106 while (!DoneWithModifiers) { in Parse()
109 DoneWithModifiers = true; in Parse()
128 if (!DoneWithModifiers) { in Parse()