Home
last modified time | relevance | path

Searched refs:emplace_front (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dcontainers_test.cpp253 auto itEntry = list.emplace_front("hello world"); in TEST_F()
264 auto itA = list.emplace_front("a"); in TEST_F()
265 auto itB = list.emplace_front("b"); in TEST_F()
266 auto itC = list.emplace_front("c"); in TEST_F()
283 auto itA = list.emplace_front("a"); in TEST_F()
284 auto itB = list.emplace_front("b"); in TEST_F()
285 auto itC = list.emplace_front("c"); in TEST_F()
298 auto itA = list.emplace_front("a"); in TEST_F()
299 auto itB = list.emplace_front("b"); in TEST_F()
300 auto itC = list.emplace_front(" in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DGlobalsModRef.cpp295 Handles.emplace_front(*this, &F); in AnalyzeGlobals()
309 Handles.emplace_front(*this, &GV); in AnalyzeGlobals()
314 Handles.emplace_front(*this, Reader); in AnalyzeGlobals()
323 Handles.emplace_front(*this, Writer); in AnalyzeGlobals()
460 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory()
465 Handles.emplace_front(*this, GV); in AnalyzeIndirectGlobalMemory()
508 Handles.emplace_front(*this, F); in AnalyzeCallGraph()
H A DCFLSteensAliasAnalysis.cpp239 Handles.emplace_front(Fn, this); in scan()
H A DCFLAndersAliasAnalysis.cpp823 Handles.emplace_front(const_cast<Function *>(&Fn), this); in scan()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dconditionvariable.h131 auto it = waiting.emplace_front(fiber); in wait()
172 auto it = waiting.emplace_front(fiber); in wait_until()
H A Dcontainers.h391 MARL_NO_EXPORT inline iterator emplace_front(Args&&... args);
483 typename list<T>::iterator list<T>::emplace_front(Args&&... args) {
/third_party/skia/src/gpu/
H A DGrClientMappedBufferManager.cpp32 fClientHeldBuffers.emplace_front(std::move(b)); in insert()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dmutator_cache.cc46 entries_.emplace_front(nullptr, std::move(value)); in Put()
/third_party/gn/src/base/containers/
H A Dcircular_deque.h108 // T& emplace_front(Args&&...);
758 emplace_front(std::forward<Args>(args)...); in emplace()
830 void push_front(const T& value) { emplace_front(value); } in push_front()
831 void push_front(T&& value) { emplace_front(std::move(value)); } in push_front()
837 reference emplace_front(Args&&... args) { in emplace_front() function in base::circular_deque
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.cc286 result.emplace_front(segment_.string); in ToRawStrings()
289 result.emplace_front(current->string); in ToRawStrings()
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc115 warning_messages_.emplace_front( in ReportWarningAt()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h111 ordering_.emplace_front(key, std::forward<Payload>(payload)); in Put()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h223 template <class... Ts> void emplace_front(Ts &&... Vs) { in emplace_front() function in llvm::AllocatorList
/third_party/node/src/
H A Dnode_sockaddr.cc402 rules_.emplace_front(std::move(rule)); in AddSocketAddress()
422 rules_.emplace_front(std::move(rule)); in AddSocketAddressRange()
431 rules_.emplace_front(std::move(rule)); in AddSocketAddressMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp221 Candidates.emplace_front(Load, Store);
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp559 fUnresolvedBlocks.emplace_front(block);
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2907 callGraph.emplace_front(caller, callee); in addToCallGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12560 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
12587 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
12821 PromOpHandles.emplace_front(PromOp); in DAGCombineExtBoolTrunc()
12833 PromOpHandles.emplace_front(PromOp); in DAGCombineExtBoolTrunc()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 72 milliseconds