Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DMangler.cpp220 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF() local
221 if (NeedQuotes) in emitLinkerFlagsForGlobalCOFF()
235 if (NeedQuotes) in emitLinkerFlagsForGlobalCOFF()
249 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForGlobalCOFF() local
250 if (NeedQuotes) in emitLinkerFlagsForGlobalCOFF()
262 if (NeedQuotes) in emitLinkerFlagsForGlobalCOFF()
273 bool NeedQuotes = GV->hasName() && !canBeUnquotedInDirective(GV->getName()); in emitLinkerFlagsForUsedCOFF() local
274 if (NeedQuotes) in emitLinkerFlagsForUsedCOFF()
277 if (NeedQuotes) in emitLinkerFlagsForUsedCOFF()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp368 bool NeedQuotes = true; in FormatASTNodeDiagnosticArgument() local
384 NeedQuotes = false; in FormatASTNodeDiagnosticArgument()
395 NeedQuotes = false; in FormatASTNodeDiagnosticArgument()
411 NeedQuotes = !TDT.PrintTree; in FormatASTNodeDiagnosticArgument()
435 NeedQuotes = false; in FormatASTNodeDiagnosticArgument()
466 NeedQuotes = false; in FormatASTNodeDiagnosticArgument()
472 NeedQuotes = false; in FormatASTNodeDiagnosticArgument()
508 NeedQuotes = false; in FormatASTNodeDiagnosticArgument()
513 if (NeedQuotes) { in FormatASTNodeDiagnosticArgument()