Searched defs:ha (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang/test/AST/Interp/ |
H A D | weak.cpp |
|
/llvm-project/flang/test/Semantics/ |
H A D | structconst07.f90 | 9 type(hasAllocatable) ha variable
|
H A D | data01.f90 | 69 type(hasAlloc) ha local
|
H A D | argshape01.f90 | 4 integer :: ha = 1 variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-flag-enum.c | 37 ha = 0x1, enumerator
|
/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 65 static uint16_t ha(uint32_t v) { return (v + 0x8000) >> 16; } in ha() function [all...] |
H A D | PPC64.cpp | 423 static uint64_t ha(uint64_t v) { return (v + 0x8000) >> 16; } in ha() function [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | ppc64.h | 264 inline static uint16_t ha(uint64_t x) { return (x + 0x8000) >> 16; } in ha() function
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 664 auto &ha = heap_allocations_storage[heap_allocations_count++]; in CopyAllocations() local 838 for (const auto &ha : allocations.heap) { in PrintAddressDescription() local [all...] |
H A D | hwasan_allocator.cpp | 365 if (auto *ha = t->heap_allocations()) HwasanDeallocate() local
|
/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 1057 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 D | visibility.cpp | 129 HIDDEN foo ha, hb, hc, hd; variable 1014 HIDDEN foo ha, hb, hc, hd, he, hf; variable
|