Searched refs:_loc (Results 1 – 4 of 4) sorted by relevance
244 #define LINDA_EPB_LOC_ADDRESS( _loc ) ( (_loc) & 0xffff ) argument245 #define LINDA_EPB_LOC_CS( _loc ) ( (_loc) >> 16 ) argument
46 self._loc = self._data['location']52 fileName = self._report.files[self._loc['file']]58 return self._loc['line']61 return self._loc['col']
52 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~…
1310 self._loc = conf.lib.clang_getCursorLocation(self)1312 return self._loc