Searched refs:References (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h39 Iterator begin() const { return References.begin(); }
40 Iterator end() const { return References.end(); }
43 FixedStreamArray<CrossModuleExport> References; member in class:llvm::codeview::final
H A DDebugCrossImpSubsection.h62 Iterator begin() const { return References.begin(); }
63 Iterator end() const { return References.end(); }
66 ReferenceArray References; member in class:llvm::codeview::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp133 SmallVector<JsModuleReference, 16> References; variable
135 std::tie(References, FirstNonImportLine) =
138 if (References.empty())
142 for (unsigned i = 0, e = References.size(); i != e; ++i)
145 return References[LHSI] < References[RHSI];
152 JsModuleReference Reference = References[Indices[i]];
161 (Reference.IsExport != References[Indices[i + 1]].IsExport ||
162 Reference.Category != References[Indices[i + 1]].Category))
170 SourceRange InsertionPoint = References[
279 SmallVector<JsModuleReference, 16> References; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp26 return Reader.readArray(References, Size);
H A DDebugCrossImpSubsection.cpp38 "Not enough to read specified number of Cross Module References!");
46 return Reader.readArray(References, Reader.bytesRemaining());
/freebsd-13-stable/tools/tools/mid/
H A Dmid-index56 } elsif (/^References:\s+\<([^$idsep]+)/oi) {
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmapoutput.c647 if (!Info->References)
733 if (!Info->References)
735 FlPrintFile (ASL_FILE_MAP_OUTPUT, " // References:");
743 Info->References++;
H A Dasltypes.h460 UINT32 References; member in struct:acpi_gpio_info
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql101 value that refers to this row. (References in other places, such as

Completed in 209 milliseconds