Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1602 bool NeedSpace = false; in printSWaitCnt() local
1606 NeedSpace = true; in printSWaitCnt()
1610 if (NeedSpace) in printSWaitCnt()
1613 NeedSpace = true; in printSWaitCnt()
1617 if (NeedSpace) in printSWaitCnt()
1636 bool NeedSpace = false; in printDepCtr() local
1639 if (NeedSpace) in printDepCtr()
1642 NeedSpace = true; in printDepCtr()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp53 Qualifiers Mask, bool NeedSpace) { in outputQualifierIfPresent() argument
55 return NeedSpace; in outputQualifierIfPresent()
57 if (NeedSpace) in outputQualifierIfPresent()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2510 bool NeedSpace = false; in printTo() local
2543 NeedSpace = Policy.SplitTemplateClosers && ArgString.back() == '>'; in printTo()
2553 if (NeedSpace) in printTo()