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.cpp1630 bool NeedSpace = false; in printSWaitCnt() local
1634 NeedSpace = true; in printSWaitCnt()
1638 if (NeedSpace) in printSWaitCnt()
1641 NeedSpace = true; in printSWaitCnt()
1645 if (NeedSpace) in printSWaitCnt()
1664 bool NeedSpace = false; in printDepCtr() local
1667 if (NeedSpace) in printDepCtr()
1670 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.cpp2225 bool NeedSpace = false; in printTo() local
2258 NeedSpace = Policy.SplitTemplateClosers && ArgString.back() == '>'; in printTo()
2268 if (NeedSpace) in printTo()