/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.cpp | 22 void Matcher::print(raw_ostream &OS, unsigned indent) const { in print() 28 void Matcher::printOne(raw_ostream &OS) const { in printOne() 53 bool Matcher::canMoveBefore(const Matcher *Other) const { in canMoveBefore() argument 66 bool Matcher::canMoveBeforeNode(const Matcher *Other) const { in canMoveBeforeNode() argument 108 unsigned CheckPredicateMatcher::getOperandNo(unsigned i) const { in getOperandNo() 116 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 126 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 134 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() 138 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.cpp | 26 raw_ostream &OptionalStmtList::log(raw_ostream &OS) const { in log() 34 raw_ostream &LanguageResource::log(raw_ostream &OS) const { in log() 46 raw_ostream &AcceleratorsResource::log(raw_ostream &OS) const { in log() 59 raw_ostream &BitmapResource::log(raw_ostream &OS) const { in log() 63 raw_ostream &CursorResource::log(raw_ostream &OS) const { in log() 67 raw_ostream &IconResource::log(raw_ostream &OS) const { in log() 71 raw_ostream &HTMLResource::log(raw_ostream &OS) const { in log() 88 raw_ostream &MenuDefinitionList::log(raw_ostream &OS) const { in log() 95 raw_ostream &MenuItem::log(raw_ostream &OS) const { in log() 101 raw_ostream &MenuSeparator::log(raw_ostream &OS) const { in log() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 42 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { in Profile() 57 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { in Profile() 68 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit() argument 109 void DIEAbbrev::print(raw_ostream &O) const { in print() 170 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit() 221 DIEValue DIE::findAttribute(dwarf::Attribute Attribute) const { in findAttribute() 247 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print() 326 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() argument 338 unsigned DIEValue::SizeOf(const AsmPrinter *AP) const { in SizeOf() argument 351 void DIEValue::print(raw_ostream &O) const { in print() [all …]
|
H A D | AsmPrinterDwarf.cpp | 40 void AsmPrinter::emitSLEB128(int64_t Value, const char *Desc) const { in emitSLEB128() argument 48 unsigned PadTo) const { in emitULEB128() 57 const MCSymbol *Lo) const { in emitLabelDifferenceAsULEB128() argument 116 void AsmPrinter::emitEncodingByte(unsigned Val, const char *Desc) const { in emitEncodingByte() argument 129 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() 159 bool ForceOffset) const { in emitDwarfSymbolReference() 181 void AsmPrinter::emitDwarfStringOffset(DwarfStringPoolEntry S) const { in emitDwarfStringOffset() 192 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() 196 void AsmPrinter::emitDwarfLengthOrOffset(uint64_t Value) const { in emitDwarfLengthOrOffset() 202 const Twine &Comment) const { in emitDwarfUnitLength() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 118 std::string Node::toString(OutputFlags Flags) const { in toString() 128 void PrimitiveTypeNode::outputPre(OutputStream &OS, OutputFlags Flags) const { in outputPre() 155 void NodeArrayNode::output(OutputStream &OS, OutputFlags Flags) const { in output() 160 StringView Separator) const { in output() 172 OutputFlags Flags) const { in output() 192 void IntegerLiteralNode::output(OutputStream &OS, OutputFlags Flags) const { in output() 199 OutputFlags Flags) const { in output() 221 OutputFlags Flags) const { in outputTemplateParameters() 230 OutputFlags Flags) const { in output() 247 void NamedIdentifierNode::output(OutputStream &OS, OutputFlags Flags) const { in output() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckerDocumentation.cpp | 72 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() 91 void checkPreObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPreObjCMessage() 97 void checkPostObjCMessage(const ObjCMethodCall &M, CheckerContext &C) const {} in checkPostObjCMessage() 106 void checkObjCMessageNil(const ObjCMethodCall &M, CheckerContext &C) const {} in checkObjCMessageNil() 118 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall() 124 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() 127 void checkBranchCondition(const Stmt *Condition, CheckerContext &Ctx) const {} in checkBranchCondition() 143 CheckerContext &) const {} in checkNewAllocator() 155 CheckerContext &) const {} in checkLocation() 164 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() [all …]
|
H A D | AnalysisOrderChecker.cpp | 44 StringRef CallbackName) const { in isCallbackEnabled() 49 bool isCallbackEnabled(CheckerContext &C, StringRef CallbackName) const { in isCallbackEnabled() 54 bool isCallbackEnabled(ProgramStateRef State, StringRef CallbackName) const { in isCallbackEnabled() 61 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const { in checkPreStmt() 67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { in checkPostStmt() 74 CheckerContext &C) const { in checkPreStmt() 80 CheckerContext &C) const { in checkPostStmt() 85 void checkPreStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPreStmt() 90 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const { in checkPostStmt() 95 void checkPreStmt(const CXXDeleteExpr *NE, CheckerContext &C) const { in checkPreStmt() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIFunctionClassifier.cpp | 203 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 …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 33 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print() 62 void SourceLocation::print(raw_ostream &OS, const SourceManager &SM)const{ in print() argument 89 SourceLocation::printToString(const SourceManager &SM) const { in printToString() argument 96 LLVM_DUMP_METHOD void SourceLocation::dump(const SourceManager &SM) const { in dump() argument 101 LLVM_DUMP_METHOD void SourceRange::dump(const SourceManager &SM) const { in dump() argument 136 void SourceRange::print(raw_ostream &OS, const SourceManager &SM) const { in print() argument 148 SourceRange::printToString(const SourceManager &SM) const { in printToString() argument 179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc() 186 bool FullSourceLoc::isMacroArgExpansion(FullSourceLoc *StartLoc) const { in isMacroArgExpansion() 211 unsigned FullSourceLoc::getLineNumber(bool *Invalid) const { in getLineNumber() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 154 SmallPtrSet<MachineBasicBlock *, 8> &Visited) const { in findLoopInstr() 246 int &FrameIndex) const { in isLoadFromStackSlot() 294 int &FrameIndex) const { in isStoreToStackSlot() 345 SmallVectorImpl<const MachineMemOperand *> &Accesses) const { in hasLoadFromStackSlot() 363 SmallVectorImpl<const MachineMemOperand *> &Accesses) const { in hasStoreToStackSlot() 395 bool AllowModify) const { in analyzeBranch() 562 int *BytesRemoved) const { in removeBranch() 589 int *BytesAdded) const { in insertBranch() 706 bool shouldIgnoreForPipelining(const MachineInstr *MI) const override { in shouldIgnoreForPipelining() argument 761 HexagonInstrInfo::analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const { in analyzeLoopForPipelining() [all …]
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/ |
H A D | path.cpp | 98 fs::path::c_str(void) const in c_str() 106 fs::path::str(void) const in str() 118 fs::path::branch_path(void) const in branch_path() 134 fs::path::leaf_name(void) const in leaf_name() 151 fs::path::to_absolute(void) const in to_absolute() 160 fs::path::is_absolute(void) const in is_absolute() 172 fs::path::is_parent_of(path p) const in is_parent_of() 187 fs::path::ncomponents(void) const in ncomponents() 212 fs::path::operator<(const fs::path& p) const in operator <() argument 229 fs::path::operator==(const fs::path& p) const in operator ==() argument [all …]
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | fs.cpp | 140 const in c_str() 147 const in c_path() 154 const in str() 161 const in is_absolute() 168 const in is_root() 175 const in branch_path() 191 const in leaf_name() 207 const in to_absolute() 237 impl::path::operator==(const path& p) in operator ==() 244 impl::path::operator!=(const path& p) in operator !=() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 49 unsigned &RegToUseForCFI) const { in regNeedsCFI() 75 AArch64RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const { in getCalleeSavedRegs() argument 117 AArch64RegisterInfo::getDarwinCalleeSavedRegs(const MachineFunction *MF) const { in getDarwinCalleeSavedRegs() argument 147 const MachineFunction *MF) const { in getCalleeSavedRegsViaCopy() argument 156 MachineFunction &MF) const { in UpdateCustomCalleeSavedRegs() 174 unsigned Idx) const { in getSubClassWithSubReg() 187 CallingConv::ID CC) const { in getDarwinCallPreservedMask() 215 CallingConv::ID CC) const { in getCallPreservedMask() 255 const MachineFunction &MF) const { in getCustomEHPadPreservedMask() argument 271 const uint32_t **Mask) const { in UpdateCustomCallPreservedMask() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 151 expand (function_expander &e) const OVERRIDE in expand() 182 expand (function_expander &e) const OVERRIDE in expand() 197 expand (function_expander &e) const OVERRIDE in expand() 214 expand (function_expander &e) const OVERRIDE in expand() 234 expand (function_expander &e) const OVERRIDE in expand() 264 expand (function_expander &e) const OVERRIDE in expand() 280 expand (function_expander &e) const OVERRIDE in expand() 293 expand (function_expander &e) const OVERRIDE in expand() 314 expand (function_expander &e) const OVERRIDE in expand() 335 expand (function_expander &e) const OVERRIDE in expand() [all …]
|
H A D | aarch64-sve-builtins-sve2.cc | 85 expand (function_expander &e) const OVERRIDE in expand() 97 expand (function_expander &e) const OVERRIDE in expand() 110 expand (function_expander &e) const OVERRIDE in expand() 123 call_properties (const function_instance &) const OVERRIDE in call_properties() argument 129 expand (function_expander &e) const OVERRIDE in expand() 145 expand (function_expander &e) const OVERRIDE in expand() 165 expand (function_expander &e) const OVERRIDE in expand() 188 expand (function_expander &e) const OVERRIDE in expand() 200 expand (function_expander &e) const OVERRIDE in expand() 216 expand (function_expander &e) const OVERRIDE in expand() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 151 expand (function_expander &e) const OVERRIDE in expand() 182 expand (function_expander &e) const OVERRIDE in expand() 197 expand (function_expander &e) const OVERRIDE in expand() 214 expand (function_expander &e) const OVERRIDE in expand() 234 expand (function_expander &e) const OVERRIDE in expand() 264 expand (function_expander &e) const OVERRIDE in expand() 280 expand (function_expander &e) const OVERRIDE in expand() 293 expand (function_expander &e) const OVERRIDE in expand() 314 expand (function_expander &e) const OVERRIDE in expand() 335 expand (function_expander &e) const OVERRIDE in expand() [all …]
|
H A D | aarch64-sve-builtins-sve2.cc | 85 expand (function_expander &e) const OVERRIDE in expand() 97 expand (function_expander &e) const OVERRIDE in expand() 110 expand (function_expander &e) const OVERRIDE in expand() 123 call_properties (const function_instance &) const OVERRIDE in call_properties() argument 129 expand (function_expander &e) const OVERRIDE in expand() 145 expand (function_expander &e) const OVERRIDE in expand() 165 expand (function_expander &e) const OVERRIDE in expand() 188 expand (function_expander &e) const OVERRIDE in expand() 200 expand (function_expander &e) const OVERRIDE in expand() 216 expand (function_expander &e) const OVERRIDE in expand() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region.cc | 141 region::descendent_of_p (const region *elder) const in descendent_of_p() argument 306 region::get_byte_size (byte_size_t *out) const in get_byte_size() 324 region::get_byte_size_sval (region_model_manager *mgr) const in get_byte_size_sval() 370 region::get_bit_size (bit_size_t *out) const in get_bit_size() 412 region::get_subregions_for_binding (region_model_manager *mgr, in get_subregions_for_binding() 539 region::get_relative_concrete_offset (bit_offset_t *) const in get_relative_concrete_offset() 550 region::get_relative_concrete_byte_range (byte_range *out) const in get_relative_concrete_byte_range() 575 region::dump (bool simple) const in dump() 600 region::get_desc (bool simple) const in get_desc() 612 region::accept (visitor *v) const in accept() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 201 TargetTransformInfo::adjustInliningThreshold(const CallBase *CB) const { in adjustInliningThreshold() argument 212 TTI::TargetCostKind CostKind) const { in getGEPCost() 218 BlockFrequencyInfo *BFI) const { in getEstimatedNumberOfCaseClusters() 225 enum TargetCostKind CostKind) const { in getUserCost() 244 bool TargetTransformInfo::isSourceOfDivergence(const Value *V) const { in isSourceOfDivergence() argument 248 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { in isAlwaysUniform() argument 257 SmallVectorImpl<int> &OpIndexes, Intrinsic::ID IID) const { in collectFlatAddressOperands() 262 unsigned ToAS) const { in isNoopAddrSpaceCast() 266 unsigned TargetTransformInfo::getAssumedAddrSpace(const Value *V) const { in getAssumedAddrSpace() argument 271 IntrinsicInst *II, Value *OldV, Value *NewV) const { in rewriteIntrinsicWithAddressSpace() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 49 void MipsDAGToDAGISel::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 77 SDValue &Offset) const { in selectAddrRegImm() 83 SDValue &Offset) const { in selectAddrDefault() 89 SDValue &Offset) const { in selectIntAddr() 95 SDValue &Offset) const { in selectIntAddr11MM() 101 SDValue &Offset) const { in selectIntAddr12MM() 107 SDValue &Offset) const { in selectIntAddr16MM() 113 SDValue &Offset) const { in selectIntAddrLSL2MM() 119 SDValue &Offset) const { in selectIntAddrSImm10() 125 SDValue &Offset) const { in selectIntAddrSImm10Lsl1() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | debug_fn_imps.hpp | 48 assert_valid(const char* __file, int __line) const in assert_valid() 67 structure_only_assert_valid(const char* __file, int __line) const in structure_only_assert_valid() 92 const char* __file, int __line) const in assert_node_consistent() 101 const char* __file, int __line) const in assert_node_consistent_() 131 const char* __file, int __line) const in assert_node_consistent_with_left() 144 const char* __file, int __line) const in assert_node_consistent_with_right() 156 assert_min(const char* __file, int __line) const in assert_min() 164 assert_min_imp(const node_pointer p_nd, const char* __file, int __line) const in assert_min_imp() 183 assert_max(const char* __file, int __line) const in assert_max() 192 const char* __file, int __line) const in assert_max_imp() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | debug_fn_imps.hpp | 48 assert_valid(const char* __file, int __line) const in assert_valid() 67 structure_only_assert_valid(const char* __file, int __line) const in structure_only_assert_valid() 92 const char* __file, int __line) const in assert_node_consistent() 101 const char* __file, int __line) const in assert_node_consistent_() 131 const char* __file, int __line) const in assert_node_consistent_with_left() 144 const char* __file, int __line) const in assert_node_consistent_with_right() 156 assert_min(const char* __file, int __line) const in assert_min() 164 assert_min_imp(const node_pointer p_nd, const char* __file, int __line) const in assert_min_imp() 183 assert_max(const char* __file, int __line) const in assert_max() 192 const char* __file, int __line) const in assert_max_imp() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 19 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
H A D | ArgList.cpp | 58 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() 73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 80 bool Default) const { in hasFlag() 86 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue() 92 std::vector<std::string> ArgList::getAllArgValues(OptSpecifier Id) const { in getAllArgValues() 100 ArrayRef<OptSpecifier> ExcludeIds) const { in AddAllArgsExcept() 123 ArrayRef<OptSpecifier> Ids) const { in AddAllArgs() 131 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs() 139 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues() 149 bool Joined) const { in AddAllArgsTranslated() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 102 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb() 119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 136 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext() 151 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName() 155 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl() 159 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment() 166 Expected<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress() 187 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() 210 Expected<uint32_t> COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags() 241 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() [all …]
|