Home
last modified time | relevance | path

Searched defs:BUFSIZE (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Lexer/
H A Ddigraph.c14 %:define BUFSIZE 512 macro
/llvm-project/libc/src/__support/File/
H A Ddir.h38 static constexpr size_t BUFSIZE = 1024; variable
/llvm-project/libc/test/src/__support/CPP/
H A Dstringstream_test.cpp31 constexpr size_t BUFSIZE = 8; in TEST() local
/llvm-project/clang/test/Analysis/
H A Dtaint-generic.cpp3 #define BUFSIZE global() macro
H A Dtaint-tester.c5 #define BUFSIZE 10 macro
H A Dtaint-generic.c165 #define BUFSIZE global() macro
H A Dmalloc.c1903 enum { BUFSIZE = 256 }; enumerator