Home
last modified time | relevance | path

Searched +defs:buffer +defs:base +defs:buffer (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dsetbuf.pass.cpp31 CharT* base() { return this->pbase(); } base() function
37 filebuf<CharT> buffer; buffered_request() local
52 filebuf<CharT> buffer; unbuffered_request_before_open() local
71 filebuf<CharT> buffer; unbuffered_request_after_open() local
88 filebuf<CharT> buffer; unbuffered_request_after_open_ate() local
[all...]
/llvm-project/libcxx/benchmarks/
H A Dto_chars.bench.cpp
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.reverse/
H A Dbase.pass.cpp22 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
30 std::same_as<BidirRange> auto base = rev.base(); in test() local
42 std::same_as<BidirRange> auto base = rev.base(); in test() local
56 std::same_as<BidirSentRange<MoveOnly>> auto base = std::move(rev).base(); in test() local
64 std::same_as<BidirSentRange<Copyable>> auto base = rev.base(); in test() local
/llvm-project/libcxx/test/std/iterators/predef.iterators/counted.iterator/
H A Dincrement.pass.cpp34 constexpr It base() const {return it_;} in base() function in ThrowsOnInc
63 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
119 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in main() local
H A Dminus.iter.pass.cpp33 constexpr It base() const {return it_;} in base() function in CommonWithForwardIter
47 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
H A Dctor.conv.pass.cpp32 constexpr int *base() const {return it_;} in base() function in ConvertibleTo
47 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
H A Dthree_way_compare.pass.cpp33 constexpr It base() const {return it_;} in base() function in CommonWithForwardIter
47 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
H A Diter_move.pass.cpp33 constexpr int *base() const {return it_;} in base() function in HasNoexceptIterMove
47 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
H A Dcompare.pass.cpp35 constexpr It base() const {return it_;} in base() function in CommonWithForwardIter
59 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
H A Diter_swap.pass.cpp33 constexpr int *base() const {return it_;} in base() function in HasNoexceptIterSwap
49 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
H A Dassign.pass.cpp31 friend constexpr int *base(const AssignableFromIter& i) {return i.it_;} in base() function
60 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp203 kmp_cpuid_t *base = (kmp_cpuid_t *)&p->name[0]; in __kmp_query_cpuid() local
222 void __kmp_expand_host_name(char *buffer, size_t size) { in __kmp_expand_host_name()
249 char buffer[256]; in __kmp_expand_file_name() local
H A Dkmp_str.cpp71 void __kmp_str_buf_clear(kmp_str_buf_t *buffer) { in __kmp_str_buf_clear()
80 void __kmp_str_buf_reserve(kmp_str_buf_t *buffer, size_t size) { in __kmp_str_buf_reserve()
110 void __kmp_str_buf_detach(kmp_str_buf_t *buffer) { in __kmp_str_buf_detach()
123 void __kmp_str_buf_free(kmp_str_buf_t *buffer) { in __kmp_str_buf_free()
134 void __kmp_str_buf_cat(kmp_str_buf_t *buffer, char const *str, size_t len) { in __kmp_str_buf_cat()
161 int __kmp_str_buf_vprint(kmp_str_buf_t *buffer, char const *format, in __kmp_str_buf_vprint()
221 int __kmp_str_buf_print(kmp_str_buf_t *buffer, char const *format, ...) { in __kmp_str_buf_print()
253 char *base = NULL; // Pointer to the beginning of basename. in __kmp_str_fname_init() local
454 char *buffer = NULL; in __kmp_str_format() local
/llvm-project/lldb/unittests/ObjectFile/MachO/
H A DTestObjectFileMachO.cpp61 Address base = sym->GetAddress(); in TEST_F() local
64 uint8_t buffer[size]; in TEST_F() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/range.take.sentinel/
H A Deq.pass.cpp36 constexpr explicit CrossConstComparableSentinel(Base base) : base_(base) {} in CrossConstComparableSentinel()
82 int buffer[8] = {1, 2, 3, 4, 5, 6, 7, 8}; in test() local
/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp138 auto base = getAddrOfPosition(offsetType, position); in getRelativeOffsetToPosition() local
266 auto &buffer = getBuffer(); in finishArray() local
282 auto &buffer = getBuffer(); finishStruct() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp123 DataBufferSP buffer = in MakeLocationExpressionInternal() local
141 llvm::dwarf::LocationAtom base = in MakeRegisterBasedLocationExpressionInternal() local
146 llvm::dwarf::LocationAtom base = in MakeRegisterBasedLocationExpressionInternal() local
242 std::shared_ptr<DataBufferHeap> buffer = std::make_shared<DataBufferHeap>(); in MakeConstantLocationExpression() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp48 const char *base = GetProcessName(); in SubstituteForFlagValue() local
102 bool Format(char *buffer, uptr size) override { in Format()
H A Dsanitizer_printf.cpp42 u8 base, u8 minimal_num_length, bool pad_with_zero, in AppendNumber()
82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned()
256 char *buffer = local_buffer; in SharedPrintfCodeNoBuffer() local
332 int internal_snprintf(char *buffer, uptr length, const char *format, ...) { in internal_snprintf()
H A Dsanitizer_fuchsia.cpp80 void *base; in GetThreadStackTopAndBottom() local
251 uptr offset = fixed_addr - reinterpret_cast<uptr>(base); in DoMmapFixedOrDie() argument
149 uintptr_t base; GetSanitizerHeapVmar() local
234 uintptr_t base; Init() local
457 RawWrite(const char * buffer) RawWrite() argument
485 CatastrophicErrorWrite(const char * buffer,uptr length) CatastrophicErrorWrite() argument
521 GetRandom(void * buffer,uptr length,bool blocking) GetRandom() argument
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/sentinel/
H A Dminus.pass.cpp168 std::tuple<int> buffer[] = {{1}, {2}, {3}, {4}, {5}}; in test() local
173 Base base{buffer}; in test() local
189 Base base{buffer}; in test() local
/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c66 void *base; in emutls_memalign_alloc() local
83 static __inline void emutls_memalign_free(void *base) { in emutls_memalign_free()
146 char *buffer = NULL; in win_error() local
164 void *base = _aligned_malloc(size, align); in emutls_memalign_alloc() local
170 static __inline void emutls_memalign_free(void *base) { _aligned_free(base); } in emutls_memalign_free()
296 void *base; in emutls_allocate_object() local
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp355 for (int base = 2; base <= 36; ++base) { test_integer_to_chars() local
428 for (int base = 2; base <= 36; ++base) { test_integer_from_chars() local
591 char buffer[buffer_size]; test_floating_prefix() local
658 char buffer[buffer_size]; test_floating_hex_prefix() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dtaint-generic.c335 read(sock, buffer, 100); in testSocket() local
265 char buffer[156]; testTaintSystemCall() local
357 char buffer[16]; testStruct() local
396 char buffer[4]; testUnion() local
623 testFread(const char * fname,int * buffer,size_t size,size_t count) testFread() argument
1032 testStrtolVariants(char ** restrict endptr,int base) testStrtolVariants() argument
1161 char buffer[1000]; testConfigurationFilterNonConst() local
1167 char buffer[1000]; testConfigurationFilterNonConst2() local
[all...]
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1229 uint32_t src, base; in Emulate_SW() local
1266 RegisterValue::BytesContainer buffer(reg_info_src->byte_size); in Emulate_SW() local
1289 uint32_t src, base; in Emulate_LW() local
1456 uint32_t base; in Emulate_ADDIUS5() local
1491 uint32_t src, base; in Emulate_SWSP() local
1526 RegisterValue::BytesContainer buffer(reg_info_src.byte_size); in Emulate_SWSP() local
1555 uint32_t src, base; in Emulate_SWM16_32() local
1609 RegisterValue::BytesContainer buffer(reg_info_src->byte_size); in Emulate_SWM16_32() local
1634 uint32_t base = m_reg_info->getEncodingValue(insn.getOperand(1).getReg()); in Emulate_LWSP() local
1681 uint32_t dst, base; in Emulate_LWM16_32() local
[all …]

12