Home
last modified time | relevance | path

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

/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/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1695 bool NeedSpace = false; in printSWaitCnt() local
1699 NeedSpace = true; in printSWaitCnt()
1703 if (NeedSpace) in printSWaitCnt()
1706 NeedSpace = true; in printSWaitCnt()
1710 if (NeedSpace) in printSWaitCnt()
1729 bool NeedSpace = false; in printDepCtr() local
1732 if (NeedSpace) in printDepCtr()
1735 NeedSpace = true; in printDepCtr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2346 bool NeedSpace = false; in printTo() local
2379 NeedSpace = Policy.SplitTemplateClosers && ArgString.back() == '>'; in printTo()
2389 if (NeedSpace) in printTo()