Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DDataExtractorTest.cpp16 uint8_t buffer[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF}; in TEST() local
55 uint8_t buffer[] = {0x01, 0x02, 0x03, 0x04}; in TEST() local
71 uint8_t buffer[] = {'X', 'f', 'o', 'o', '\0'}; in TEST() local
80 uint8_t buffer[] = {'X', '\0'}; in TEST() local
89 uint8_t buffer[] = {'X', 'f', 'o', 'o'}; in TEST() local
98 uint8_t buffer[] = {'X'}; in TEST() local
107 uint8_t buffer[] = {'f', 'o', 'o', '\0'}; in TEST() local
308 uint8_t buffer[] = {0x00, 0x00, 0x80, 0x40}; in TEST() local
318 uint8_t buffer[] = {0x40, 0x80, 0x00, 0x00}; in TEST() local
332 uint8_t buffer[] = {0x00, 0x00, 0x00, 0x80, 0x40}; in TEST() local
[all …]
/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dplus_plus.pass.cpp26 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
44 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
62 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
80 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
100 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
118 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
136 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
156 int buffer[] = {0, 1, 2, 3, 4}; in test() local
H A Darrow.pass.cpp26 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
46 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
70 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
/llvm-project-15.0.7/clang/test/Misc/
H A Dbackend-stack-frame-diagnostics.cpp30 char buffer[80]; in frameSizeWarning() local
41 char buffer[80]; in frameSizeWarningIgnored() local
49 char buffer[80]; in frameSizeLocalClassWarning() local
59 char buffer[80]; in frameSizeLambdaWarning() local
68 char buffer[80]; in frameSizeBlocksWarning() local
/llvm-project-15.0.7/llvm/utils/
H A DDSAclean.py24 buffer = input.readline() variable
28 buffer = input.readline() variable
33 buffer = input.readline() variable
H A DDSAextract.py61 buffer = input.readline() variable
72 buffer = input.readline() variable
88 buffer = input.readline() variable
112 buffer = input.readline() variable
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h188 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
199 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read()
208 static void read(ArrayRef<T> buffer, NoneType, DataTy &&...data) { in read()
225 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
235 static void read(ArrayRef<T> buffer, DataTy &data) { in read()
240 template <typename T> static void read(ArrayRef<T> buffer, NoneType) { in read()
254 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
261 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
273 static void emit(llvm::BitstreamWriter &Stream, BufferTy &buffer, in emit()
291 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read()
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-init-statement-template.cpp15 void init_in_if(Buffer<N> buffer) { in init_in_if()
21 void init_in_switch(Buffer<N> buffer) { in init_in_switch()
29 Buffer<10> buffer; in test() local
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.floating_point.pass.cpp59 std::array<char, 128> buffer; in test() local
83 std::array<char, 25'000> buffer; in test_hex_lower_case_precision() local
122 std::array<char, 25'000> buffer; in test_hex_upper_case_precision() local
163 std::array<char, 25'000> buffer; in test_scientific_lower_case_precision() local
202 std::array<char, 25'000> buffer; in test_scientific_upper_case_precision() local
243 std::array<char, 25'000> buffer; in test_fixed_lower_case_precision() local
282 std::array<char, 25'000> buffer; in test_fixed_upper_case_precision() local
323 std::array<char, 25'000> buffer; in test_general_lower_case_precision() local
362 std::array<char, 25'000> buffer; in test_general_upper_case_precision() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h28 virtual bool Format(char *buffer, uptr size) { in Format()
37 inline bool FormatString(char *buffer, uptr size, const char *str_to_use) { in FormatString()
78 inline bool FlagHandler<bool>::Format(char *buffer, uptr size) { in Format()
99 inline bool FlagHandler<HandleSignalMode>::Format(char *buffer, uptr size) { in Format()
111 inline bool FlagHandler<const char *>::Format(char *buffer, uptr size) { in Format()
125 inline bool FlagHandler<int>::Format(char *buffer, uptr size) { in Format()
140 inline bool FlagHandler<uptr>::Format(char *buffer, uptr size) { in Format()
155 inline bool FlagHandler<s64>::Format(char *buffer, uptr size) { in Format()
H A Dsanitizer_stacktrace_printer.cpp108 InternalScopedString *buffer) { in MaybeBuildIdToBuffer()
122 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
250 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
281 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation()
300 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
H A Dsanitizer_symbolizer_markup.cpp41 static char buffer[kFormatDemangleMax]; in Demangle() local
70 char buffer[kFormatFunctionMax]; in SymbolizePC() local
84 void RenderData(InternalScopedString *buffer, const char *format, in RenderData()
92 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DRuntimeCrashTest.cpp58 static char buffer[bufferSize]; in TEST() local
68 static char buffer[bufferSize]; in TEST() local
84 static char buffer[bufferSize]; in TEST() local
95 static char buffer[bufferSize]; in TEST() local
106 static char buffer[bufferSize]; in TEST() local
117 static char buffer[bufferSize]; in TEST() local
135 static char buffer[bufferSize]; in TEST() local
153 static char buffer[bufferSize]; in TEST() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp414 char buffer[256]; in __kmp_stg_parse_file() local
653 static void __kmp_stg_print_thread_limit(kmp_str_buf_t *buffer, in __kmp_stg_print_thread_limit()
680 static void __kmp_stg_print_teams_th_limit(kmp_str_buf_t *buffer, in __kmp_stg_print_teams_th_limit()
1052 static void __kmp_stg_print_nesting_mode(kmp_str_buf_t *buffer, in __kmp_stg_print_nesting_mode()
1329 static void __kmp_stg_print_task_stealing(kmp_str_buf_t *buffer, in __kmp_stg_print_task_stealing()
1453 static void __kmp_stg_print_disp_buffers(kmp_str_buf_t *buffer, in __kmp_stg_print_disp_buffers()
1834 static void __kmp_stg_print_cpuinfo_file(kmp_str_buf_t *buffer, in __kmp_stg_print_cpuinfo_file()
2157 char *buffer = NULL; // Copy of env var value. in __kmp_parse_affinity_env() local
6281 kmp_str_buf_t buffer; in __kmp_env_print() local
6329 kmp_str_buf_t buffer; in __kmp_display_env_impl() local
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/process/launch/
H A Dprint_cwd.cpp7 #define getcwd(buffer, length) _getcwd(buffer, length) argument
15 char buffer[1024]; in main() local
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/
H A Dcpo.pass.cpp41 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
59 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
/llvm-project-15.0.7/libc/test/src/time/
H A Dasctime_r_test.cpp19 int wday, int yday, char *buffer) { in call_asctime_r()
33 char buffer[TimeConstants::ASCTIME_BUFFER_SIZE]; in TEST() local
45 char buffer[TimeConstants::ASCTIME_BUFFER_SIZE]; in TEST() local
/llvm-project-15.0.7/libcxxabi/src/
H A Dabort_message.cpp48 char* buffer; in abort_message() local
56 char* buffer; in abort_message() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_leb128_test.cpp40 u8 buffer[16] = {255}; in TYPED_TEST() local
50 u8 buffer[16] = {}; in TYPED_TEST() local
64 u8 buffer[16] = {255}; in TYPED_TEST() local
74 u8 buffer[16] = {}; in TYPED_TEST() local
/llvm-project-15.0.7/clang/test/PCH/
H A Dva_arg.cpp16 void f(char *buffer, unsigned count, const char* format, va_list argptr) { in f()
20 void g(char *buffer, const char *format, __ms_va_list argptr) { in g()
/llvm-project-15.0.7/compiler-rt/test/safestack/
H A Doverflow.c15 void fct(volatile int *buffer) in fct()
24 int buffer[5]; in main() local
/llvm-project-15.0.7/clang/test/Analysis/cert/
H A Dpos34-c-fp-suppression.cpp19 char *buffer = (char *)"huttah!"; in foo() local
28 char *buffer = (char *)malloc(5); in bar() local
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Dincrement.pass.cpp63 int buffer[2] = {1, 2}; in test() local
85 int buffer[2] = {1, 2}; in test() local
107 int buffer[3] = {4, 5, 6}; in test() local
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp81 BigRadixFloatingPointNumber<PREC, LOG10RADIX>::ConvertToDecimal(char *buffer, in ConvertToDecimal()
281 ConversionToDecimalResult ConvertToDecimal(char *buffer, std::size_t size, in ConvertToDecimal()
339 ConversionToDecimalResult ConvertFloatToDecimal(char *buffer, std::size_t size, in ConvertFloatToDecimal()
346 ConversionToDecimalResult ConvertDoubleToDecimal(char *buffer, std::size_t size, in ConvertDoubleToDecimal()
354 ConversionToDecimalResult ConvertLongDoubleToDecimal(char *buffer, in ConvertLongDoubleToDecimal()
361 ConversionToDecimalResult ConvertLongDoubleToDecimal(char *buffer, in ConvertLongDoubleToDecimal()
/llvm-project-15.0.7/libc/test/src/string/memory_utils/
H A Delements_test.cpp54 void Randomize(cpp::MutableArrayRef<char> buffer) { in Randomize()
62 Buffer<Element> buffer; in GetRandomBuffer() local
69 const auto buffer = GetRandomBuffer<ParamType>(); in TYPED_TEST() local
104 const auto buffer = GetRandomBuffer<ParamType>(); in TYPED_TEST() local

12345678910>>...22