| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 94 while (isSpace(static_cast<unsigned char>(*F1P)) && F1P != F1End) in CompareNumbers() 96 while (isSpace(static_cast<unsigned char>(*F2P)) && F2P != F2End) in CompareNumbers()
|
| /freebsd/contrib/expat/lib/ |
| H A D | xmltok.c | 1046 isSpace(int c) { in isSpace() function 1070 if (! isSpace(toAscii(enc, ptr, end))) { in parsePseudoAttribute() 1076 } while (isSpace(toAscii(enc, ptr, end))); in parsePseudoAttribute() 1092 if (isSpace(c)) { in parsePseudoAttribute() 1096 } while (isSpace(c = toAscii(enc, ptr, end))); in parsePseudoAttribute() 1111 while (isSpace(c)) { in parsePseudoAttribute() 1223 while (isSpace(toAscii(enc, ptr, end))) in doParseXmlDecl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | YAMLTraits.h | 684 if (isSpace(static_cast<unsigned char>(S.front())) || 685 isSpace(static_cast<unsigned char>(S.back())))
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSyntaxEmitter.cpp | 183 StringRef Indent = Line.take_while(isSpace); in printDoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenDataReader.cpp | 167 return llvm::all_of(Prefix, [](char c) { return isPrint(c) || isSpace(c); }); in hasFormat()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StringExtractor.cpp | 367 while (m_index < n && llvm::isSpace(m_packet[m_index])) in SkipSpaces()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 854 while (LineStart != MemBuf->getBufferEnd() && isSpace(*LineStart)) in checkAllRulesInBuffer() 880 while (LineStart != MemBuf->getBufferEnd() && isSpace(*LineStart)) in checkAllRulesInBuffer()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 328 if (llvm::all_of(line_buffer, llvm::isSpace)) in SplitLineEOF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 250 if (!all_of(Line, llvm::isSpace)) in getHeaders()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 730 if (!llvm::isPrint(c) && !llvm::isSpace(c)) { in CheckForPacket()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 132 if (AtInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength() 139 while (*EStr != '\n' && isSpace(static_cast<unsigned char>(*EStr))) in getInlineAsmLength()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1006 llvm::erase_if(Collapsed, isSpace); in isLabel() 1061 llvm::erase_if(Collapsed, isSpace); in tryParseRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 435 erase_if(Sig, isSpace); in getSignature()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1648 if (llvm::isSpace(s[pos - 1])) { in FindArgumentTerminator() 1651 if ((pos + 2 >= s_len) || llvm::isSpace(s[pos + 2])) { in FindArgumentTerminator()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 247 [](char c) { return isPrint(c) || isSpace(c); }); in hasFormat()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 1146 if (!isSpace(c) || (c = ' ') != prev) in squeezeSpaces()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 1856 if (atInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 151 if (!isSpace((unsigned char)Str[Offset])) { in convertStrToInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 5643 if (isSpace(Argument[End])) in parseDirectiveForc()
|