Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp64 static inline uint32_t getCStringLength(ArrayRef<uint8_t> Data) { in getCStringLength() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1036 SVal CStringChecker::getCStringLength(CheckerContext &C, ProgramStateRef &state, in getCStringLength() function in CStringChecker