Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c174 ACPI_PARSE_STATE *ParserState) in AcpiPsGetParentScope()
197 ACPI_PARSE_STATE *ParserState) in AcpiPsHasCompletedScope()
221 ACPI_PARSE_STATE *ParserState, in AcpiPsInitScope()
266 ACPI_PARSE_STATE *ParserState, in AcpiPsPushScope()
328 ACPI_PARSE_STATE *ParserState, in AcpiPsPopScope()
386 ACPI_PARSE_STATE *ParserState) in AcpiPsCleanupScope()
H A Dpsargs.c194 ACPI_PARSE_STATE *ParserState) in AcpiPsGetNextPackageLength()
269 ACPI_PARSE_STATE *ParserState) in AcpiPsGetNextPackageEnd()
303 ACPI_PARSE_STATE *ParserState) in AcpiPsGetNextNamestring()
386 ACPI_PARSE_STATE *ParserState, in AcpiPsGetNextNamepath()
559 ACPI_PARSE_STATE *ParserState, in AcpiPsGetNextSimpleArg()
735 ACPI_PARSE_STATE *ParserState) in AcpiPsGetNextField()
1050 ACPI_PARSE_STATE *ParserState, in AcpiPsGetNextArg()
H A Dpsparse.c217 ACPI_PARSE_STATE *ParserState) in AcpiPsPeekOpcode()
450 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiPsNextParseState() local
H A Dpsloop.c372 ACPI_PARSE_STATE *ParserState; in AcpiPsParseLoop() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinTemplatesEmitter.cpp28 struct ParserState { struct
29 size_t UniqueCounter = 0;
30 size_t CurrentDepth = 0;
31 bool EmittedSizeTInfo = false;
32 bool EmittedUint32TInfo = false;
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c678 ACPI_PARSE_STATE ParserState; in ACPI_EXPORT_SYMBOL() local
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c716 ACPI_PARSE_STATE *ParserState) in CvCaptureCommentsOnly()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswstate.c780 ACPI_PARSE_STATE *ParserState = &WalkState->ParserState; in AcpiDsInitAmlWalk() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h41 enum ParserState : unsigned char { enum
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp187 enum ParserState { Start = 0, InType, InPos } state = Start; in ObjCRuntimeMethodType() enum
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h205 ACPI_PARSE_STATE ParserState; /* Current state of parser */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp238 enum ParserState { enum in __anon9b7df71c0111::WebAssemblyAsmParser