Home
last modified time | relevance | path

Searched refs:cString (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DTwine.h139 const char *cString; member
271 LHS.cString = Str; in Twine()
374 this->LHS.cString = LHS; in Twine()
385 this->RHS.cString = RHS; in Twine()
462 return StringRef(LHS.cString); in getSingleStringRef()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DTwine.cpp42 return StringRef(LHS.cString); in toNullTerminatedStringRef()
66 OS << Ptr.cString; in printOneChild()
117 << Ptr.cString << "\""; in printOneChildRepr()
/openbsd/lib/libcurses/base/
H A Dvsscanf.c65 ,cString enumerator
141 result = cString; in final_ch()
327 case cString: in vsscanf()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dstring2.m9 if (strcmp ([@"this " @"is " @"a " @"string" cString],
H A Dstring1.m9 if (strcmp ([@"this is a string" cString], "this is a string"))
H A Dstring3.m11 if (strcmp ([@STRING cString], STRING))
/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h303 constexpr const char cString[] = "__cstring"; variable
H A DWriter.cpp1327 make<DeduplicatedCStringSection>(section_names::cString); in createSyntheticSections()
1329 in.cStringSection = make<CStringSection>(section_names::cString); in createSyntheticSections()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog7801 result of -cString against what we expect it to be; don't just