Home
last modified time | relevance | path

Searched refs:ParseFile (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp96 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse()
100 return parser_->ParseFile(value, ignore_missing_); in Parse()
H A Dsanitizer_flag_parser.h178 bool ParseFile(const char *path, bool ignore_missing);
H A Dsanitizer_flag_parser.cpp148 bool FlagParser::ParseFile(const char *path, bool ignore_missing) { in ParseString()
150 bool FlagParser::ParseFile(const char *path, bool ignore_missing) { ParseFile() function in __sanitizer::FlagParser
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h125 bool ParseFile(const char *path);
153 bool ParseFile(const char *path);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp44 bool XMLDocument::ParseFile(const char *path) { in ParseFile() function in XMLDocument
378 ParseFile(path); in ApplePropertyList()
387 bool ApplePropertyList::ParseFile(const char *path) { in ParseFile() function in ApplePropertyList
388 if (m_xml_doc.ParseFile(path)) { in ParseFile()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DParser.cpp34 bool ParseResult = Parser.ParseFile(); in TableGenParseFile()
H A DMain.cpp125 if (Parser.ParseFile()) in TableGenMain()
H A DTGParser.h188 bool ParseFile();
H A DTGParser.cpp4362 bool TGParser::ParseFile() { in ParseFile() function in TGParser