Home
last modified time | relevance | path

Searched defs:Tail (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A DGenLinkedList.h28 *Tail; member
48 *Tail; member
70 Tail; member
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dbroadcast.rs320 struct Tail { struct
322 pos: u64,
325 rx_cnt: usize,
328 closed: bool,
331 waiters: LinkedList<Waiter, <Waiter as linked_list::Link>::Target>,
880 fn notify_rx<'a, 'b: 'a>(&'b self, mut tail: MutexGuard<'a, Tail>) { in notify_rx() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DImmutableList.h32 const ImmutableListImpl* Tail; variable
177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DImmutableList.h32 const ImmutableListImpl* Tail; variable
177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DImmutableList.h32 const ImmutableListImpl* Tail; variable
177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DImmutableList.h32 const ImmutableListImpl* Tail; variable
177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableList.h31 const ImmutableListImpl* Tail; variable
176 LLVM_NODISCARD ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DImmutableList.h32 const ImmutableListImpl* Tail; variable
177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat()
205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DAutomaton.h71 PathSegment *Tail; member
85 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAutomaton.h71 PathSegment *Tail; member
85 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAutomaton.h69 PathSegment *Tail; member
83 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DAutomaton.h69 PathSegment *Tail; member
83 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DAutomaton.h69 PathSegment *Tail; member
83 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAutomaton.h69 PathSegment *Tail; member
83 PathSegment *makePathSegment(uint64_t State, PathSegment *Tail) { in makePathSegment()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp104 MachineInstr &Tail, int64_t Offset) { in foldOffset()
184 MachineInstr &Tail = *MRI->use_begin(DestReg)->getParent(); in detectAndFoldOffset() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DImmutableList.h29 const ImmutableListImpl* Tail; variable
166 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail) { in concat()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp139 MachineInstr &Tail, int64_t Offset) { in foldOffset()
295 MachineInstr &Tail = *MRI->use_instr_begin(DestReg); in detectAndFoldOffset() local
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50485.dir/
Da.go114 func (r Nil) Tail() Nil { func
135 func (r hlistImpl[H, T]) Tail() T { func
/aosp_15_r20/external/clang/lib/Tooling/Core/
H A DReplacement.cpp378 StringRef Tail = TextRef.substr(REnd - Offset); in merge() local
384 StringRef Tail = RText.substr(End - R.getOffset()); in merge() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp620 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator()); in SplitBlockAndInsertIfThen() local
662 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore->getIterator()); in SplitBlockAndInsertIfThenElse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1140 BasicBlock *Tail = BasicBlock::Create(C, "tail", &F); in runEHOnFunction() local
1335 BasicBlock *Tail = SplitBlock(BB, CI->getNextNode()); in runSjLjOnFunction() local
1525 BasicBlock *Tail; in handleLongjmpableCallsForEmscriptenSjLj() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
D_xmitfile.h13 LPVOID Tail; member
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp378 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
548 CharUnits Tail = getSize(Prior->Data); in clipTailPadding() local
/aosp_15_r20/frameworks/native/services/sensorservice/
H A Dtraits.h32 typedef U Tail; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_list.hpp268 struct Tail struct
274 struct result<This(L)>
281 operator()(const L & l) const in operator ()()
356 typedef boost::phoenix::function<impl::Tail> Tail; typedef

1234567