Searched refs:StrPtr (Results 1 – 3 of 3) sorted by relevance
198 using StrPtr = std::unique_ptr<string>; in TEST() typedef199 TopN<StrPtr, PointeeGreater> topn(3); in TEST()200 for (int i = 0; i < 8; ++i) topn.push(StrPtr(new string(std::to_string(i)))); in TEST()201 for (int i = 8; i > 0; --i) topn.push(StrPtr(new string(std::to_string(i)))); in TEST()203 std::vector<StrPtr> extract = ConsumeRawPtr(topn.Extract()); in TEST()
37 char *StrPtr; in getSecNameOrIndexAsSecRef() local38 long SectionIndex = strtol(SecName.data(), &StrPtr, 10); in getSecNameOrIndexAsSecRef()46 if (*StrPtr) { in getSecNameOrIndexAsSecRef()
2907 llvm::Constant *StrPtr = llvm::ConstantExpr::getBitCast(Str, CGM.Int8PtrTy); in createOffloadEntry() local2911 TgtOffloadEntryType, AddrPtr, StrPtr, in createOffloadEntry()