Home
last modified time | relevance | path

Searched refs:__globals (Results 1 – 5 of 5) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception_storage.cpp33 __cxa_eh_globals * __globals () { in __globals() function
40 __cxa_eh_globals * __cxa_get_globals () { return __globals (); } in __cxa_get_globals()
41 __cxa_eh_globals * __cxa_get_globals_fast () { return __globals (); } in __cxa_get_globals_fast()
/external/llvm-project/libcxxabi/src/
Dcxa_exception_storage.cpp32 __cxa_eh_globals * __globals () { in __globals() function
39 __cxa_eh_globals * __cxa_get_globals () { return __globals (); } in __cxa_get_globals()
40 __cxa_eh_globals * __cxa_get_globals_fast () { return __globals (); } in __cxa_get_globals_fast()
/external/python/cpython2/Lib/
Dsymtable.py124 __globals = None variable in Function
143 if self.__globals is None:
146 self.__globals = self.__idents_matching(test)
147 return self.__globals
/external/python/cpython3/Lib/
Dsymtable.py117 __globals = None variable in Function
137 if self.__globals is None:
140 self.__globals = self.__idents_matching(test)
141 return self.__globals
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbinline.py188 def MakeInlineTest(__file, __globals, decorators=None, name=None, argument
207 __globals.update({name: test_class})