/llvm-project/flang/lib/Parser/ |
H A D | char-buffer.cpp | 37 std::size_t CharBuffer::Put(const char *data, std::size_t n) { in Put() function in Fortran::parser::CharBuffer 48 std::size_t CharBuffer::Put(const std::string &str) { in Put() function in Fortran::parser::CharBuffer
|
H A D | token-sequence.cpp | 89 void TokenSequence::Put(const TokenSequence &that) { Put() function in Fortran::parser::TokenSequence 102 void TokenSequence::Put(const TokenSequence &that, ProvenanceRange range) { Put() function in Fortran::parser::TokenSequence 113 void TokenSequence::Put( Put() function in Fortran::parser::TokenSequence 131 void TokenSequence::Put( Put() function in Fortran::parser::TokenSequence 139 void TokenSequence::Put(const CharBlock &t, Provenance provenance) { Put() function in Fortran::parser::TokenSequence 146 void TokenSequence::Put(const std::string &s, Provenance provenance) { Put() function in Fortran::parser::TokenSequence 150 void TokenSequence::Put(llvm::raw_string_ostream &ss, Provenance provenance) { Put() function in Fortran::parser::TokenSequence [all...] |
H A D | provenance.cpp | 21 void ProvenanceRangeToOffsetMappings::Put( in Put() function in Fortran::parser::ProvenanceRangeToOffsetMappings 77 void OffsetToProvenanceMappings::Put(ProvenanceRange range) { in Put() function in Fortran::parser::OffsetToProvenanceMappings 88 void OffsetToProvenanceMappings::Put(const OffsetToProvenanceMappings &that) { in Put() function in Fortran::parser::OffsetToProvenanceMappings
|
H A D | unparse.cpp | 2948 void UnparseVisitor::Put(char ch) { Put() function in Fortran::parser::UnparseVisitor 2985 void UnparseVisitor::Put(const char *str) { Put() function in Fortran::parser::UnparseVisitor 2991 void UnparseVisitor::Put(const std::string &str) { Put() function in Fortran::parser::UnparseVisitor [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | provenance.h | 244 // The result of a Put() is the offset that the new data in Put() function 247 return buffer_.Put(data, bytes); in Put() function 249 std::size_t Put(const std::string &s) { return buffer_.Put(s); } in Put() function 248 std::size_t Put(char ch) { return buffer_.Put(&ch, 1); } Put() function [all...] |
H A D | char-buffer.h | 55 std::size_t Put(char x) { return Put(&x, 1); } in Put() function
|
/llvm-project/third-party/benchmark/test/ |
H A D | benchmark_random_interleaving_gtest.cc | 22 void Put(const std::string& event) { push(event); } in Put() function in benchmark::internal::__anon364cf67e0111::EventQueue
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stackdepotbase.h | 115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
|
H A D | sanitizer_chained_origin_depot.cpp | 129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) { in Put() function in __sanitizer::ChainedOriginDepot
|
H A D | sanitizer_quarantine.h | 96 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put() function
|
/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 191 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() function in ModuleCache
|
/llvm-project/flang/runtime/ |
H A D | edit-input.cpp | 293 auto Put = [&](char ch) -> void { ScanRealInput() local [all...] |
/llvm-project/lldb/source/API/ |
H A D | SBPlatform.cpp | 511 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put() function in SBPlatform
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3734 void Put(Value *From, Value *To) { Storage.insert({From, To}); } Put() function in __anon072927cb0d11::SimplificationTracker
|