Searched refs:parse (Results 326 - 350 of 367) sorted by relevance

<<1112131415

/freebsd-13-stable/share/mk/
H A Ddirdeps.mk292 # by now _DEP_TARGET_SPEC should be set, parse it.
294 # we need to parse DEP_MACHINE may or may not contain more info
H A Dsrc.libnames.mk58 parse \
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c787 /* Nonzero means print parse trace. It is left uninitialized so that
1165 YYDPRINTF ((stderr, "Starting parse\n"));
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp4037 // Note: The type after -> is weird, because VS2015 cannot parse
5160 TestSpecParser& parse( std::string const& arg );
9143 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0;
9146 auto parse( Args const &args ) const -> InternalParseResult {
9147 return parse( args.exeName(), TokenStream( args ) );
9236 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override {
9260 auto parse( std::string const &, TokenStream const &tokens ) const -> InternalParseResult override {
9335 using ParserBase::parse;
9337 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override {
9512 using ParserBase::parse;
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in56 n-fold-test$(EXEEXT) parse-name-test$(EXEEXT) \
234 n-fold-test$(EXEEXT) parse-name-test$(EXEEXT) \
268 parse_name_test_SOURCES = parse-name-test.c
269 parse_name_test_OBJECTS = parse-name-test.$(OBJEXT)
468 krbhst-test.c n-fold-test.c parse-name-test.c store-test.c \
479 parse-name-test.c store-test.c string-to-key-test.c test_acl.c \
1193 parse-name-test$(EXEEXT): $(parse_name_test_OBJECTS) $(parse_name_test_DEPENDENCIES)
1194 @rm -f parse-name-test$(EXEEXT)
1441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-name-test.Po@am__quote@
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp167 mb.getBufferIdentifier() + ": failed to parse archive");
219 CHECK(Archive::create(mbref), path + ": failed to parse archive");
461 opt::InputArgList args = parser.parse(argsArr.slice(1));
797 error(mb.getBufferIdentifier() + ": parse error");
1741 obj->parse(/*ignoreComdats=*/true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2082 bool parse(StringRef File, SmallVectorImpl<EditEntry> &Entries) { function in class:__anon1533::RemapFileParser
2246 if (Parser.parse(*I, Entries))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1539 bool parse(yaml::Node *Root, RedirectingFileSystem *FS) { function in class:llvm::vfs::RedirectingFileSystemParser
1670 if (!P.parse(Root, FS.get()))
/freebsd-13-stable/contrib/ntp/include/
H A DMakefile.in553 parse.h \
/freebsd-13-stable/tools/sched/
H A Dschedgraph.py926 self.parse(file)
941 def parse(self, file): member in class:KTRFile
993 print("Can't parse", lineno, line, end=' ')
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1198 /* Nonzero means print parse trace. It is left uninitialized so that
1576 YYDPRINTF ((stderr, "Starting parse\n"));
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in167 SLDNS_SRC=sldns/keyraw.c sldns/sbuffer.c sldns/wire2str.c sldns/parse.c \
169 SLDNS_OBJ=keyraw.lo sbuffer.lo wire2str.lo parse.lo parseutil.lo rrdef.lo \
269 ANCHORUPD_OBJ_LINK=$(ANCHORUPD_OBJ) rsrc_anchorupd.o $(COMPAT_OBJ_WITHOUT_CTIMEARC4) wire2str.lo str2wire.lo parseutil.lo sbuffer.lo rrdef.lo keyraw.lo parse.lo
1632 parse.lo parse.o: $(srcdir)/sldns/parse.c config.h $(srcdir)/sldns/parse.h $(srcdir)/sldns/parseutil.h \
1637 $(srcdir)/sldns/wire2str.h $(srcdir)/sldns/sbuffer.h $(srcdir)/sldns/parse.h $(srcdir)/sldns/parseutil.h
/freebsd-13-stable/contrib/bc/src/
H A Ddata.c38 #include <parse.h>
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1661 /* Nonzero means print parse trace. It is left uninitialized so that
1995 YYDPRINTF ((stderr, "Starting parse\n"));
/freebsd-13-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h358 uint32_t parse; member in struct:al_ec_tpe
563 /* [0x70] Rx Forwarding, packets with parse drop indication */
1365 /* Location of the input parse enable in the parser result vecto ... */
2191 /**** parse register ****/
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c503 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
505 extern bool parse __P((MAP *, char *)); \
514 s->s_mapclass.map_parse = parse; \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp167 "SymbolFileDWARF::ParseLineTable failed to parse: {0}");
172 "SymbolFileDWARF::ParseLineTable failed to parse: {0}");
187 llvm::Error error = prologue.parse(
192 "SymbolFileDWARF::ParseSupportFiles failed to parse "
198 "SymbolFileDWARF::ParseSupportFiles failed to parse line "
613 llvm::Error error = abbr->parse(debug_abbrev_data);
769 std::move(err), "Unable to parse function");
927 // Many type units can share a line table, so parse the support file list
939 "SymbolFileDWARF::GetTypeUnitSupportFiles failed to parse "
942 llvm::Error error = prologue.parse(dat
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp427 bool parse(MachineInstr *&MI);
889 if (parse(MI))
953 // The method 'parseBasicBlock' should parse the whole block until the next
960 bool MIParser::parse(MachineInstr *&MI) { function in class:MIParser
1815 // TODO: Only parse the name if it's a MachineBasicBlockLabel. Deprecate once
2911 return error("unable to parse target custom pseudo source value");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp544 llvm::ms_demangle::SymbolNode *node = demangler.parse(name);
605 // need to parse the undecorated name to figure out the scope, then look
1317 // way to parse them is to parse all type info, demangling every single type
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp381 MapParser.parse(MapFile, &DL);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h385 if (Error E = Attributes.parse(Contents, ELFT::TargetEndianness))
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql172 pristine store? Can't we just parse the checksums from
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1118 void LocationMetadata::parse(MDNode *MDN) { function in class:LocationMetadata
1149 E.SourceLoc.parse(Loc);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp248 kmp_stg_parse_func_t parse; // Parser function. member in struct:__kmp_setting
278 // Helper parse functions.
366 char const *value, // I: Value of environment variable to parse.
1525 // parse and print functions, pass required info through data argument.
1589 // TODO: Remove __kmp_barrier_pattern_name variable, remove loops from parse and
2041 // If we see a parse error, emit a warning and scan to the next ",".
5188 setting->parse(name, value, setting->data);
5302 // Special case. If we parse environment, not a string, process KMP_WARNINGS
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua1299 -- Processing the sysfile will parse out the preprocessor bits and put them into

Completed in 457 milliseconds

<<1112131415