Home
last modified time | relevance | path

Searched refs:References (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp149 SmallVector<JsModuleReference, 16> References; in analyze() local
151 std::tie(References, FirstNonImportLine) = in analyze()
154 if (References.empty()) in analyze()
158 SourceRange InsertionPoint = References[0].Range; in analyze()
159 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
161 References = sortModuleReferences(References); in analyze()
164 for (unsigned I = 0, E = References.size(); I != E; ++I) { in analyze()
165 JsModuleReference Reference = References[I]; in analyze()
173 (Reference.IsExport != References[I + 1].IsExport || in analyze()
174 Reference.Category != References[I + 1].Category)) { in analyze()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLine.cpp69 void LVLine::markMissingParents(const LVLines *References, in markMissingParents() argument
71 if (!(References && Targets)) in markMissingParents()
76 for (const LVLine *Reference : *References) in markMissingParents()
86 for (LVLine *Reference : *References) { in markMissingParents()
124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { in equals() argument
125 if (!References && !Targets) in equals()
127 if (References && Targets && References->size() == Targets->size()) { in equals()
128 for (const LVLine *Reference : *References) in equals()
H A DLVSymbol.cpp281 void LVSymbol::markMissingParents(const LVSymbols *References, in markMissingParents() argument
283 if (!(References && Targets)) in markMissingParents()
288 for (const LVSymbol *Reference : *References) in markMissingParents()
298 for (LVSymbol *Reference : *References) { in markMissingParents()
333 bool LVSymbol::parametersMatch(const LVSymbols *References, in parametersMatch() argument
335 if (!References && !Targets) in parametersMatch()
337 if (References && Targets) { in parametersMatch()
339 getParameters(References, &ReferenceParams); in parametersMatch()
369 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals() argument
370 if (!References && !Targets) in equals()
[all …]
H A DLVType.cpp173 void LVType::markMissingParents(const LVTypes *References, in markMissingParents() argument
175 if (!(References && Targets)) in markMissingParents()
180 for (const LVType *Reference : *References) in markMissingParents()
190 for (LVType *Reference : *References) { in markMissingParents()
225 bool LVType::parametersMatch(const LVTypes *References, in parametersMatch() argument
227 if (!References && !Targets) in parametersMatch()
229 if (References && Targets) { in parametersMatch()
232 getParameters(References, &ReferenceTypes, &ReferenceScopes); in parametersMatch()
269 bool LVType::equals(const LVTypes *References, const LVTypes *Targets) { in equals() argument
270 if (!References && !Targets) in equals()
[all …]
H A DLVScope.cpp299 LVSymbols References; in addMissingElements() local
300 References.append(ReferenceSymbols->begin(), ReferenceSymbols->end()); in addMissingElements()
307 llvm::erase(References, Symbol->getReference()); in addMissingElements()
309 // If we have elements left in 'References', those are the elements that in addMissingElements()
311 if (References.size()) { in addMissingElements()
318 for (LVSymbol *Reference : References) { in addMissingElements()
890 void LVScope::markMissingParents(const LVScopes *References, in markMissingParents()
893 if (!(References && Targets)) in markMissingParents()
898 for (const LVScope *Reference : *References) in markMissingParents() argument
899 dbgs() << "References in markMissingParents()
967 equals(const LVScopes * References,const LVScopes * Targets) equals() argument
[all...]
H A DLVCompare.cpp198 auto FindMatch = [&](auto &References, auto &Targets, in execute()
201 for (LVElement *Reference : References) { in execute()
199 __anonb8b19b180502(auto &References, auto &Targets, const char *Category) execute() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h304 IntervalReferences References; variable
398 if (References[Index]->contains(MiddlePoint)) { in createTree()
399 IntervalsLeft[IntervalsSize] = References[Index]; in createTree()
400 IntervalsRight[IntervalsSize] = References[Index]; in createTree()
405 std::swap(References[Index], References[ReferencesRightIndex]); in createTree()
407 std::swap(References[ReferencesRightIndex], in createTree()
408 References[ReferencesSize]); in createTree()
412 if (References[Index]->left() > MiddlePoint) { in createTree()
414 std::swap(References[Index], References[ReferencesRightIndex]); in createTree()
654 References.push_back(std::addressof(Data)); in create()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h40 Iterator begin() const { return References.begin(); } in begin()
41 Iterator end() const { return References.end(); } in end()
44 FixedStreamArray<CrossModuleExport> References;
H A DDebugCrossImpSubsection.h63 Iterator begin() const { return References.begin(); }
64 Iterator end() const { return References.end(); }
67 ReferenceArray References;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h162 static bool parametersMatch(const LVSymbols *References,
170 static void markMissingParents(const LVSymbols *References,
178 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
H A DLVType.h117 static bool parametersMatch(const LVTypes *References,
126 static void markMissingParents(const LVTypes *References,
134 static bool equals(const LVTypes *References, const LVTypes *Targets);
H A DLVLine.h92 static void markMissingParents(const LVLines *References,
100 static bool equals(const LVLines *References, const LVLines *Targets);
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-lantiq-rcu-usb2.txt22 - clocks : References to the (PMU) "phy" clk gate.
24 - resets : References to the RCU USB configuration reset bits.
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmapoutput.c647 if (!Info->References) in MpXrefDevices()
733 if (!Info->References) in MpNamespaceXrefBegin()
743 Info->References++; in MpNamespaceXrefBegin()
/freebsd/contrib/dialog/samples/copifuncs/
H A Difpatch77 - if (!strcasecmp(msg->key,"References")) return removeref?0:1;
79 + if (!strcasecmp(msg->key,"References"))
H A Dcopi.trnrc5 %(%R=^\$?:References: %R
/freebsd/contrib/file/magic/Magdir/
H A Doric6 # References:
/freebsd/contrib/ntp/
H A DNEWS570 References: Sec 3454 / CVE-2018-7185 / VU#961909
608 References: Sec 3453 / CVE-2018-7184 / VU#961909
638 References: Sec 3415 / CVE-2018-7170 / VU#961909
677 References: Sec 3414 / CVE-2018-7183 / VU#961909
701 References: Sec 3412 / CVE-2018-7182 / VU#961909
725 References: Sec 3012 / CVE-2016-1549 / VU#718152
893 References: Sec 3389 / CVE-2017-6464 / VU#325339
913 References: Sec 3388 / CVE-2017-6462 / VU#325339
937 References: Sec 3387 / CVE-2017-6463 / VU#325339
959 References
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp27 return Reader.readArray(References, Size); in initialize()
H A DDebugCrossImpSubsection.cpp46 return Reader.readArray(References, Reader.bytesRemaining()); in initialize()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dscu.txt7 References:
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,r9a06g032-sysctrl.txt9 - clocks: References to the parent clocks:
H A Drenesas,rz-cpg-clocks.txt14 - clocks: References to possible parent clocks. Order must match clock modes
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Ddw_hdmi.txt21 - clocks: References to all the clocks specified in the clock-names property
/freebsd/usr.bin/m4/
H A DNOTES15 References:

1234