/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | containers_test.cpp | 253 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 D | GlobalsModRef.cpp | 295 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 D | CFLSteensAliasAnalysis.cpp | 239 Handles.emplace_front(Fn, this); in scan()
|
H A D | CFLAndersAliasAnalysis.cpp | 823 Handles.emplace_front(const_cast<Function *>(&Fn), this); in scan()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | conditionvariable.h | 131 auto it = waiting.emplace_front(fiber); in wait() 172 auto it = waiting.emplace_front(fiber); in wait_until()
|
H A D | containers.h | 391 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 D | GrClientMappedBufferManager.cpp | 32 fClientHeldBuffers.emplace_front(std::move(b)); in insert()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator_cache.cc | 46 entries_.emplace_front(nullptr, std::move(value)); in Put()
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 108 // 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 D | ast-value-factory.cc | 286 result.emplace_front(segment_.string); in ToRawStrings() 289 result.emplace_front(current->string); in ToRawStrings()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.cc | 115 warning_messages_.emplace_front( in ReportWarningAt()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
H A D | mru_cache.h | 111 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 D | AllocatorList.h | 223 template <class... Ts> void emplace_front(Ts &&... Vs) { in emplace_front() function in llvm::AllocatorList
|
/third_party/node/src/ |
H A D | node_sockaddr.cc | 402 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 D | LoopLoadElimination.cpp | 221 Candidates.emplace_front(Load, Store);
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 559 fUnresolvedBlocks.emplace_front(block);
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 2907 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 D | PPCISelLowering.cpp | 12560 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 D | stylo.hpp | [all...] |