Home
last modified time | relevance | path

Searched defs:isNullTerminated (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp78 bool isNullTerminated = Str.back() == 0; in emitInlineAsm() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp645 constexpr auto isNullTerminated() const noexcept -> bool { in isNullTerminated() function in Catch::StringRef