Searched defs:dataBuffer (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/unittests/TestingSupport/ | ||
H A D | TestUtilities.h | 51 lldb::DataBufferSP dataBuffer() { in dataBuffer() function |
/llvm-project/mlir/lib/Conversion/VectorToSCF/ | ||
H A D | VectorToSCF.cpp | 277 Value dataBuffer; global() member |
/llvm-project/clang/test/Analysis/ | ||
H A D | string.c | 1703 char * dataBuffer = (char *)malloc(100*sizeof(char)); CWE124_Buffer_Underwrite__malloc_char_cpy() local |