Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c174 ACPI_PARSE_STATE *ParserState) in AcpiPsGetParentScope() argument
197 ACPI_PARSE_STATE *ParserState) in AcpiPsHasCompletedScope() argument
221 ACPI_PARSE_STATE *ParserState, in AcpiPsInitScope() argument
266 AcpiPsPushScope(ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT * Op,UINT32 RemainingArgs,UINT32 ArgCount) AcpiPsPushScope() argument
328 AcpiPsPopScope(ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT ** Op,UINT32 * ArgList,UINT32 * ArgCount) AcpiPsPopScope() argument
386 AcpiPsCleanupScope(ACPI_PARSE_STATE * ParserState) AcpiPsCleanupScope() argument
[all...]
H A Dpsargs.c190 AcpiPsGetNextPackageLength(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextPackageLength() argument
247 AcpiPsGetNextPackageEnd(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextPackageEnd() argument
281 AcpiPsGetNextNamestring(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextNamestring() argument
364 AcpiPsGetNextNamepath(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,ACPI_PARSE_OBJECT * Arg,BOOLEAN PossibleMethodCall) AcpiPsGetNextNamepath() argument
537 AcpiPsGetNextSimpleArg(ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT * Arg) AcpiPsGetNextSimpleArg() argument
637 AcpiPsGetNextField(ACPI_PARSE_STATE * ParserState) AcpiPsGetNextField() argument
895 AcpiPsGetNextArg(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT ** ReturnArg) AcpiPsGetNextArg() argument
[all...]
H A Dpsparse.c217 ACPI_PARSE_STATE *ParserState) in AcpiPsPeekOpcode() argument
450 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiPsNextParseState() local
[all...]
H A Dpsloop.c372 ACPI_PARSE_STATE *ParserState; AcpiPsParseLoop() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c678 ACPI_PARSE_STATE ParserState; in ACPI_EXPORT_SYMBOL() local
[all...]
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c716 ACPI_PARSE_STATE *ParserState) in CvCaptureCommentsOnly() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c780 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiDsInitAmlWalk() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h41 enum ParserState : unsigned char { enum
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp186 enum ParserState { Start = 0, InType, InPos } state = Start; in ObjCRuntimeMethodType() enum
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacstruct.h205 ACPI_PARSE_STATE ParserState; /* Current state of parser */ member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp209 enum ParserState { global() enum in __anon507efb2e0111::WebAssemblyAsmParser