Searched refs:StrPtr (Results 1 – 3 of 3) sorted by relevance
200 using StrPtr = std::unique_ptr<string>; in TEST() typedef201 TopN<StrPtr, PointeeGreater> topn(3); in TEST()202 for (int i = 0; i < 8; ++i) topn.push(StrPtr(new string(std::to_string(i)))); in TEST()203 for (int i = 8; i > 0; --i) topn.push(StrPtr(new string(std::to_string(i)))); in TEST()205 std::vector<StrPtr> extract = ConsumeRawPtr(topn.Extract()); in TEST()
528 Constant *StrPtr = static_cast<Constant *>(Builder.CreateInBoundsGEP( in createSourceLocation() local533 Builder.getInt32(0), StrPtr}); in createSourceLocation()
2907 llvm::Constant *StrPtr = llvm::ConstantExpr::getBitCast(Str, CGM.Int8PtrTy); in createOffloadEntry() local2911 TgtOffloadEntryType, AddrPtr, StrPtr, in createOffloadEntry()