Home
last modified time | relevance | path

Searched defs:buf2 (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/mpi/
H A Dtype-mismatch.cpp11 short buf2; in charNegativeTest() local
41 unsigned buf2; in intNegativeTest() local
75 unsigned buf2; in longNegativeTest() local
109 unsigned buf2; in int8_tNegativeTest() local
143 unsigned buf2; in complex_c_long_double_complexNegativeTest() local
177 unsigned buf2; in complex_cxx_float_complexNegativeTest() local
213 UNSIGNED buf2; in skippedTypesTests() local
231 int buf2; in positiveTests() local
H A Dbuffer-deref.cpp11 unsigned **buf2; in negativeTests() local
32 unsigned *buf2; in positiveTests() local
/llvm-project/clang/test/CodeGen/X86/
H A Damx_complex_api.c10 char buf2[1024]; variable
H A Damx_api.c9 char buf2[1024]; variable
/llvm-project/compiler-rt/test/fuzzer/
H A DCustomAllocator.cpp16 static const char *buf2 = "bbbb"; variable
/llvm-project/libcxx/test/libcxx/utilities/utility/
H A Dsmall_buffer.pass.cpp60 auto buf2 = std::move(buf); in main() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cpp108 char buf2[1024]; in TestAgainstLibc() local
/llvm-project/clang/test/Sema/
H A Dattr-diagnose-as-builtin.c60 char buf2[11]; in call_memcpy2() local
/llvm-project/clang/test/CodeGen/
H A Dalloc-size.c256 short *const buf2 = ((short*)(my_malloc(100))); in test9() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp883 SmallString<256> buf2; in checkCall_rand() local
1055 SmallString<256> buf2; in checkUncheckedReturnValue() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp865 auto buf2 = genAllocBuffer(rewriter, loc, bufferSz2, token); in rewriteSpGEMM() local
1012 auto buf2 = genAllocBuffer(rewriter, loc, bufferSz2, token); in rewrite2To4SpMM() local
/llvm-project/clang/test/Analysis/
H A Dmalloc.c214 char *buf2 = (char*)realloc(buf, 0x1000000); in reallocRadar6337483_2() local
236 char *buf2 = (char*)realloc(buf, 0x1000000); in reallocRadar6337483_4() local
252 char *buf2 = (char*)reallocf(buf, 0x1000000); in reallocfRadar6337483_4() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp800 mgpuSpGEMMCompute(void * s,int32_t ma,int32_t mb,void * a,void * b,void * c,int32_t ctp,intptr_t bsz2,void * buf2,CUstream) mgpuSpGEMMCompute() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2160 kmp_cpuid buf2; get_leaf4_levels() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1374 char buf2[1000]; in TEST() local