Home
last modified time | relevance | path

Searched refs:Full (Results 1 – 25 of 231) sorted by relevance

12345678910

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c170 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 DLVLocation.cpp23 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 DLVScope.cpp586 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 DLVObject.cpp109 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 DLVSymbol.cpp384 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 DLVType.cpp285 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 DLVLine.cpp140 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 DLVElement.cpp519 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 DLVRange.cpp145 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 DTpiHashing.h22 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 DLVLocation.h51 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 DLVScope.h141 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 DLVType.h147 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 DLVLine.h106 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 DLVObject.h197 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 DLVSymbol.h152 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 DLVRange.h88 void print(raw_ostream &OS, bool Full = true) const override;
89 void printExtra(raw_ostream &OS, bool Full = true) const override {}
H A DLVElement.h138 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 DNSDictionary.h59 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 DCallingConvLower.cpp92 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 DRegisterContextMinidump_x86_32.h127 Full = Control | Integer | Segments, enumerator
128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters,
H A DRegisterContextMinidump_x86_64.h178 Full = Control | Integer | FloatingPoint, enumerator
179 All = Full | Segments | DebugRegisters | LLDBSpecific,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp193 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 DCGLoopInfo.cpp83 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 DOptions.h57 enum class DebugTemplateNamesKind { Full, Simple, Mangled }; enumerator

12345678910