Home
last modified time | relevance | path

Searched refs:CopyIn (Results 1 – 3 of 3) sorted by relevance

/third_party/re2/re2/
Dprefilter.cc290 static void CopyIn(const std::set<std::string>& src, in CopyIn() function
346 CopyIn(a->exact_, &ab->exact_); in Alt()
347 CopyIn(b->exact_, &ab->exact_); in Alt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp2326 MachineInstr *CopyIn = nullptr; in optimizeSpillSlots() local
2329 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots()
2346 IM.replaceInstr(&SI, CopyIn); in optimizeSpillSlots()
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c9691 virtual std::string CopyIn(IOBuffer* dst) = 0;
9703 virtual std::string CopyIn(IOBuffer* dst);
9724 virtual std::string CopyIn(IOBuffer* dst);
39209 FileInput::CopyIn(IOBuffer* dst) { in CopyIn() function
39245 MemoryInput::CopyIn(IOBuffer* dst) { in CopyIn() function
39375 io_error_message = input.CopyIn(io_buf); in DecodeCbor()
39793 std::string error_message = input.CopyIn(&io_buf); in DecodeImageAdvanceIOBuf()
39836 std::string error_message = input.CopyIn(&io_buf); in DecodeImage0()
39890 std::string error_message = input.CopyIn(&io_buf); in DecodeImage0()
39962 std::string error_message = input.CopyIn(&io_buf); in DecodeImage0()
[all …]