HomeSort by relevance Sort by last modified time
    Searched defs:Head (Results 26 - 50 of 55) sorted by null

12 3

  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 659 /// Head
663 /// Head
677 BasicBlock *Head = SplitBefore->getParent();
678 BasicBlock *Tail = Head->splitBasicBlock(SplitBefore);
679 TerminatorInst *HeadOldTerm = Head->getTerminator();
680 LLVMContext &C = Head->getContext();
681 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail);
699 /// Head
703 /// Head
714 BasicBlock *Head = SplitBefore->getParent()
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 41 // // Returns the head of the queue
42 // StateId Head() const;
45 // // Removes the head of the queue
78 StateId Head() const { return Head_(); }
107 StateId Head() const { return front_; }
116 virtual StateId Head_() const { return Head(); }
140 StateId Head() const { return back(); }
148 virtual StateId Head_() const { return Head(); }
170 StateId Head() const { return front(); }
178 virtual StateId Head_() const { return Head(); }
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 69 // Triangle: Head Diamond: Head
78 // Head block, and phis in the Tail block are converted to select instructions.
88 MachineBasicBlock *Head;
104 MachineBasicBlock *getTPred() const { return TBB == Tail ? Head : TBB; }
107 MachineBasicBlock *getFPred() const { return FBB == Tail ? Head : FBB; }
126 /// Instructions in Head that define values used by the conditional blocks.
136 /// Insertion point in Head for speculatively executed instructions form TBB
144 /// Find a valid insertion point in Head.
179 /// If instructions use any values that are defined in the head basic block
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 670 typedef typename Types::Head Type;
712 typedef typename Tests::Head Head;
715 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 106 // Head for the first type in the list, and Tail for the rest of the
116 typedef T1 Head;
121 typedef T1 Head;
127 typedef T1 Head;
133 typedef T1 Head;
139 typedef T1 Head;
146 typedef T1 Head;
153 typedef T1 Head;
160 typedef T1 Head;
167 typedef T1 Head;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 574 typedef typename Types::Head Type;
616 typedef typename Tests::Head Head;
619 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 648 typedef typename Types::Head Type;
690 typedef typename Tests::Head Head;
693 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
125 typedef T1 Head;
130 typedef T1 Head;
136 typedef T1 Head;
142 typedef T1 Head;
148 typedef T1 Head;
155 typedef T1 Head;
162 typedef T1 Head;
169 typedef T1 Head;
176 typedef T1 Head;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 574 typedef typename Types::Head Type;
616 typedef typename Tests::Head Head;
619 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 73 /// strategy. The sentinel is stored in the prev field of ilist's Head.
84 /// value for its Head
88 /// ensureHead - make sure that Head is either already
91 static NodeTy *ensureHead(NodeTy *&Head) {
92 if (!Head) {
93 Head = ilist_traits<NodeTy>::createSentinel();
94 ilist_traits<NodeTy>::noteHead(Head, Head);
95 ilist_traits<NodeTy>::setNext(Head, nullptr);
96 return Head;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 677 typedef typename Types::Head Type;
719 typedef typename Tests::Head Head;
722 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
125 typedef T1 Head;
130 typedef T1 Head;
136 typedef T1 Head;
142 typedef T1 Head;
148 typedef T1 Head;
155 typedef T1 Head;
162 typedef T1 Head;
169 typedef T1 Head;
176 typedef T1 Head;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 648 typedef typename Types::Head Type;
690 typedef typename Tests::Head Head;
693 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 115 // Head for the first type in the list, and Tail for the rest of the
125 typedef T1 Head;
130 typedef T1 Head;
136 typedef T1 Head;
142 typedef T1 Head;
148 typedef T1 Head;
155 typedef T1 Head;
162 typedef T1 Head;
169 typedef T1 Head;
176 typedef T1 Head;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 563 typedef typename Types::Head Type;
605 typedef typename Tests::Head Head;
608 TypeParameterizedTest<Fixture, Head, Types>::Register(
    [all...]
gtest-type-util.h 114 // Head for the first type in the list, and Tail for the rest of the
124 typedef T1 Head;
129 typedef T1 Head;
135 typedef T1 Head;
141 typedef T1 Head;
147 typedef T1 Head;
154 typedef T1 Head;
161 typedef T1 Head;
168 typedef T1 Head;
175 typedef T1 Head;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 128 void *Head;
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 5667 milliseconds

12 3