/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { in read() argument 69 [[nodiscard]] inline value_type read(const void *memory) { in read() argument 77 [[nodiscard]] inline value_type readNext(const CharT *&memory, in readNext() argument 86 [[nodiscard]] inline value_type readNext(const CharT *&memory) { in readNext() argument 92 write(void * memory,value_type value,endianness endian) write() argument 102 write(void * memory,value_type value) write() argument 110 writeNext(CharT * & memory,value_type value,endianness endian) writeNext() argument 117 writeNext(CharT * & memory,value_type value) writeNext() argument 127 readAtBitAlignment(const void * memory,uint64_t startBit) readAtBitAlignment() argument 162 writeAtBitAlignment(void * memory,value_type value,uint64_t startBit) writeAtBitAlignment() argument [all...] |
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c_bionic.cpp | 44 const char *ring_buffer, size_t ring_buffer_size, const char *memory, in __scudo_get_error_info()
|
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 66 static uint8_t memory[MEMORY_SIZE]; global() variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 756 void *memory = allocate( global() variable 774 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); create() local 785 void *memory = allocate( create() local 799 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); createTypeTagForDatatype() local 811 void *memory = allocate( createTypeAttribute() local 824 void *memory = allocate(AttributeFactory::PropertyAllocSize); createPropertyAttribute() local [all...] |
/llvm-project/lldb/test/API/functionalities/scripted_process/ |
H A D | dummy_scripted_process.py | 21 memory = None variable in DummyScriptedProcess
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 44 static uint8_t memory[MEMORY_SIZE]; global() variable
|
/llvm-project/mlir/lib/Rewrite/ |
H A D | ByteCode.h | 91 std::vector<const void *> memory; variable
|
H A D | ByteCode.cpp | 1117 const ByteCodeField *curCodeIt, MutableArrayRef<const void *> memory, in ByteCodeExecutor() 1405 MutableArrayRef<const void *> memory; member in __anon22ebf8dc1611::ByteCodeExecutor
|
/llvm-project/flang/runtime/ |
H A D | temporary-stack.cpp | 111 void *memory = AllocateMemoryOrCrash(terminator_, bytes); in cloneDescriptor() local
|
/llvm-project/mlir/test/lib/Analysis/DataFlow/ |
H A D | TestDenseForwardDataFlowAnalysis.cpp | 89 // If we can't reason about the memory effects, then conservatively assume we in visitOperation() local
|
H A D | TestDenseBackwardDataFlowAnalysis.cpp | 85 auto memory = dyn_cast<MemoryEffectOpInterface>(op); visitOperation() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 139 unsigned memory; member
|
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | Pattern.cpp | 296 Value memory = copyUnrankedDescriptors() local
|
H A D | MemRefBuilder.cpp | 45 MemRefType type, Value memory) { in fromStaticShape() argument 51 MemRefType type, Value memory, Value alignedMemory) { in fromStaticShape() argument
|
/llvm-project/libcxx/test/support/ |
H A D | min_allocator.h | 466 T* memory = std::allocator<T>().allocate(n); in allocate() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-local-typedef.cpp | 231 char memory[sizeof(MyStruct)]; in placement_new_and_delete() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_win.cpp | 204 OWNED_BY_RTL(heap,memory) global() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | owning-memory.cpp | 17 gsl::owner<T> memory; member in unique_ptr
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUOpsLowering.cpp | 133 Value memory = matchAndRewrite() local [all...] |
/llvm-project/clang/test/Sema/ |
H A D | uninit-variables.c | 399 double (*memory)[2][x] = malloc(sizeof(*memory)); // no-warning in test_vla_sizeof() local
|
/llvm-project/lldb/unittests/Instruction/RISCV/ |
H A D | TestRISCVEmulator.cpp | 29 uint8_t memory[1024] = {0}; member
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 1366 llvm::SmallVector<uint8_t, 8> memory(syscall_data.Insn.size()); Syscall() local [all...] |
/llvm-project/openmp/tools/archer/ |
H A D | ompt-tsan.cpp | 228 std::list<void *> memory; member
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 1861 hwloc_obj_t memory; __kmp_affinity_create_hwloc_map() local 1934 hwloc_obj_t memory; __kmp_affinity_create_hwloc_map() local [all...] |
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 76 enum ProfileKinds { instr, sample, memory }; global() enumerator
|