Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dself-assign.cpp20 class StringUsed { class
22 StringUsed(const char *s = "") : str(strdup(s)) {} in StringUsed() function in StringUsed
23 StringUsed(const StringUsed &rhs) : str(strdup(rhs.str)) {} in StringUsed() function in StringUsed