Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLiteralSupport.h240 unsigned GetStringLength() const { return ResultPtr-ResultBuf.data(); } in GetStringLength() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp3815 uint64_t llvm::GetStringLength(const Value *V, unsigned CharSize) { in GetStringLength() function in llvm