Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h88 struct LocationList { struct
97 using LocationLists = SmallVector<LocationList, 4>; argument
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslerror.c1036 LocationNode = Current->LocationList; in AslCheckExpectedExceptions()
1155 NewErrorLocationNode->Next = Current->LocationList; in AslLogExpectedExceptionByLine()
1156 Current->LocationList = NewErrorLocationNode; in AslLogExpectedExceptionByLine()
1300 CurrentErrorLocation = Current->LocationList; in AslIsExceptionExpected()
H A Dasltypes.h292 struct asl_location_node *LocationList; member