Home
last modified time | relevance | path

Searched defs:Front (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dfunctional-list.h56 const A& Front() const { in Front() function in v8::internal::compiler::FunctionalList
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceThreading.h123 size_t Front = 0; member in Ice::BoundedProducerConsumerQueue
/third_party/lzma/CPP/Common/
H A DMyVector.h271 const T& Front() const { return _items[0]; } in Front() function in CRecordVector
272 T& Front() { return _items[0]; } in Front() function in CRecordVector
506 const T& Front() const { return operator[](0); } in Front() function in CObjectVector
507 T& Front() { return operator[](0); } in Front() function in CObjectVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp580 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
359 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc164 absl::string_view Front() const { return args_[next_arg_]; } in Front() function in absl::flags_internal::__anon19237::ArgsList
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.h112 Front = 1, member in gl::CullFaceMode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp513 const RangeSpan &Front = Ranges.front(); in attachRangesOrLowHighPC() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp282 char Front = MangledName.popFront(); in demangleSpecialTableSymbolNode() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp1536 Item* Front() { return m_pFront; } in Front() function in D3D12MA::List
1537 const Item* Front() const { return m_pFront; } in Front() function in D3D12MA::List
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp2612 StringRef Front; in printModule() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h5395 ItemType* Front() { return m_pFront; } in Front() function in VmaRawList
5396 const ItemType* Front() const { return m_pFront; } in Front() function in VmaRawList
/third_party/mesa3d/include/D3D9/
H A Dd3d9types.h1488 UINT Front; member

Completed in 51 milliseconds