Home
last modified time | relevance | path

Searched defs:Put (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dchar-buffer.cpp37 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 Dtoken-sequence.cpp89 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 Dprovenance.cpp21 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 Dunparse.cpp2948 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 Dprovenance.h244 // 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 Dchar-buffer.h55 std::size_t Put(char x) { return Put(&x, 1); } in Put() function
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_random_interleaving_gtest.cc22 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 Dsanitizer_stackdepotbase.h115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
H A Dsanitizer_chained_origin_depot.cpp129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) { in Put() function in __sanitizer::ChainedOriginDepot
H A Dsanitizer_quarantine.h96 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { in Put() function
/llvm-project/lldb/source/Target/
H A DModuleCache.cpp191 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() function in ModuleCache
/llvm-project/flang/runtime/
H A Dedit-input.cpp293 auto Put = [&](char ch) -> void { ScanRealInput() local
[all...]
/llvm-project/lldb/source/API/
H A DSBPlatform.cpp511 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put() function in SBPlatform
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3734 void Put(Value *From, Value *To) { Storage.insert({From, To}); } Put() function in __anon072927cb0d11::SimplificationTracker