HomeSort by relevance Sort by last modified time
    Searched refs:Sentinel (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/llvm/tools/dsymutil/
NonRelocatableStringpool.h 32 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) {
51 return getNextEntry(&Sentinel);
65 MapTy::MapEntryTy Sentinel, *Last;
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 88 // Alloate a new sentinel, this creates a FinalizerReference.
89 Sentinel sentinel; local
90 // Keep looping until we safely enqueue our sentinel FinalizerReference.
94 sentinel = new Sentinel();
95 } while (!enqueueSentinelReference(sentinel));
96 sentinel.awaitFinalization(timeout);
99 private static boolean enqueueSentinelReference(Sentinel sentinel) {
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
SentinelOuterClass.java 34 // source: sentinel.proto
44 // @@protoc_insertion_point(interface_extends:com.google.protobuf.jruby.Sentinel)
98 * Protobuf type {@code com.google.protobuf.jruby.Sentinel}
100 public static final class Sentinel extends
102 // @@protoc_insertion_point(message_implements:com.google.protobuf.jruby.Sentinel)
104 // Use Sentinel.newBuilder() to construct.
105 private Sentinel(com.google.protobuf.GeneratedMessage.Builder builder) {
108 private Sentinel() {
134 com.google.protobuf.jruby.SentinelOuterClass.Sentinel.class, com.google.protobuf.jruby.SentinelOuterClass.Sentinel.Builder.class)
    [all...]
RubyRepeatedField.java 352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); local
356 value = sentinel.getDefaultInt32();
359 value = sentinel.getDefaultInt64();
362 value = sentinel.getDefaultUnit32();
365 value = sentinel.getDefaultUint64();
368 value = sentinel.getDefaultFloat();
371 value = sentinel.getDefaultDouble();
374 value = sentinel.getDefaultBool()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
simple_ilist.h 57 /// node is a sentinel. Specifying \c true enables the \a
83 ilist_sentinel<OptionsT> Sentinel;
113 iterator begin() { return ++iterator(Sentinel); }
114 const_iterator begin() const { return ++const_iterator(Sentinel); }
115 iterator end() { return iterator(Sentinel); }
116 const_iterator end() const { return const_iterator(Sentinel); }
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
119 return ++const_reverse_iterator(Sentinel);
121 reverse_iterator rend() { return reverse_iterator(Sentinel); }
123 return const_reverse_iterator(Sentinel);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel;
120 // the list. Because the sentinel is relative to this instance, use a
128 // NodeTy, which becomes the sentinel. Dereferencing the sentinel is
131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
  /external/swiftshader/third_party/LLVM/include/llvm/
Module.h 42 return static_cast<Function*>(&Sentinel);
51 mutable ilist_node<Function> Sentinel;
58 return static_cast<GlobalVariable*>(&Sentinel);
66 mutable ilist_node<GlobalVariable> Sentinel;
73 return static_cast<GlobalAlias*>(&Sentinel);
81 mutable ilist_node<GlobalAlias> Sentinel;
89 return static_cast<NamedMDNode*>(&Sentinel);
99 mutable ilist_node<NamedMDNode> Sentinel;
Function.h 40 return static_cast<BasicBlock*>(&Sentinel);
50 mutable ilist_half_node<BasicBlock> Sentinel;
57 return static_cast<Argument*>(&Sentinel);
67 mutable ilist_half_node<Argument> Sentinel;
BasicBlock.h 34 // The sentinel is relative to this instance, so we use a non-static
42 // NodeTy, which becomes the sentinel. Dereferencing the sentinel is
45 return static_cast<Instruction*>(&Sentinel);
53 mutable ilist_half_node<Instruction> Sentinel;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Recycler.h 44 mutable RecyclerStruct Sentinel;
46 return &Sentinel;
  /external/llvm/include/llvm/Analysis/
IVUsers.h 97 // The sentinel is relative to this instance, so we use a non-static
105 // NodeTy, which becomes the sentinel. Dereferencing the sentinel is
108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IVUsers.h 97 // The sentinel is relative to this instance, so we use a non-static
105 // NodeTy, which becomes the sentinel. Dereferencing the sentinel is
108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel;
  /external/llvm/include/llvm/ADT/
ilist.h 70 /// that provides default sentinel implementations for common operations.
72 /// ilist_sentinel_traits implements a lazy dynamic sentinel allocation
73 /// strategy. The sentinel is stored in the prev field of ilist's Head.
77 /// createSentinel - create the dynamic sentinel
80 /// destroySentinel - deallocate the dynamic sentinel
89 /// initialized or assigned a fresh sentinel
90 /// @return the sentinel
101 /// noteHead - stash the sentinel into its default location
102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) {
103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 46 mutable ilist_half_node<MachineBasicBlock> Sentinel;
49 return static_cast<MachineBasicBlock*>(&Sentinel);
MachineBasicBlock.h 36 mutable ilist_half_node<MachineInstr> Sentinel;
44 return static_cast<MachineInstr*>(&Sentinel);
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 321 return static_cast<clang::ento::BugReport *>(&Sentinel);
332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 53 mutable ilist_half_node<MachineBasicBlock> Sentinel;
58 return static_cast<MachineBasicBlock*>(&Sentinel);

Completed in 2276 milliseconds

1 2 3