Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 2620) sorted by relevance

12345678910>>...105

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp22 void Matcher::print(raw_ostream &OS, indent Indent) const { in print()
28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, indent(0)); } in printOne()
52 bool Matcher::canMoveBefore(const Matcher *Other) const { in canMoveBefore() argument
66 bool Matcher::canMoveBeforeNode(const Matcher *Other) const { in canMoveBeforeNode() argument
107 unsigned CheckPredicateMatcher::getOperandNo(unsigned i) const { in getOperandNo()
114 void ScopeMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
124 void RecordMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
128 void RecordChildMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
132 void RecordMemRefMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
136 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp36 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { in Profile()
51 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile()
62 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit() argument
101 void DIEAbbrev::print(raw_ostream &O) const { in print()
160 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit()
210 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute()
236 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print()
315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() argument
327 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf() argument
340 void DIEValue::print(raw_ostream &O) const { in print()
[all …]
H A DAsmPrinterDwarf.cpp89 void AsmPrinter::emitEncodingByte(unsigned Val, const char *Desc) const { in emitEncodingByte() argument
102 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue()
132 bool ForceOffset) const { in emitDwarfSymbolReference()
154 void AsmPrinter::emitDwarfStringOffset(DwarfStringPoolEntry S) const { in emitDwarfStringOffset()
165 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset()
169 void AsmPrinter::emitDwarfLengthOrOffset(uint64_t Value) const { in emitDwarfLengthOrOffset()
175 const Twine &Comment) const { in emitDwarfUnitLength() argument
180 const Twine &Comment) const { in emitDwarfUnitLength() argument
185 unsigned Encoding) const { in emitCallSiteOffset()
193 void AsmPrinter::emitCallSiteValue(uint64_t Value, unsigned Encoding) const { in emitCallSiteValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp120 std::string Node::toString(OutputFlags Flags) const { in toString()
129 void PrimitiveTypeNode::outputPre(OutputBuffer &OB, OutputFlags Flags) const { in outputPre()
158 void NodeArrayNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()
163 std::string_view Separator) const { in output()
175 OutputFlags Flags) const { in output()
195 void IntegerLiteralNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()
202 OutputFlags Flags) const { in output()
224 OutputFlags Flags) const { in outputTemplateParameters()
233 OutputFlags Flags) const { in output()
250 void NamedIdentifierNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp238 TargetTransformInfo::adjustInliningThreshold(const CallBase *CB) const { in adjustInliningThreshold() argument
243 const AllocaInst *AI) const { in getCallerAllocaCost() argument
253 Type *AccessType, TTI::TargetCostKind CostKind) const { in getGEPCost()
260 TTI::TargetCostKind CostKind) const { in getPointersChainCost()
268 BlockFrequencyInfo *BFI) const { in getEstimatedNumberOfCaseClusters()
275 enum TargetCostKind CostKind) const { in getInstructionCost()
292 bool TargetTransformInfo::hasBranchDivergence(const Function *F) const { in hasBranchDivergence() argument
296 bool TargetTransformInfo::isSourceOfDivergence(const Value *V) const { in isSourceOfDivergence() argument
304 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { in isAlwaysUniform() argument
309 unsigned ToAS) const { in isValidAddrSpaceCast()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp78 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt()
97 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPreObjCMessage()
103 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPostObjCMessage()
112 void checkObjCMessageNil(const ObjCMethodCall &M, CheckerContext &C) const {} in checkObjCMessageNil()
124 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall()
130 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall()
146 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition()
159 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator()
171 CheckerContext &) const {} in checkLocation()
180 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind()
[all …]
H A DAnalysisOrderChecker.cpp43 StringRef CallbackName) const { in isCallbackEnabled()
48 bool isCallbackEnabled(CheckerContext &C, StringRef CallbackName) const { in isCallbackEnabled()
53 bool isCallbackEnabled(ProgramStateRef State, StringRef CallbackName) const { in isCallbackEnabled()
60 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const { in checkPreStmt()
66 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt()
73 CheckerContext &C) const { in checkPreStmt()
79 CheckerContext &C) const { in checkPostStmt()
84 void checkPreStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPreStmt()
89 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt()
94 void checkPreStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPreStmt()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIFunctionClassifier.cpp203 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const { in isMPIType() argument
208 const IdentifierInfo *IdentInfo) const { in isNonBlockingType() argument
214 const IdentifierInfo *IdentInfo) const { in isPointToPointType() argument
220 const IdentifierInfo *IdentInfo) const { in isCollectiveType() argument
225 const IdentifierInfo *IdentInfo) const { in isCollToColl() argument
230 const IdentifierInfo *IdentInfo) const { in isScatterType() argument
236 const IdentifierInfo *IdentInfo) const { in isGatherType() argument
244 const IdentifierInfo *IdentInfo) const { in isAllgatherType() argument
250 const IdentifierInfo *IdentInfo) const { in isAlltoallType() argument
255 bool MPIFunctionClassifier::isBcastType(const IdentifierInfo *IdentInfo) const { in isBcastType() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp154 bool HexagonInstrInfo::isAsCheapAsAMove(const MachineInstr &MI) const { in isAsCheapAsAMove() argument
185 bool HexagonInstrInfo::shouldSink(const MachineInstr &MI) const { in shouldSink() argument
199 SmallPtrSet<MachineBasicBlock *, 8> &Visited) const { in findLoopInstr()
289 int &FrameIndex) const { in isLoadFromStackSlot()
337 int &FrameIndex) const { in isStoreToStackSlot()
388 SmallVectorImpl<const MachineMemOperand *> &Accesses) const { in hasLoadFromStackSlot()
406 SmallVectorImpl<const MachineMemOperand *> &Accesses) const { in hasStoreToStackSlot()
438 bool AllowModify) const { in analyzeBranch()
605 int *BytesRemoved) const { in removeBranch()
632 int *BytesAdded) const { in insertBranch()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp31 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print()
60 void SourceLocation::print(raw_ostream &OS, const SourceManager &SM)const{ in print() argument
87 SourceLocation::printToString(const SourceManager &SM) const { in printToString() argument
94 LLVM_DUMP_METHOD void SourceLocation::dump(const SourceManager &SM) const { in dump() argument
99 LLVM_DUMP_METHOD void SourceRange::dump(const SourceManager &SM) const { in dump() argument
134 void SourceRange::print(raw_ostream &OS, const SourceManager &SM) const { in print() argument
146 SourceRange::printToString(const SourceManager &SM) const { in printToString() argument
181 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc()
188 bool FullSourceLoc::isMacroArgExpansion(FullSourceLoc *StartLoc) const { in isMacroArgExpansion()
213 unsigned FullSourceLoc::getLineNumber(bool *Invalid) const { in getLineNumber()
[all …]
H A DTargetInfo.cpp203 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionBranchSupported()
215 const CFBranchLabelSchemeKind Scheme, DiagnosticsEngine &Diags) const { in checkCFBranchLabelSchemeSupported()
225 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const { in checkCFProtectionReturnSupported()
250 const char *TargetInfo::getTypeConstantSuffix(IntType T) const { in getTypeConstantSuffix()
293 unsigned TargetInfo::getTypeWidth(IntType T) const { in getTypeWidth()
310 unsigned BitWidth, bool IsSigned) const { in getIntTypeByWidth()
325 bool IsSigned) const { in getLeastIntTypeByWidth()
340 FloatModeKind ExplicitType) const { in getRealTypeByWidth()
375 unsigned TargetInfo::getTypeAlign(IntType T) const { in getTypeAlign()
564 const std::vector<std::string> &FeatureVec) const { in initFeatureMap() argument
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp83 const uint8_t *loc) const { in getRelExpr() argument
178 void SystemZ::writeGotHeader(uint8_t *buf) const { in writeGotHeader()
184 void SystemZ::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() argument
188 void SystemZ::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() argument
193 void SystemZ::writePltHeader(uint8_t *buf) const { in writePltHeader()
210 void SystemZ::addPltHeaderSymbols(InputSection &isec) const { in addPltHeaderSymbols()
217 uint64_t pltEntryAddr) const { in writePlt()
234 int64_t SystemZ::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend()
268 RelType SystemZ::getDynRel(RelType type) const { in getDynRel()
274 RelExpr SystemZ::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr()
[all …]
H A DX86.cpp72 int X86::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip()
78 const uint8_t *loc) const { in getRelExpr() argument
159 RelExpr X86::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr()
171 void X86::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader()
175 void X86::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() argument
181 void X86::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() argument
186 RelType X86::getDynRel(RelType type) const { in getDynRel()
194 void X86::writePltHeader(uint8_t *buf) const { in writePltHeader()
217 uint64_t pltEntryAddr) const { in writePlt()
241 int64_t X86::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend()
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp136 const in c_str()
143 const in c_path()
150 const in str()
157 const in is_absolute()
164 const in is_root()
171 const in branch_path()
187 const in leaf_name()
203 const in to_absolute()
233 impl::path::operator==(const path& p) in operator ==()
240 impl::path::operator!=(const path& p) in operator !=()
[all …]
/freebsd/contrib/kyua/utils/fs/
H A Dpath.cpp100 fs::path::c_str(void) const in c_str()
110 fs::path::str(void) const in str()
122 fs::path::branch_path(void) const in branch_path()
138 fs::path::leaf_name(void) const in leaf_name()
155 fs::path::to_absolute(void) const in to_absolute()
164 fs::path::is_absolute(void) const in is_absolute()
176 fs::path::is_parent_of(path p) const in is_parent_of()
191 fs::path::ncomponents(void) const in ncomponents()
216 fs::path::operator<(const fs::path& p) const in operator <() argument
233 fs::path::operator==(const fs::path& p) const in operator ==() argument
[all …]
/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp110 datetime::delta::to_microseconds(void) const in to_microseconds()
122 datetime::delta::operator==(const datetime::delta& other) const in operator ==() argument
134 datetime::delta::operator!=(const datetime::delta& other) const in operator !=() argument
146 datetime::delta::operator<(const datetime::delta& other) const in operator <() argument
160 datetime::delta::operator<=(const datetime::delta& other) const in operator <=() argument
172 datetime::delta::operator>(const datetime::delta& other) const in operator >() argument
186 datetime::delta::operator>=(const datetime::delta& other) const in operator >=() argument
198 datetime::delta::operator+(const datetime::delta& other) const in operator +() argument
224 datetime::delta::operator*(const std::size_t factor) const in operator *() argument
384 datetime::timestamp::strftime(const std::string& format) const in strftime() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp27 bool SPIRVInstrInfo::isConstantInstr(const MachineInstr &MI) const { in isConstantInstr() argument
51 bool SPIRVInstrInfo::isSpecConstantInstr(const MachineInstr &MI) const { in isSpecConstantInstr() argument
65 bool SPIRVInstrInfo::isInlineAsmDefInstr(const MachineInstr &MI) const { in isInlineAsmDefInstr() argument
75 bool SPIRVInstrInfo::isTypeDeclInstr(const MachineInstr &MI) const { in isTypeDeclInstr() argument
86 bool SPIRVInstrInfo::isDecorationInstr(const MachineInstr &MI) const { in isDecorationInstr() argument
99 bool SPIRVInstrInfo::isAliasingInstr(const MachineInstr &MI) const { in isAliasingInstr() argument
110 bool SPIRVInstrInfo::isHeaderInstr(const MachineInstr &MI) const { in isHeaderInstr() argument
133 bool SPIRVInstrInfo::canUseFastMathFlags(const MachineInstr &MI) const { in canUseFastMathFlags() argument
152 bool SPIRVInstrInfo::canUseNSW(const MachineInstr &MI) const { in canUseNSW() argument
169 bool SPIRVInstrInfo::canUseNUW(const MachineInstr &MI) const { in canUseNUW() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp56 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange()
71 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
78 bool Default) const { in hasFlagNoClaim()
85 bool Default) const { in hasFlag()
91 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
97 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues()
104 OptSpecifier Neg) const { in addOptInFlag()
112 ArrayRef<OptSpecifier> ExcludeIds) const { in AddAllArgsExcept()
135 ArrayRef<OptSpecifier> Ids) const { in addAllArgs()
140 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0) const { in AddAllArgs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp54 MCRegister &RegToUseForCFI) const { in regNeedsCFI()
72 AArch64RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() argument
157 AArch64RegisterInfo::getDarwinCalleeSavedRegs(const MachineFunction *MF) const { in getDarwinCalleeSavedRegs() argument
214 const MachineFunction *MF) const { in getCalleeSavedRegsViaCopy() argument
223 MachineFunction &MF) const { in UpdateCustomCalleeSavedRegs()
241 unsigned Idx) const { in getSubClassWithSubReg()
254 CallingConv::ID CC) const { in getDarwinCallPreservedMask()
289 CallingConv::ID CC) const { in getCallPreservedMask()
341 const MachineFunction &MF) const { in getCustomEHPadPreservedMask() argument
357 const uint32_t **Mask) const { in UpdateCustomCallPreservedMask() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp217 bool AArch64TargetInfo::validateTarget(DiagnosticsEngine &Diags) const { in validateTarget()
234 StringRef RegName, unsigned RegSize, bool &HasSizeMismatch) const { in validateGlobalRegisterVariable()
257 StringRef &Err) const { in validateBranchProtection()
286 bool AArch64TargetInfo::isValidCPUName(StringRef Name) const { in isValidCPUName()
295 SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList()
300 MacroBuilder &Builder) const { in getTargetDefinesARMV81A()
305 MacroBuilder &Builder) const { in getTargetDefinesARMV82A()
311 MacroBuilder &Builder) const { in getTargetDefinesARMV83A()
319 MacroBuilder &Builder) const { in getTargetDefinesARMV84A()
325 MacroBuilder &Builder) const { in getTargetDefinesARMV85A()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp19 Error *E) const { in prepareRead()
41 T DataExtractor::getU(uint64_t *offset_ptr, Error *Err) const { in getU()
61 Error *Err) const { in getUs()
80 uint8_t DataExtractor::getU8(uint64_t *offset_ptr, llvm::Error *Err) const { in getU8()
85 uint32_t count) const { in getU8()
89 uint8_t *DataExtractor::getU8(Cursor &C, uint8_t *Dst, uint32_t Count) const { in getU8()
93 uint16_t DataExtractor::getU16(uint64_t *offset_ptr, llvm::Error *Err) const { in getU16()
98 uint32_t count) const { in getU16()
102 uint32_t DataExtractor::getU24(uint64_t *OffsetPtr, Error *Err) const { in getU24()
108 uint32_t DataExtractor::getU32(uint64_t *offset_ptr, llvm::Error *Err) const { in getU32()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp34 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() argument
42 bool RenamableDest, bool RenamableSrc) const { in copyPhysReg()
75 MachineBasicBlock::iterator MBBI) const { in isLegalToSplitMBBAt()
82 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov()
93 bool R600InstrInfo::isReductionOp(unsigned Opcode) const { in isReductionOp()
97 bool R600InstrInfo::isCubeOp(unsigned Opcode) const { in isCubeOp()
108 bool R600InstrInfo::isALUInstr(unsigned Opcode) const { in isALUInstr()
114 bool R600InstrInfo::hasInstrModifiers(unsigned Opcode) const { in hasInstrModifiers()
122 bool R600InstrInfo::isLDSInstr(unsigned Opcode) const { in isLDSInstr()
130 bool R600InstrInfo::isLDSRetInstr(unsigned Opcode) const { in isLDSRetInstr()
[all …]
H A DR600TargetTransformInfo.cpp31 unsigned R600TTIImpl::getHardwareNumberOfRegisters(bool Vec) const { in getHardwareNumberOfRegisters()
35 unsigned R600TTIImpl::getNumberOfRegisters(unsigned ClassID) const { in getNumberOfRegisters()
41 R600TTIImpl::getRegisterBitWidth(TargetTransformInfo::RegisterKind K) const { in getRegisterBitWidth()
47 unsigned R600TTIImpl::getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { in getLoadStoreVecRegBitWidth()
67 unsigned AddrSpace) const { in isLegalToVectorizeMemChain()
76 unsigned AddrSpace) const { in isLegalToVectorizeLoadChain()
82 unsigned AddrSpace) const { in isLegalToVectorizeStoreChain()
86 unsigned R600TTIImpl::getMaxInterleaveFactor(ElementCount VF) const { in getMaxInterleaveFactor()
97 const Instruction *I) const { in getCFInstrCost() argument
115 const Value *Op1) const { in getVectorInstrCost() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp62 Type CIRDialect::parseType(DialectAsmParser &parser) const { in parseType()
82 void CIRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType()
187 void RecordType::print(mlir::AsmPrinter &printer) const { in print()
270 Type RecordType::getLargestMember(const ::mlir::DataLayout &dataLayout) const { in getLargestMember()
292 mlir::DataLayoutEntryListRef params) const { in getTypeSizeInBits()
302 ::mlir::DataLayoutEntryListRef params) const { in getABIAlignment()
313 RecordType::computeStructSize(const mlir::DataLayout &dataLayout) const { in computeStructSize() argument
347 RecordType::computeStructAlignment(const mlir::DataLayout &dataLayout) const { in computeStructAlignment() argument
360 unsigned idx) const { in getElementOffset()
439 void IntType::print(mlir::AsmPrinter &printer) const { in print()
[all …]
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp77 deep_copy(void) const in deep_copy()
86 push_lua(lutok::state& /* state */) const in push_lua()
107 deep_copy(void) const in deep_copy()
137 to_string(void) const in to_string()
144 push_lua(lutok::state& /* state */) const in push_lua()
167 deep_copy(void) const in deep_copy()
180 validate(const value_type& user) const in validate() argument
198 deep_copy(void) const in deep_copy()
213 parse_one(const std::string& raw_value) const in parse_one() argument
228 validate(const value_type& paths) const in validate() argument
[all …]

12345678910>>...105