Home
last modified time | relevance | path

Searched defs:ParserState (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsscope.c66 ACPI_PARSE_STATE *ParserState) in AcpiPsGetParentScope()
89 ACPI_PARSE_STATE *ParserState) in AcpiPsHasCompletedScope()
113 ACPI_PARSE_STATE *ParserState, in AcpiPsInitScope()
158 ACPI_PARSE_STATE *ParserState, in AcpiPsPushScope()
220 ACPI_PARSE_STATE *ParserState, in AcpiPsPopScope()
278 ACPI_PARSE_STATE *ParserState) in AcpiPsCleanupScope()
H A Dpsargs.c82 AcpiPsGetNextPackageLength(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextPackageLength() argument
139 AcpiPsGetNextPackageEnd(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextPackageEnd() argument
173 AcpiPsGetNextNamestring(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextNamestring() argument
256 AcpiPsGetNextNamepath(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT * Arg,BOOLEAN PossibleMethodCall) AcpiPsGetNextNamepath() argument
429 AcpiPsGetNextSimpleArg(ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT * Arg) AcpiPsGetNextSimpleArg() argument
529 AcpiPsGetNextField(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextField() argument
787 AcpiPsGetNextArg(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT ** ReturnArg) AcpiPsGetNextArg() argument
[all...]
H A Dpsparse.c109 ACPI_PARSE_STATE *ParserState) in AcpiPsPeekOpcode()
342 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiPsNextParseState() local
H A Dpsloop.c264 ACPI_PARSE_STATE *ParserState; in AcpiPsParseLoop() local
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsxfname.c571 ACPI_PARSE_STATE ParserState; in ACPI_EXPORT_SYMBOL() local
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswstate.c672 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiDsInitAmlWalk() local
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvparser.c608 ACPI_PARSE_STATE *ParserState) in CvCaptureCommentsOnly()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h97 ACPI_PARSE_STATE ParserState; /* Current state of parser */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp208 enum ParserState { enum in __anon101c24c70111::WebAssemblyAsmParser
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp78 enum ParserState : unsigned char { enum