| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utmath.c | 170 UINT64 Full; member 209 MultiplicandOvl.Full = Multiplicand; in AcpiUtShortMultiply() 227 *OutProduct = Product.Full; in AcpiUtShortMultiply() 258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft() 273 *OutResult = OperandOvl.Full; in AcpiUtShortShiftLeft() 303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight() 318 *OutResult = OperandOvl.Full; in AcpiUtShortShiftRight() 467 DividendOvl.Full = Dividend; in AcpiUtShortDivide() 483 *OutQuotient = Quotient.Full; in AcpiUtShortDivide() 538 Divisor.Full = InDivisor; in AcpiUtDivide() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.cpp | 23 void LVOperation::print(raw_ostream &OS, bool Full) const {} in print() 532 void LVLocation::printRaw(raw_ostream &OS, bool Full) const { in printRaw() 537 printRawExtra(OS, Full); in printRaw() 540 void LVLocation::printInterval(raw_ostream &OS, bool Full) const { in printInterval() 545 void LVLocation::print(raw_ostream &OS, bool Full) const { in print() 547 LVObject::print(OS, Full); in print() 548 printExtra(OS, Full); in print() 552 void LVLocation::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 553 printInterval(OS, Full); in printExtra() 614 void LVLocationSymbol::printRawExtra(raw_ostream &OS, bool Full) const { in printRawExtra() [all …]
|
| H A D | LVScope.cpp | 586 bool Full) const { in doPrint() 628 print(*StreamSplit, Full); in doPrint() 641 Element->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint() 651 Line->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint() 657 printWarnings(*StreamSplit, Full); in doPrint() 991 void LVScope::printActiveRanges(raw_ostream &OS, bool Full) const { in printActiveRanges() 995 Location->print(OS, Full); in printActiveRanges() 999 void LVScope::printEncodedArgs(raw_ostream &OS, bool Full) const { in printEncodedArgs() 1001 printAttributes(OS, Full, "{Encoded} ", const_cast<LVScope *>(this), in printEncodedArgs() 1005 void LVScope::print(raw_ostream &OS, bool Full) const { in print() [all …]
|
| H A D | LVObject.cpp | 109 bool Full) const { in doPrint() 110 print(OS, Full); in doPrint() 114 void LVObject::printAttributes(raw_ostream &OS, bool Full, StringRef Name, in printAttributes() argument 121 Object.printAttributes(OS, Full); in printAttributes() 137 void LVObject::printAttributes(raw_ostream &OS, bool Full) const { in printAttributes() 156 void LVObject::print(raw_ostream &OS, bool Full) const { in print() 157 printFileIndex(OS, Full); in print() 158 printAttributes(OS, Full); in print()
|
| H A D | LVSymbol.cpp | 384 void LVSymbol::printLocations(raw_ostream &OS, bool Full) const { in printLocations() 387 Location->printRaw(OS, Full); in printLocations() 390 void LVSymbol::print(raw_ostream &OS, bool Full) const { in print() 393 LVElement::print(OS, Full); in print() 394 printExtra(OS, Full); in print() 398 void LVSymbol::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 437 if (Full && options().getPrintFormatting()) { in printExtra() 439 printLinkageName(OS, Full, const_cast<LVSymbol *>(this)); in printExtra() 441 Reference->printReference(OS, Full, const_cast<LVSymbol *>(this)); in printExtra() 444 LVLocation::print(Locations.get(), OS, Full); in printExtra()
|
| H A D | LVType.cpp | 285 void LVType::print(raw_ostream &OS, bool Full) const { in print() 289 LVElement::print(OS, Full); in print() 290 printExtra(OS, Full); in print() 294 void LVType::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 360 void LVTypeDefinition::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 373 void LVTypeEnumerator::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 385 void LVTypeImport::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 470 void LVTypeParam::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 526 void LVTypeSubrange::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
|
| H A D | LVLine.cpp | 140 void LVLine::print(raw_ostream &OS, bool Full) const { in print() 143 LVElement::print(OS, Full); in print() 144 printExtra(OS, Full); in print() 199 void LVLineDebug::printExtra(raw_ostream &OS, bool Full) const { in printExtra() 218 void LVLineAssembler::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
|
| H A D | LVElement.cpp | 519 void LVElement::printFileIndex(raw_ostream &OS, bool Full) const { in printFileIndex() 539 void LVElement::printReference(raw_ostream &OS, bool Full, in printReference() argument 542 printAttributes(OS, Full, "{Reference} ", Parent, in printReference() 547 void LVElement::printLinkageName(raw_ostream &OS, bool Full, in printLinkageName() argument 550 printAttributes(OS, Full, "{Linkage} ", Parent, getLinkageName(), in printLinkageName() 555 void LVElement::printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, in printLinkageName() argument 562 printAttributes(OS, Full, "{Linkage} ", Parent, Text, in printLinkageName()
|
| H A D | LVRange.cpp | 145 void LVRange::print(raw_ostream &OS, bool Full) const { in print() 149 Scope->printAttributes(OS, Full); in print() 157 printExtra(OS, Full); in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 22 explicit TagRecordHash(codeview::ClassRecord CR, uint32_t Full, in TagRecordHash() 24 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 28 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash() 30 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 34 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash() 36 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.h | 51 LLVM_ABI void print(raw_ostream &OS, bool Full = true) const; 155 static void print(LVLocations *Locations, raw_ostream &OS, bool Full = true); 156 void printInterval(raw_ostream &OS, bool Full = true) const; 157 void printRaw(raw_ostream &OS, bool Full = true) const; 158 virtual void printRawExtra(raw_ostream &OS, bool Full = true) const {} 160 void print(raw_ostream &OS, bool Full = true) const override; 161 void printExtra(raw_ostream &OS, bool Full = true) const override; 180 void printRawExtra(raw_ostream &OS, bool Full = true) const override; 181 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVScope.h | 141 void printEncodedArgs(raw_ostream &OS, bool Full) const; 143 void printActiveRanges(raw_ostream &OS, bool Full = true) const; 256 bool Full = true) const override; 324 void print(raw_ostream &OS, bool Full = true) const override; 325 void printExtra(raw_ostream &OS, bool Full = true) const override; 326 virtual void printWarnings(raw_ostream &OS, bool Full = true) const {} 365 void printExtra(raw_ostream &OS, bool Full = true) const override; 382 void printExtra(raw_ostream &OS, bool Full = true) const override; 398 void printExtra(raw_ostream &OS, bool Full = true) const override; 593 void printLocalNames(raw_ostream &OS, bool Full = true) const; [all …]
|
| H A D | LVType.h | 147 void print(raw_ostream &OS, bool Full = true) const override; 148 void printExtra(raw_ostream &OS, bool Full = true) const override; 171 void printExtra(raw_ostream &OS, bool Full = true) const override; 200 void printExtra(raw_ostream &OS, bool Full = true) const override; 214 void printExtra(raw_ostream &OS, bool Full = true) const override; 243 void printExtra(raw_ostream &OS, bool Full = true) const override; 288 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVLine.h | 106 void print(raw_ostream &OS, bool Full = true) const override; 107 void printExtra(raw_ostream &OS, bool Full = true) const override {} 136 void printExtra(raw_ostream &OS, bool Full = true) const override; 155 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVObject.h | 197 virtual void printFileIndex(raw_ostream &OS, bool Full = true) const {} 300 bool Full = true) const; 301 void printAttributes(raw_ostream &OS, bool Full = true) const; 302 void printAttributes(raw_ostream &OS, bool Full, StringRef Name, 310 virtual void print(raw_ostream &OS, bool Full = true) const; 313 virtual void printExtra(raw_ostream &OS, bool Full = true) const {}
|
| H A D | LVSymbol.h | 152 void printLocations(raw_ostream &OS, bool Full = true) const; 184 void print(raw_ostream &OS, bool Full = true) const override; 185 void printExtra(raw_ostream &OS, bool Full = true) const override;
|
| H A D | LVRange.h | 88 void print(raw_ostream &OS, bool Full = true) const override; 89 void printExtra(raw_ostream &OS, bool Full = true) const override {}
|
| H A D | LVElement.h | 138 void printFileIndex(raw_ostream &OS, bool Full = true) const override; 340 void printReference(raw_ostream &OS, bool Full, LVElement *Parent) const; 343 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, 345 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSDictionary.h | 59 class Full : public Matcher { 61 Full(ConstString n); 62 ~Full() override = default; 70 MatcherUP GetFullMatch(ConstString n) { return std::make_unique<Full>(n); } in GetFullMatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 92 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) in AnalyzeFormalArguments() 105 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) in CheckReturn() 119 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) in AnalyzeReturn() 132 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { in AnalyzeCallOperands() 150 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { in AnalyzeCallOperands() 167 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) { in AnalyzeCallResult() 179 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) { in AnalyzeCallResult() 216 if (Fn(0, VT, VT, CCValAssign::Full, Flags, *this)) { in getRemainingRegParmsForType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | RegisterContextMinidump_x86_32.h | 127 Full = Control | Integer | Segments, enumerator 128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
|
| H A D | RegisterContextMinidump_x86_64.h | 178 Full = Control | Integer | FloatingPoint, enumerator 179 All = Full | Segments | DebugRegisters | LLDBSpecific,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_arm64.cpp | 193 m_sve_state = SVEState::Full; in ConfigureRegisterContext() 232 } else if (m_sve_state == SVEState::Full || in CalculateSVEOffset() 276 if (m_sve_state == SVEState::Full || m_sve_state == SVEState::Streaming) in ReadRegister() 282 if (m_sve_state == SVEState::Full || m_sve_state == SVEState::Streaming) in ReadRegister() 323 case SVEState::Full: in ReadRegister()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 83 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createPartialUnrollMetadata() 366 else if (Attrs.UnrollEnable == LoopAttributes::Full) in createFullUnrollMetadata() 520 case LoopAttributes::Full: in finish() 521 BeforeJam.UnrollEnable = LoopAttributes::Full; in finish() 727 case LoopHintAttr::Full: in push() 730 setUnrollState(LoopAttributes::Full); in push() 733 setUnrollAndJamState(LoopAttributes::Full); in push()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Debug/ |
| H A D | Options.h | 57 enum class DebugTemplateNamesKind { Full, Simple, Mangled }; enumerator
|