/llvm-project/clang/tools/libclang/ |
H A D | CIndexUSRs.cpp | 34 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) { in getDeclCursorUSR() 93 SmallString<128> Buf(getUSRSpacePrefix()); in clang_constructUSR_ObjCIvar() local 103 SmallString<128> Buf(getUSRSpacePrefix()); in clang_constructUSR_ObjCMethod() local 111 SmallString<128> Buf(getUSRSpacePrefix()); in clang_constructUSR_ObjCClass() local 118 SmallString<128> Buf(getUSRSpacePrefix()); in clang_constructUSR_ObjCProtocol() local 126 SmallString<128> Buf(getUSRSpacePrefix()); in clang_constructUSR_ObjCCategory() local 134 SmallString<128> Buf(getUSRSpacePrefix()); in clang_constructUSR_ObjCProperty() local
|
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/ |
H A D | cons.default.pass.cpp | 38 using Buf = std::basic_syncbuf<CharT>; in test() typedef 45 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef 31 using Buf = std::basic_syncbuf<CharT>; test() typedef
|
H A D | cons.pointer.pass.cpp | 31 using Buf = std::basic_syncbuf<CharT>; in test() typedef 61 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef 91 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
|
H A D | cons.pointer.allocator.pass.cpp | 31 using Buf = std::basic_syncbuf<CharT>; in test() typedef 58 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef 85 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
|
H A D | cons.move.pass.cpp | 30 using Buf = std::basic_syncbuf<CharT>; in test() typedef 63 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>>; in test() typedef 96 using Buf = std::basic_syncbuf<CharT, constexpr_char_traits<CharT>, test_allocator<CharT>>; in test() typedef
|
/llvm-project/clang/unittests/Rewrite/ |
H A D | RewriteBufferTest.cpp |
|
/llvm-project/clang/test/Analysis/ |
H A D | stream-errno-note.c | 66 char Buf[10]; in check_fread() local 80 char Buf[10]; in check_fread_size0() local 93 char Buf[10]; in check_fread_nmemb0() local 106 char Buf[] = "0123456789"; in check_fwrite() local 150 char Buf[] = "0123456789"; in check_fwrite_zeroarg() local
|
H A D | stream-note.c | 117 char Buf[10]; in check_eof_notes_feof_after_feof() local 136 char Buf[10]; in check_eof_notes_feof_after_no_feof() local 159 char Buf[10]; in check_eof_notes_feof_or_no_error() local 191 char Buf[10]; check_indeterminate_after_clearerr() local 207 char Buf[2]; check_indeterminate_eof() local 232 char Buf[2]; check_indeterminate_fseek() local [all...] |
H A D | stream-invalidate.c | 17 char Buf[3] = {10, 10, 10}; in test_fread() local 37 char Buf[3] = {10, 10, 10}; in test_fwrite() local 51 char Buf[3] = {10, 10, 10}; in test_fgets() local 71 char *Buf = "aaa"; in test_fputs() local
|
H A D | stream-errno.c | 69 char Buf[10]; in check_fread_size0() local 78 char Buf[10]; in check_fread_nmemb0() local 87 char Buf[10]; in check_fread() local 103 char Buf[] = "0123456789"; in check_fwrite_size0() local 112 char Buf[] = "0123456789"; in check_fwrite_nmemb0() local 121 char Buf[] = "0123456789"; in check_fwrite() local
|
H A D | stream-error.c | 81 char Buf[10]; in error_fread() local 106 const char *Buf = "123456789"; in error_fwrite() local 143 char Buf[256]; in error_fgets() local 570 const char *Buf = "123456789"; error_indeterminate() local 588 const char *Buf = "123456789"; error_indeterminate_clearerr() local 609 char Buf[10]; error_indeterminate_feof1() local 623 char Buf[10]; error_indeterminate_feof2() local [all...] |
/llvm-project/lldb/unittests/Process/minidump/ |
H A D | RegisterContextMinidumpTest.cpp | 21 static uint32_t reg32(const DataBuffer &Buf, const RegisterInfo &Info) { in reg32() 25 static uint64_t reg64(const DataBuffer &Buf, const RegisterInfo &Info) { in reg64() 57 lldb::DataBufferSP Buf = in TEST() local 118 lldb::DataBufferSP Buf = in TEST() local
|
/llvm-project/llvm/lib/Support/ |
H A D | SHA1.cpp | 30 static inline uint32_t blk0(uint32_t *Buf, int I) { return Buf[I]; } in blk0() 32 static inline uint32_t blk(uint32_t *Buf, int I) { in blk() 40 uint32_t &E, int I, uint32_t *Buf) { in r0() 46 uint32_t &E, int I, uint32_t *Buf) { in r1() 52 uint32_t &E, int I, uint32_t *Buf) { in r2() 58 uint32_t &E, int I, uint32_t *Buf) { in r3() 64 uint32_t &E, int I, uint32_t *Buf) { in r4()
|
/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkParser.cpp | 52 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf) { in createRemarkParser() 70 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf, in createRemarkParser() 90 Format ParserFormat, StringRef Buf, std::optional<ParsedStringTable> StrTab, in createRemarkParserFromMeta() 136 extern "C" LLVMRemarkParserRef LLVMRemarkParserCreateBitstream(const void *Buf, in LLVMRemarkParserCreateBitstream()
|
H A D | YAMLRemarkParser.cpp | 62 static Expected<bool> parseMagic(StringRef &Buf) { in parseMagic() 72 static Expected<uint64_t> parseVersion(StringRef &Buf) { in parseVersion() 88 static Expected<uint64_t> parseStrTabSize(StringRef &Buf) { in parseStrTabSize() 98 static Expected<ParsedStringTable> parseStrTab(StringRef &Buf, in parseStrTab() 111 StringRef Buf, std::optional<ParsedStringTable> StrTab, in createYAMLParserFromMeta() 168 YAMLRemarkParser::YAMLRemarkParser(StringRef Buf) in YAMLRemarkParser() 171 YAMLRemarkParser::YAMLRemarkParser(StringRef Buf, in YAMLRemarkParser()
|
/llvm-project/llvm/unittests/Remarks/ |
H A D | YAMLRemarksParsingTest.cpp | 33 void parseGoodMeta(StringRef Buf) { in parseGoodMeta() 73 StringRef Buf, const char *Error, CmpType Cmp, in parseExpectErrorMeta() 398 StringRef Buf = "\n" in TEST() local 488 StringRef Buf = "\n" in TEST() local 562 StringRef Buf = "\n" in TEST() local 652 StringRef Buf = "\n" in TEST() local
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.cpp | 123 auto &Buf = T.Buff; in init() local 161 BufferQueue::ErrorCode BufferQueue::getBuffer(Buffer &Buf) { in getBuffer() 184 BufferQueue::ErrorCode BufferQueue::releaseBuffer(Buffer &Buf) { in releaseBuffer()
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-07-30-VarArgsCallFailure.c | 6 char Buf[10]; in foo() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 415 static char *printNode(const Node *RootNode, char *Buf, size_t *N) { in printNode() 424 char *ItaniumPartialDemangler::getFunctionBaseName(char *Buf, size_t *N) const { in getFunctionBaseName() 453 char *ItaniumPartialDemangler::getFunctionDeclContextName(char *Buf, in getFunctionDeclContextName() 497 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() 504 char *ItaniumPartialDemangler::getFunctionParameters(char *Buf, in getFunctionParameters() 522 char *Buf, size_t *N) const { in getFunctionReturnType() 538 char *ItaniumPartialDemangler::finishDemangle(char *Buf, size_t *N) const { in finishDemangle()
|
/llvm-project/llvm/tools/llvm-special-case-list-fuzzer/ |
H A D | special-case-list-fuzzer.cpp | 16 std::unique_ptr<llvm::MemoryBuffer> Buf = in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/unittests/Driver/ |
H A D | ModuleCacheTest.cpp | 21 SmallString<128> Buf; in TEST() local
|
/llvm-project/llvm/tools/yaml2obj/ |
H A D | yaml2obj.cpp | 63 static std::optional<std::string> preprocess(StringRef Buf, in preprocess() 132 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = in main() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 28 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(F); parseAssemblyInto() local 147 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(F); parseSummaryIndexAssemblyInto() local 190 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Asm); parseConstantValue() local 207 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Asm); parseType() local 219 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Asm); parseTypeAtBeginning() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnosticBuffer.cpp | 28 SmallString<100> Buf; in HandleDiagnostic() local
|
/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFWriter.h | 30 std::unique_ptr<WritableMemoryBuffer> Buf; variable
|