Searched refs:buf0 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/go/ |
| H A D | test.c | 55 char *buf0; variable 67 buf0 = mmap(go_heap, 16384, PROT_READ | PROT_WRITE, in main() 69 if (buf0 == MAP_FAILED) { in main() 74 char *buf = (char*)((unsigned long)buf0 + (64<<10) - 1 & ~((64<<10) - 1)); in main()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/ |
| H A D | expressions.test | 26 CHECK: (lldb) print sum(buf0, 1) 30 CHECK: (lldb) print sum(buf0, result - 28)
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
| H A D | ExpressionsTest1.script | 1 print sum(buf0, 1)
|
| H A D | ExpressionsTest2.script | 1 print sum(buf0, result - 28)
|
| H A D | ExpressionsTest.cpp | 4 char *buf0 = nullptr; variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | win64_alloca_dynalloca.ll | 14 %buf0 = alloca i8, i64 4096, align 1 65 %r = call i64 @bar(i64 %n, i64 %x, i64 %n, ptr %buf0, ptr %buf1) nounwind
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | alloc-size.c | 254 short *const buf0 = (my_malloc(100)); in test9() local 259 gi = OBJECT_SIZE_BUILTIN(buf0, 0); in test9()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | lower-wasm-sjlj.ll | 122 %buf0 = alloca [1 x %struct.__jmp_buf_tag], align 16 129 …etelementptr inbounds [1 x %struct.__jmp_buf_tag], [1 x %struct.__jmp_buf_tag]* %buf0, i32 0, i32 0
|
| H A D | lower-em-sjlj.ll | 265 %buf0 = alloca [1 x %struct.__jmp_buf_tag], align 16 272 …etelementptr inbounds [1 x %struct.__jmp_buf_tag], [1 x %struct.__jmp_buf_tag]* %buf0, i32 0, i32 0
|