| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Endian.h | 63 inline value_type read(const void *memory, endianness endian) { in read() 76 inline value_type read(const void *memory) { in read() 83 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext() 91 inline value_type readNext(const CharT *&memory) { in readNext() 97 inline void write(void *memory, value_type value, endianness endian) { in write() 107 inline void write(void *memory, value_type value) { in write() 117 inline value_type readAtBitAlignment(const void *memory, uint64_t startBit) { in readAtBitAlignment() 151 inline void writeAtBitAlignment(void *memory, value_type value, in writeAtBitAlignment()
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | MemoryMatcher.cpp | 12 namespace memory { namespace
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_c_bionic.cpp | 57 const char *memory, const char *memory_tags, in __scudo_get_error_info()
|
| /llvm-project-15.0.7/mlir/lib/Rewrite/ |
| H A D | ByteCode.h | 81 std::vector<const void *> memory; variable
|
| H A D | ByteCode.cpp | 1054 const ByteCodeField *curCodeIt, MutableArrayRef<const void *> memory, in ByteCodeExecutor() 1291 MutableArrayRef<const void *> memory; member in __anonaa7cf1d91411::ByteCodeExecutor
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | FSM.py | 102 def __init__(self, initial_state, memory=None): argument
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 838 void *memory = allocate( variable 855 void *memory = allocate(AttributeFactory::AvailabilityAllocSize); in create() local 865 void *memory = allocate( in create() local 879 void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize); in createTypeTagForDatatype() local 890 void *memory = allocate( in createTypeAttribute() local 903 void *memory = allocate(AttributeFactory::PropertyAllocSize); in createPropertyAttribute() local
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/ |
| H A D | TestDenseDataFlowAnalysis.cpp | 186 auto memory = dyn_cast<MemoryEffectOpInterface>(op); in visitOperation() local
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.h | 139 unsigned memory; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUOpsLowering.cpp | 96 Value memory = rewriter.create<LLVM::GEPOp>( in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | Pattern.cpp | 274 Value memory = in copyUnrankedDescriptors() local
|
| H A D | MemRefBuilder.cpp | 45 MemRefType type, Value memory) { in fromStaticShape()
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unused-local-typedef.cpp | 231 char memory[sizeof(MyStruct)]; in placement_new_and_delete() local
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 204 #define OWNED_BY_RTL(heap, memory) \ argument
|
| /llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 1252 llvm::SmallVector<uint8_t, 8> memory(syscall_data.Insn.size()); in Syscall() local
|
| /llvm-project-15.0.7/openmp/tools/archer/ |
| H A D | ompt-tsan.cpp | 244 std::list<void *> memory; member
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 1745 hwloc_obj_t memory; in __kmp_affinity_create_hwloc_map() local 1815 hwloc_obj_t memory; in __kmp_affinity_create_hwloc_map() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 105 enum ProfileKinds { instr, sample, memory }; enumerator
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 532 def __init__(self, tu, memory, count): argument
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | malloc.c | 1697 void testReallocEscaped(void **memory) { in testReallocEscaped()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 354 iterator_range<MemoryMemberSet::const_iterator> memory() const { in memory() function in __anonf7cb05f80111::CongruenceClass
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9041 void *memory = Allocate(sizeof(OverloadedTemplateStorage) + in getOverloadedTemplateName() local
|