| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 70 SmallVectorImpl<TiReference> &Refs) { in handleMethodOverloadList() argument 86 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleMethodOverloadList() 96 SmallVectorImpl<TiReference> &Refs) { in handleBaseClass() argument 101 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleBaseClass() 106 SmallVectorImpl<TiReference> &Refs) { in handleEnumerator() argument 116 SmallVectorImpl<TiReference> &Refs) { in handleDataMember() argument 122 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleDataMember() 128 SmallVectorImpl<TiReference> &Refs) { in handleOverloadedMethod() argument 133 Refs.push_back({TiRefKind::TypeRef, Offset + 4, 1}); in handleOverloadedMethod() 138 SmallVectorImpl<TiReference> &Refs) { in handleOneMethod() argument [all …]
|
| H A D | TypeHashing.cpp | 36 SmallVector<TiReference, 4> Refs; in hashType() local 37 discoverTypeIndices(RecordData, Refs); in hashType() 43 for (const auto &Ref : Refs) { in hashType()
|
| H A D | TypeRecordHelpers.cpp | 49 SmallVector<TypeIndex, 1> Refs; in getModifiedType() local 50 discoverTypeIndices(CVT, Refs); in getModifiedType() 51 return Refs.front(); in getModifiedType()
|
| H A D | TypeStreamMerger.cpp | 395 SmallVector<TiReference, 4> Refs; in remapIndices() local 396 discoverTypeIndices(OriginalType.RecordData, Refs); in remapIndices() 397 if (Refs.empty() && Align == 0) in remapIndices() 405 for (auto &Ref : Refs) { in remapIndices()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.h | 27 SmallVectorImpl<TiReference> &Refs); 29 SmallVectorImpl<TiReference> &Refs); 38 SmallVectorImpl<TiReference> &Refs); 40 SmallVectorImpl<TiReference> &Refs);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | SmallString.h | 35 SmallString(std::initializer_list<StringRef> Refs) in SmallString() argument 37 this->append(Refs); in SmallString() 56 void assign(std::initializer_list<StringRef> Refs) { in assign() argument 58 append(Refs); in assign() 73 void append(std::initializer_list<StringRef> Refs) { in append() argument 76 for (const StringRef &Ref : Refs) in append() 79 for (const StringRef &Ref : Refs) { in append()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 141 std::vector<uint64_t> Refs; 186 io.mapOptional("Refs", summary.Refs); 219 std::vector<ValueInfo> Refs; 220 for (auto &RefGUID : FSum.Refs) { 223 Refs.push_back(ValueInfo(/*IsAnalysis=*/false, &*V.find(RefGUID))); 231 /*NumInsts=*/0, FunctionSummary::FFlags{}, /*EntryCount=*/0, Refs, 246 std::vector<uint64_t> Refs; 248 Refs.push_back(VI.getGUID()); 254 static_cast<bool>(FSum->flags().CanAutoHide), Refs,
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 93 clearRefsIn(info.Dcl, info.Refs); in ~AutoreleasePoolRewriter() 98 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter() 99 clearRefsIn(*scope.End, info.Refs); in ~AutoreleasePoolRewriter() 100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter() 105 if (info.Refs.empty()) in ~AutoreleasePoolRewriter() 175 collectRefs(VD, S, info.Refs); in VisitCompoundStmt() 421 ExprSet Refs; member
|
| H A D | TransProtectedScope.cpp | 27 SmallVectorImpl<DeclRefExpr *> &Refs; member in __anona86f4aeb0111::LocalRefsCollector 31 : Refs(refs) { } in LocalRefsCollector() 36 Refs.push_back(E); in VisitDeclRefExpr()
|
| H A D | Transforms.cpp | 214 ExprSet &Refs; member in __anon92340b8e0111::ReferenceClear 216 ReferenceClear(ExprSet &refs) : Refs(refs) { } in ReferenceClear() 217 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; } in VisitDeclRefExpr() 222 ExprSet &Refs; member in __anon92340b8e0111::ReferenceCollector 226 : Dcl(D), Refs(refs) { } in ReferenceCollector() 230 Refs.insert(E); in VisitDeclRefExpr()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceOperandsSkip.cpp | 26 SetVector<Value *> Refs; in collectReferencedValues() local 33 if (!Refs.insert(Val)) in collectReferencedValues() 42 return Refs; in collectReferencedValues()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ExecutionDomainFix.h | 53 unsigned Refs = 0; member 167 ++DV->Refs; in retain()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExecutionDomainFix.cpp | 30 assert(dv->Refs == 0 && "Reference count wasn't cleared"); in alloc() 37 assert(DV->Refs && "Bad DomainValue"); in release() 38 if (--DV->Refs) in release() 121 if (!LiveRegs.empty() && dv->Refs > 1) in collapse()
|
| /openbsd-src/regress/sbin/route/ |
| H A D | rttest26.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest17.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest18.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest15.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest12.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest27.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest3.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest7.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest9.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest22.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest2.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|
| H A D | rttest24.ok | 4 Destination Gateway Flags Refs Use Mtu Prio Iface
|