Home
last modified time | relevance | path

Searched defs:ha (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/AST/Interp/
H A Dweak.cpp
/llvm-project/flang/test/Semantics/
H A Dstructconst07.f909 type(hasAllocatable) ha variable
H A Ddata01.f9069 type(hasAlloc) ha local
H A Dargshape01.f904 integer :: ha = 1 variable
/llvm-project/clang/test/Sema/
H A Dattr-flag-enum.c37 ha = 0x1, enumerator
/llvm-project/lld/ELF/Arch/
H A DPPC.cpp65 static uint16_t ha(uint32_t v) { return (v + 0x8000) >> 16; } in ha() function
[all...]
H A DPPC64.cpp423 static uint64_t ha(uint64_t v) { return (v + 0x8000) >> 16; } in ha() function
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h264 inline static uint16_t ha(uint64_t x) { return (x + 0x8000) >> 16; } in ha() function
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp664 auto &ha = heap_allocations_storage[heap_allocations_count++]; in CopyAllocations() local
838 for (const auto &ha : allocations.heap) { in PrintAddressDescription() local
[all...]
H A Dhwasan_allocator.cpp365 if (auto *ha = t->heap_allocations()) HwasanDeallocate() local
/llvm-project/lld/ELF/
H A DThunks.cpp1057 uint16_t ha = (offset + 0x8000) >> 16, l = (uint16_t)offset; writePPC32PltCallStub() local
1100 auto ha = [](uint32_t v) -> uint16_t { return (v + 0x8000) >> 16; }; writeTo() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dvisibility.cpp129 HIDDEN foo ha, hb, hc, hd; variable
1014 HIDDEN foo ha, hb, hc, hd, he, hf; variable