/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | BreakpadRecords.cpp | 173 std::optional<ModuleRecord> ModuleRecord::parse(llvm::StringRef Line) { in parse() function in ModuleRecord 202 std::optional<InfoRecord> InfoRecord::parse(llvm::StringRef Line) { in parse() function in InfoRecord 246 std::optional<FileRecord> FileRecord::parse(llvm::StringRef Line) { in parse() function in FileRecord 257 InlineOriginRecord::parse(llvm::StringRef Line) { in parse() function in InlineOriginRecord 305 std::optional<FuncRecord> FuncRecord::parse(llvm::StringRef Line) { in parse() function in FuncRecord 327 std::optional<InlineRecord> InlineRecord::parse(llvm::StringRef Line) { in parse() function in InlineRecord 379 std::optional<LineRecord> LineRecord::parse(llvm::StringRef Line) { in parse() function in LineRecord 414 std::optional<PublicRecord> PublicRecord::parse(llvm::StringRef Line) { in parse() function in PublicRecord 436 std::optional<StackCFIRecord> StackCFIRecord::parse(llvm::StringRef Line) { in parse() function in StackCFIRecord 485 std::optional<StackWinRecord> StackWinRecord::parse(llvm::StringRef Line) { in parse() function in StackWinRecord
|
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-parse.c | 32 mi_parse_argv (char *args, struct mi_parse *parse) in mi_parse_argv() 133 mi_parse_free (struct mi_parse *parse) in mi_parse_free() 153 struct mi_parse *parse = XMALLOC (struct mi_parse); in mi_parse() local
|
/openbsd-src/lib/libc/regex/ |
H A D | regcomp.c | 55 struct parse { struct 69 static void p_ere(struct parse *, int); argument
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | regcomp.c | 192 struct parse { struct 206 static void p_ere(struct parse *, int); argument
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 28 #define RECORD(name, altName, print, parse) #name in get_amd_kernel_code_t_FldNames() argument 38 #define RECORD(name, altName, print, parse) #altName in get_amd_kernel_code_t_FldAltNames() argument 89 #define RECORD(name, altName, print, parse) print in getPrinterTable() argument 159 #define RECORD(name, altName, print, parse) parse in getParserTable() argument
|
/openbsd-src/usr.sbin/acme-client/ |
H A D | json.c | 59 struct parse { struct 71 build(struct parse *parse, struct jsmnn **np, in build()
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | Mtree.pm | 51 sub parse($mtree, $basedir, $filename, $h = undef) subroutine
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | InputFiles.cpp | 99 void ArchiveFile::parse() { in parse() function in ArchiveFile 155 void ObjFile::parse() { in parse() function in ObjFile 875 void PDBInputFile::parse() { in parse() function in PDBInputFile 944 void ImportFile::parse() { in parse() function in ImportFile 1022 void BitcodeFile::parse() { in parse() function in BitcodeFile 1109 void DLLFile::parse() { in parse() function in DLLFile
|
/openbsd-src/usr.bin/indent/ |
H A D | parse.c | 42 parse(int tk) /* the code for the construct scanned */ in parse() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | enum9.C | 11 static fig (*parse)(void *thing); variable
|
/openbsd-src/usr.bin/libtool/LT/ |
H A D | LaLoFile.pm | 58 sub parse($class, $filename) subroutine
|
H A D | LaFile.pm | 179 sub parse($class, $filename) subroutine
|
/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | InputFiles.cpp | 393 void ObjFile::parse(bool ignoreComdats) { in parse() function in lld::wasm::ObjFile 693 void StubFile::parse() { in parse() function in lld::wasm::StubFile 728 void ArchiveFile::parse() { in parse() function in lld::wasm::ArchiveFile 828 void BitcodeFile::parse() { in parse() function in lld::wasm::BitcodeFile
|
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | container_adaptor.h | 43 _LIBCPP_HIDE_FROM_ABI constexpr typename _ParseContext::iterator parse(_ParseContext& __ctx) { in parse() function
|
H A D | formatter_tuple.h | 52 …_LIBCPP_HIDE_FROM_ABI constexpr typename _ParseContext::iterator parse(_ParseContext& __parse_ctx)… in parse() function
|
/openbsd-src/gnu/llvm/llvm/utils/release/ |
H A D | findRegressions-simple.py | 10 def parse(file): function
|
H A D | findRegressions-nightly.py | 14 def parse(file): function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 991229-1.c | 9 static int parse(int state, int flags) in parse() function
|
/openbsd-src/regress/sbin/slaacd/ |
H A D | IfInfo.py | 35 def parse(self, str): member in IfInfo
|
H A D | Slaacctl.py | 55 def parse(self, str): member in ShowInterface
|
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | testbound.c | 182 parse = line; in spool_temp_file() local 227 char* parse; spool_auto_file() local 265 char* parse; setup_config() local [all...] |
/openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/ |
H A D | HotnessThresholdParser.h | 49 bool parse(cl::Option &O, StringRef ArgName, StringRef Arg, in parse() function
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | ExportTrie.cpp | 261 void parse() { parse(start, ""); } in parse() function in __anon13b4c56f0211::TrieParser 270 void TrieParser::parse(const uint8_t *buf, const Twine &cumulativeString) { in parse() function in TrieParser
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 92 bool DWARFUnitIndex::Header::parse(DataExtractor IndexData, in parse() function in DWARFUnitIndex::Header 119 bool DWARFUnitIndex::parse(DataExtractor IndexData) { in parse() function in DWARFUnitIndex
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/unit/ |
H A D | ShUtil.py | 42 def parse(self, str): member in TestShParse
|