Searched refs:isSingleStringRef (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h406 bool isSingleStringRef() const { function in class:llvm::Twine
438 /// if isSingleStringRef() is true.
440 assert(isSingleStringRef() &&"This cannot be had as a single stringref!");
442 default: llvm_unreachable("Out of sync with isSingleStringRef");
456 if (isSingleStringRef())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp539 assert((!path.isSingleStringRef() ||

Completed in 208 milliseconds