Home
last modified time | relevance | path

Searched refs:thisp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp394 PlatformDarwinKernel *thisp, const std::string &dir) { in AddRootSubdirsToSearchPaths() argument
405 thisp->m_search_directories.push_back(testdir); in AddRootSubdirsToSearchPaths()
409 thisp->m_search_directories_no_recursing.push_back(FileSpec(dir + "/")); in AddRootSubdirsToSearchPaths()
430 PlatformDarwinKernel *thisp = (PlatformDarwinKernel *)baton; in FindKDKandSDKDirectoriesInDirectory() local
435 AddRootSubdirsToSearchPaths(thisp, file_spec.GetPath()); in FindKDKandSDKDirectoriesInDirectory()
502 PlatformDarwinKernel *thisp = (PlatformDarwinKernel *)baton; in GetKernelsAndKextsInDirectoryHelper() local
518 thisp->m_kernel_binaries_with_dsyms.push_back(file_spec); in GetKernelsAndKextsInDirectoryHelper()
524 thisp->m_kernel_binaries_without_dsyms.push_back(file_spec); in GetKernelsAndKextsInDirectoryHelper()
530 thisp->m_kernel_dsyms_yaas.push_back(file_spec); in GetKernelsAndKextsInDirectoryHelper()
537 AddKextToMap(thisp, file_spec); in GetKernelsAndKextsInDirectoryHelper()
[all …]
DPlatformDarwinKernel.h91 static void AddRootSubdirsToSearchPaths(PlatformDarwinKernel *thisp,
119 static void AddKextToMap(PlatformDarwinKernel *thisp,
/external/python/cpython3/Modules/
Dsre_lib.h20 Py_ssize_t thisp, thatp; in SRE() local
49 thisp = ((void*) ptr < state->end) ? in SRE()
51 return thisp != thatp; in SRE()
58 thisp = ((void*) ptr < state->end) ? in SRE()
60 return thisp == thatp; in SRE()
67 thisp = ((void*) ptr < state->end) ? in SRE()
69 return thisp != thatp; in SRE()
76 thisp = ((void*) ptr < state->end) ? in SRE()
78 return thisp == thatp; in SRE()
85 thisp = ((void*) ptr < state->end) ? in SRE()
[all …]
/external/python/cpython2/Modules/
D_sre.c341 Py_ssize_t thisp, thatp; in SRE_AT() local
370 thisp = ((void*) ptr < state->end) ? in SRE_AT()
372 return thisp != thatp; in SRE_AT()
379 thisp = ((void*) ptr < state->end) ? in SRE_AT()
381 return thisp == thatp; in SRE_AT()
388 thisp = ((void*) ptr < state->end) ? in SRE_AT()
390 return thisp != thatp; in SRE_AT()
397 thisp = ((void*) ptr < state->end) ? in SRE_AT()
399 return thisp == thatp; in SRE_AT()
407 thisp = ((void*) ptr < state->end) ? in SRE_AT()
[all …]