Home
last modified time | relevance | path

Searched defs:core (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/
H A Dgoogle-namespaces.h6 class core; variable
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst26 core section in Default Checkers
32 .. _core-CallAndMessage: argument
43 core.DivideZero (C, C++, ObjC) argument
125 core.StackAddressEscape (C) argument
164 core.VLASize (C) argument
1522 alpha.core.BoolAssignment (ObjC)
1534 alpha.core.C11Lock
1573 alpha.core.CastSize (C)
1647 alpha.core.FixedAddr (C)
1704 alpha.core.PointerSub (C)
[all …]
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_tree.c157 __isl_keep isl_union_set *core) in node_is_core()
182 __isl_take isl_schedule_node *node, __isl_keep isl_union_set *core) in core_child()
213 __isl_take isl_schedule_node *node, __isl_keep isl_union_set *core) in gpu_tree_move_down_to_shared()
230 __isl_take isl_schedule_node *node, __isl_keep isl_union_set *core) in gpu_tree_move_down_to_thread()
286 __isl_keep isl_union_set *core) in gpu_tree_move_down_to_depth()
H A Dgpu.h400 isl_union_set *core; member
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Ddata.cpp19 namespace core { namespace
H A Dsystem.cpp100 namespace core { namespace
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py321 def do_test_deeper_stack(self, binary, core, pid): argument
345 def do_change_pid_in_minidump(self, core, newcore, offset, oldpid, newpid): argument
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp35 ArchSpec::Core core; member
243 ArchSpec::Core core; member
474 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) { in FindCoreDefinition()
496 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) { in FindArchDefinitionEntry()
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp119 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore(); in ReadJITEntry() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp4003 int core = 0; in __kmp_affinity_find_core() local
4396 int core = __kmp_affinity_find_core(i, depth - 1, core_level); in __kmp_aux_affinity_initialize() local
5005 int core = in __kmp_balanced_affinity() local
5017 int core = 0; in __kmp_balanced_affinity() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp167 ObjectFileELF *core = (ObjectFileELF *)(m_core_module_sp->GetObjectFile()); in DoLoadCore() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp498 static llvm::ArrayRef<const char *> GetCompatibleArchs(ArchSpec::Core core) { in GetCompatibleArchs()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp286 namespace core { namespace
1897 namespace core { namespace
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1797 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore(); in SetThreadStopInfo() local