OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Parse
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentBriefParser.cpp
62
std::string BriefParser::
Parse
() {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flag_parser.h
25
virtual bool
Parse
(const char *value) { return false; }
34
bool
Parse
(const char *value) final;
54
inline bool FlagHandler<bool>::
Parse
(const char *value) {
61
inline bool FlagHandler<HandleSignalMode>::
Parse
(const char *value) {
77
inline bool FlagHandler<const char *>::
Parse
(const char *value) {
83
inline bool FlagHandler<int>::
Parse
(const char *value) {
92
inline bool FlagHandler<uptr>::
Parse
(const char *value) {
sanitizer_suppressions.cc
78
Parse
(file_contents);
106
void SuppressionContext::
Parse
(const char *str) {
130
Printf("%s: failed to
parse
suppressions\n", SanitizerToolName);
/src/external/apache2/llvm/dist/clang/lib/Interpreter/
Interpreter.cpp
201
llvm::Expected<Transaction &> Interpreter::
Parse
(llvm::StringRef Code) {
202
return IncrParser->
Parse
(Code);
IncrementalParser.cpp
21
#include "clang/
Parse
/Parser.h"
158
// is due to a top-level semicolon, an action override, or a
parse
error
194
llvm::Expected<Transaction &> IncrementalParser::
Parse
(llvm::StringRef input) {
245
"Lexer must be EOF when starting incremental
parse
!");
/src/external/apache2/llvm/dist/llvm/lib/IR/
InlineAsm.cpp
61
///
Parse
- Analyze the specified string (e.g. "==&{eax}") and fill in the
64
bool InlineAsm::ConstraintInfo::
Parse
(StringRef Str,
84
//
Parse
prefixes.
104
//
Parse
the modifiers.
134
//
Parse
the various constraints.
230
Info.
Parse
(StringRef(I, ConstraintEnd-I), Result)) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_flag_parser.h
24
virtual bool
Parse
(const char *value) { return false; }
50
bool
Parse
(const char *value) final;
71
inline bool FlagHandler<bool>::
Parse
(const char *value) {
83
inline bool FlagHandler<HandleSignalMode>::
Parse
(const char *value) {
105
inline bool FlagHandler<const char *>::
Parse
(const char *value) {
116
inline bool FlagHandler<int>::
Parse
(const char *value) {
131
inline bool FlagHandler<uptr>::
Parse
(const char *value) {
146
inline bool FlagHandler<s64>::
Parse
(const char *value) {
sanitizer_suppressions.cpp
88
Parse
(file_contents);
117
void SuppressionContext::
Parse
(const char *str) {
141
Printf("%s: failed to
parse
suppressions\n", SanitizerToolName);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_suppressions.cpp
88
Parse
(file_contents);
116
void SuppressionContext::
Parse
(const char *str) {
140
Printf("%s: failed to
parse
suppressions\n", SanitizerToolName);
sanitizer_flag_parser.h
24
virtual bool
Parse
(const char *value) { return false; }
50
bool
Parse
(const char *value) final;
71
inline bool FlagHandler<bool>::
Parse
(const char *value) {
83
inline bool FlagHandler<HandleSignalMode>::
Parse
(const char *value) {
105
inline bool FlagHandler<const char *>::
Parse
(const char *value) {
116
inline bool FlagHandler<int>::
Parse
(const char *value) {
131
inline bool FlagHandler<uptr>::
Parse
(const char *value) {
146
inline bool FlagHandler<s64>::
Parse
(const char *value) {
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMerge.cpp
26
bool Merger::
Parse
(const std::string &Str, bool ParseCoverage) {
28
return
Parse
(SS, ParseCoverage);
32
if (!
Parse
(IS, ParseCoverage)) {
33
Printf("MERGE: failed to
parse
the control file (unexpected error)\n");
50
bool Merger::
Parse
(std::istream &IS, bool ParseCoverage) {
54
//
Parse
NumFiles.
61
//
Parse
NumFilesInFirstCorpus.
68
//
Parse
file names.
74
//
Parse
STARTED and DONE lines.
300
if (M.
Parse
(IF, /*ParseCoverage=*/false))
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp
27
#include "clang/
Parse
/ParseAST.h"
43
llvm::cl::desc("Path to a file containing the expression to
parse
"));
65
llvm::cl::desc("The language to
parse
(default: c++)"),
75
llvm::cl::desc("Dump IR from final
parse
"));
303
llvm::Expected<CIAndOrigins>
Parse
(const std::string &Path,
362
llvm::Expected<CIAndOrigins> ImportCI =
Parse
(I, {}, false, false);
380
Parse
(Expression, (Direct && !UseOrigins) ? ImportCIs : IndirectCIs,
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp
575
auto &
Parse
= HI->second;
576
if (auto Err =
Parse
(NSec))
/src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp
225
auto
Parse
= [&](StringRef Str) {
239
// are valid as <name>s, but we also want to
parse
<substitution>s as
242
//
Parse
the substitution and optional following template arguments.
271
std::tie(FirstNode, FirstIsNew) =
Parse
(First);
276
std::tie(SecondNode, SecondIsNew) =
Parse
(Second);
307
N = Demangler.
parse
();
/src/external/mit/expat/dist/fuzz/
xml_lpm_fuzzer.cpp
113
// We want a
parse
function that supports resumption, so that we can cover the
116
Parse
(XML_Parser parser, const char *input, int input_len, int is_final) {
357
rc =
Parse
(ext_parser, g_external_entity, g_external_entity_size, 1);
435
==
Parse
(parser, action.chunk().data(), action.chunk().size(), 0)) {
436
// Force a reset after
parse
error.
443
Parse
(parser, action.last_chunk().data(), action.last_chunk().size(), 1);
/src/external/bsd/libevent/dist/
event_rpcgen.py
55
"""An Exception class for
parse
errors."""
1504
r"""Cannot
parse
name: "%s" around line %d""" % (entry, LINE_COUNT)
1525
raise RpcGenError(r'''Cannot
parse
"%s"''' % (entry))
1681
def
Parse
(factory, filep):
1884
entities =
Parse
(factory, self.rpc_file)
/src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py
55
"""An Exception class for
parse
errors."""
1504
r"""Cannot
parse
name: "%s" around line %d""" % (entry, LINE_COUNT)
1525
raise RpcGenError(r'''Cannot
parse
"%s"''' % (entry))
1681
def
Parse
(factory, filep):
1884
entities =
Parse
(factory, self.rpc_file)
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
1092
///
Parse
the source file into a translation unit using the given compiler
1097
bool ASTUnit::
Parse
(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1105
"VFS passed to
Parse
and VFS in FileMgr are different");
1670
return
Parse
(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS);
1848
//
Parse
the sources
1850
Parse
(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS);
2283
// unconditionally create a stat cache when we
parse
the file?
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp
1821
///
Parse
a GCCVersion object out of a string of text.
1825
Generic_GCC::GCCVersion Generic_GCC::GCCVersion::
Parse
(StringRef VersionText) {
1847
// First look for a number prefix and
parse
that if present. Otherwise just
1861
// Try to
parse
the number and any suffix.
1958
const GCCVersion VersionZero = GCCVersion::
Parse
("0.0.0");
2037
GCCVersion CandidateVersion = GCCVersion::
Parse
(VersionText);
2551
GCCVersion CandidateVersion = GCCVersion::
Parse
(VersionText);
2651
Version = GCCVersion::
Parse
(ActiveVersion.second);
/src/external/public-domain/sqlite/dist/
sqlite3.c
3075
** ^These routines do not
parse
the SQL statements thus
4402
** <dd>The maximum depth of the
parse
tree on any expression.</dd>)^
14444
/************** Include
parse
.h in the middle of sqliteInt.h *****************/
14445
/************** Begin file
parse
.h *******************************************/
14631
/************** End of
parse
.h ***********************************************/
15322
typedef struct
Parse
Parse
;
16556
** into an index into the
Parse
.aLabel[] array that contains the resolved
16818
SQLITE_PRIVATE Vdbe *sqlite3VdbeCreate(
Parse
*);
16819
SQLITE_PRIVATE
Parse
*sqlite3VdbeParser(Vdbe*)
[
all
...]
Completed in 95 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026