| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 166 JsModuleReference Reference = References[I]; in analyze() local 167 appendReference(ReferencesText, Reference); in analyze() 173 if (!Reference.IsExport && in analyze() 174 (Reference.IsExport != References[I + 1].IsExport || in analyze() 175 Reference.Category != References[I + 1].Category)) { in analyze() 300 auto *Reference = std::next(References.begin()); in mergeModuleReferences() local 301 while (Reference != References.end()) { in mergeModuleReferences() 307 if (Reference->Category == JsModuleReference::SIDE_EFFECT || in mergeModuleReferences() 309 Reference->IsExport != PreviousReference->IsExport || in mergeModuleReferences() 310 !PreviousReference->Prefix.empty() || !Reference->Prefix.empty() || in mergeModuleReferences() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 244 LVSymbol *Reference = getReference(); in resolveReferences() local 245 if (Reference) { in resolveReferences() 246 Reference->resolve(); in resolveReferences() 252 setFile(Reference); in resolveReferences() 270 if (!getType() && Reference) in resolveReferences() 271 setType(Reference->getType()); in resolveReferences() 290 for (const LVSymbol *Reference : *References) in markMissingParents() 292 << "Kind = " << formattedKind(Reference->kind()) << ", " in markMissingParents() 293 << "Name = " << formattedName(Reference->getName()) << "\n"; in markMissingParents() 300 for (LVSymbol *Reference : *References) { in markMissingParents() [all …]
|
| H A D | LVLine.cpp | 76 for (const LVLine *Reference : *References) in markMissingParents() 78 << "Kind = " << formattedKind(Reference->kind()) << ", " in markMissingParents() 79 << "Line = " << Reference->getLineNumber() << "\n"; in markMissingParents() 86 for (LVLine *Reference : *References) { in markMissingParents() 88 dbgs() << "Search Reference: Line = " << Reference->getLineNumber() in markMissingParents() 91 if (!Reference->findIn(Targets)) in markMissingParents() 92 Reference->markBranchAsMissing(); in markMissingParents() 128 for (const LVLine *Reference : *References) in equals() 129 if (!Reference->findIn(Targets)) in equals()
|
| H A D | LVScope.cpp | 298 void LVScope::addMissingElements(LVScope *Reference) { in addMissingElements() argument 300 if (!Reference) in addMissingElements() 304 const LVSymbols *ReferenceSymbols = Reference->getSymbols(); in addMissingElements() 332 << "Abstract = " << hexSquareString(Reference->getOffset()) in addMissingElements() 335 for (LVSymbol *Reference : References) { in addMissingElements() 337 dbgs() << "Missing Offset = " << hexSquareString(Reference->getOffset()) in addMissingElements() 348 Symbol->setReference(Reference); in addMissingElements() 351 if (Reference->getIsConstant()) in addMissingElements() 353 else if (Reference->getIsParameter()) in addMissingElements() 355 else if (Reference->getIsVariable()) in addMissingElements() [all …]
|
| H A D | LVCompare.cpp | 201 for (LVElement *Reference : References) { in execute() 204 if (Reference->getIncludeInPrint()) { in execute() 206 updateExpected(Reference); in execute() 207 Reference->setIsInCompare(); in execute() 212 return Reference->equals(Target); in execute() 214 if (Pass == LVComparePass::Missing && Reference->getIsScope()) { in execute() 219 static_cast<LVScope *>(Reference)); in execute() 223 Pass == LVComparePass::Missing ? Reference->setIsMissing() in execute() 224 : Reference->setIsAdded(); in execute() 225 Elements.push_back(Reference); in execute() [all …]
|
| H A D | LVType.cpp | 180 for (const LVType *Reference : *References) in markMissingParents() 182 << "Kind = " << formattedKind(Reference->kind()) << ", " in markMissingParents() 183 << "Name = " << formattedName(Reference->getName()) << "\n"; in markMissingParents() 190 for (LVType *Reference : *References) { in markMissingParents() 193 << formattedName(Reference->getName()) << "\n"; in markMissingParents() 195 if (!Reference->findIn(Targets)) in markMissingParents() 196 Reference->markBranchAsMissing(); in markMissingParents() 279 for (const LVType *Reference : *References) in equals() 280 if (!Reference->findIn(Targets)) in equals()
|
| H A D | LVElement.cpp | 338 void LVElement::setFile(LVElement *Reference) { in setFile() argument 344 if (Reference) in setFile() 345 setFileLine(Reference); in setFile() 366 if (getIsFileFromReference() && Reference) { in setFile() 367 Index = Reference->getFilenameIndex(); in setFile() 368 if (Reference->getInvalidFilename()) in setFile()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | point_iterators.hpp | 64 Reference, \ 75 Reference, \ 86 Reference, \ 97 Reference, \ 107 typename Reference, 126 typedef Reference reference; 294 typename Reference,
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 42 dyn_cast_or_null<BoolValue>(Env.getValue(LHS, SkipPast::Reference))) in evaluateBooleanEquality() 44 dyn_cast_or_null<BoolValue>(Env.getValue(RHS, SkipPast::Reference))) in evaluateBooleanEquality() 73 case Value::Kind::Reference: in unpackValue() 115 auto *Loc = Env.getStorageLocation(E, SkipPast::Reference); in maybeUnpackLValueExpr() 145 auto *LHSLoc = Env.getStorageLocation(*LHS, SkipPast::Reference); in VisitBinaryOperator() 149 auto *RHSVal = Env.getValue(*RHS, SkipPast::Reference); in VisitBinaryOperator() 242 Env.getStorageLocation(*InitExpr, SkipPast::Reference)) { in VisitDeclStmt() 284 if (auto *Loc = Env.getStorageLocation(*ME, SkipPast::Reference)) in VisitDeclStmt() 312 Env.getValue(*SubExpr, SkipPast::Reference))) in VisitImplicitCastExpr() 379 Env.getValue(*SubExpr, SkipPast::Reference)); in VisitUnaryOperator() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 81 bool isLargeStride(MemAccessInfo &Reference) const; 378 MemAccessInfo &Reference) const { in isLargeStride() 380 if (!Base || !Reference.Base || Base != Reference.Base) in isLargeStride() 383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset in isLargeStride() 384 : Reference.Offset - Offset; in isLargeStride() 388 << Reference.print() << "Result:" << Result << '\n'); in isLargeStride()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | acorn | 8 # From RISC OS Programmer's Reference Manual, Appendix D 18 # From RISC OS Programmer's Reference Manual, Appendix E 22 # From RISC OS Programmer's Reference Manual, Appendix E 31 # From RISC OS Programmer's Reference Manual, Appendix E
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
| H A D | basic.txt | 31 Reference the "section" in manpage 33 Reference the "section" in "manpage" 35 Reference the "section" in manpage 39 Reference the thistext| 41 Reference the thistext | 43 Reference the thistext| 45 Reference the thistext | 47 Reference the thistext| 49 Reference the thistext|
|
| H A D | basic.pod | 42 Reference the L<manpage/section> 44 Reference the L<"manpage"/section> 46 Reference the L<manpage/"section"> 50 Reference the L<thistext|manpage/section>| 52 Reference the L<thistext | manpage / section>| 54 Reference the L<thistext| manpage/ section>| 56 Reference the L<thistext |manpage /section>| 58 Reference the L<thistext|manpage/"section">| 60 Reference the L<thistext|
|
| H A D | basic.man | 42 Reference the "section" in manpage 44 Reference the "section" in "manpage" 46 Reference the "section" in manpage 50 Reference the thistext| 52 Reference the thistext | 54 Reference the thistext| 56 Reference the thistext | 58 Reference the thistext| 60 Reference the thistext|
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CompilerWriterInfo.rst | 19 * `ARMv8-A Architecture Reference Manual <https://developer.arm.com/docs/ddi0487/latest>`_ This doc… 21 * `ARMv7-A Architecture Reference Manual <https://developer.arm.com/docs/ddi0406/latest>`_ This has… 23 * `ARMv7-M Architecture Reference Manual <https://developer.arm.com/docs/ddi0403/latest>`_ This cov… 25 * `ARMv6-M Architecture Reference Manual <https://developer.arm.com/docs/ddi0419/latest>`_ This cov… 29 * `ARM NEON Intrinsics Reference <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073b/IHI0073… 71 * `IBM AIX 7.2 POWER Assembly Reference <https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/… 73 * `IBM AIX/5L for POWER Assembly Reference <http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib… 80 * `EREF: A Programmer's Reference Manual for Freescale Embedded Processors (EREFRM) <https://www.nx… 112 * `LoongArch Reference Manual - Volume 1: Basic Architecture <https://loongson.github.io/LoongArch-… 152 * `Hexagon Programmer's Reference Manuals and Hexagon ABI Specification (registration required, fre…
|
| H A D | Reference.rst | 1 Reference title 58 API Reference 67 LLVM Reference 117 :doc:`LLVM Language Reference Manual <LangRef>` 127 :doc:`Machine IR (MIR) Format Reference Manual <MIRLangRef>`
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZElimCompare.cpp | 47 struct Reference { struct 48 Reference() = default; 50 Reference &operator|=(const Reference &Other) { in operator |=() argument 81 Reference getRegReferences(MachineInstr &MI, unsigned Reg); 142 Reference SystemZElimCompare::getRegReferences(MachineInstr &MI, unsigned Reg) { in getRegReferences() 143 Reference Ref; in getRegReferences() 527 Reference CCRefs; in optimizeCompareZero() 528 Reference SrcRefs; in optimizeCompareZero()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 223 void addMissingElements(LVScope *Reference); 327 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable 337 LVScope *getReference() const override { return Reference; } in getReference() 339 Reference = Scope; in setReference() 646 LVScope *Reference = nullptr; // DW_AT_specification, DW_AT_abstract_origin. variable 657 LVScope *getReference() const override { return Reference; } in getReference() 659 Reference = Scope; in setReference() 752 LVScope *Reference = nullptr; // Reference to DW_AT_extension attribute. variable 761 LVScope *getReference() const override { return Reference; } in getReference() 763 Reference = Scope; in setReference()
|
| H A D | LVSymbol.h | 48 LVSymbol *Reference = nullptr; variable 96 LVSymbol *getReference() const { return Reference; } in getReference() 98 Reference = Symbol; in setReference()
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | libgomp.texi | 196 @item @emph{Reference}: 222 @item @emph{Reference}: 254 @item @emph{Reference}: 276 @item @emph{Reference}: 309 @item @emph{Reference}: 337 @item @emph{Reference}: 361 @item @emph{Reference}: 389 @item @emph{Reference}: 418 @item @emph{Reference}: 446 @item @emph{Reference}: [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | JustPod02.t | 115 Reference the L<manpage/section> 117 Reference the L<"manpage"/section> 119 Reference the L<manpage/"section"> 123 Reference the L<thistext|manpage/section>| 125 Reference the L<thistext | manpage / section>| 127 Reference the L<thistext| manpage/ section>| 129 Reference the L<thistext |manpage /section>| 131 Reference the L<thistext|manpage/"section">| 133 Reference the L<thistext|
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 93 if (Pointer == PointerType::Reference) in start() 159 else if (Pointer == FunctionDumper::PointerType::Reference) in start() 182 else if (Pointer == FunctionDumper::PointerType::Reference) in start() 253 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | checksum_test.cpp | 40 const scudo::u16 Reference = F(Seed, Array, ArraySize); in verifyChecksumFunctionBitFlip() local 45 if (F(Seed, Array, ArraySize) == Reference) in verifyChecksumFunctionBitFlip()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 557 LVElementEntry &Reference = ElementTable[Offset]; in processOneDie() local 558 Reference.first = CurrentElement; in processOneDie() 562 for (LVElement *Target : Reference.second) in processOneDie() 566 Reference.second.clear(); in processOneDie() 1081 uint64_t Reference = *FormValue.getAsReference(); in updateReference() local 1083 LVElement *Target = getElementForOffset(Reference, CurrentElement); in updateReference() 1090 removeGlobalOffset(Reference); in updateReference() 1093 addGlobalOffset(Reference); in updateReference() 1140 LVElementEntry &Reference = Iter->second; in getElementForOffset() local 1141 Target = Reference.first; in getElementForOffset() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 324 State.Env.getValue(*OptionalExpr, SkipPast::Reference)) { in initializeOptionalReference() 477 getHasValue(State.Env, State.Env.getValue(E, SkipPast::Reference))) in valueOrConversionHasValue() 498 State.Env.getStorageLocation(*E->getArg(0), SkipPast::Reference); in transferAssignment() 547 State.Env.getStorageLocation(*E->getArg(0), SkipPast::Reference); in transferSwapCall() 558 State.Env.getStorageLocation(*E->getArg(0), SkipPast::Reference); in transferStdSwapCall() 562 State.Env.getStorageLocation(*E->getArg(1), SkipPast::Reference); in transferStdSwapCall() 597 Env, Env.getValue(*CmpExpr->getArg(0), SkipPast::Reference))) in transferOptionalAndOptionalCmp() 599 Env, Env.getValue(*CmpExpr->getArg(1), SkipPast::Reference))) { in transferOptionalAndOptionalCmp() 610 if (auto *HasVal = getHasValue(Env, Env.getValue(*E, SkipPast::Reference))) { in transferOptionalAndValueCmp()
|