Home
last modified time | relevance | path

Searched refs:LocationList (Results 1 – 2 of 2) sorted by relevance

/acpica-3.7.0/source/compiler/
Daslerror.c1144 LocationNode = Current->LocationList; in AslCheckExpectedExceptions()
1263 NewErrorLocationNode->Next = Current->LocationList; in AslLogExpectedExceptionByLine()
1264 Current->LocationList = NewErrorLocationNode; in AslLogExpectedExceptionByLine()
1408 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()
Dasltypes.h400 struct asl_location_node *LocationList; member