Home
last modified time | relevance | path

Searched defs:First (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/boost/libs/concept_check/test/
Dconcept_check_test.cpp63 typedef equal_op_first_archetype<> First; in main() typedef
68 typedef not_equal_op_first_archetype<> First; in main() typedef
73 typedef less_than_op_first_archetype<> First; in main() typedef
78 typedef less_equal_op_first_archetype<> First; in main() typedef
83 typedef greater_than_op_first_archetype<> First; in main() typedef
88 typedef greater_equal_op_first_archetype<> First; in main() typedef
95 typedef plus_op_first_archetype<Return> First; in main() typedef
/third_party/boost/boost/fusion/support/
Dpair.hpp125 operator<<(std::ostream& os, pair<First, Second> const& p) in operator <<()
133 operator>>(std::istream& is, pair<First, Second>& p) in operator >>()
142 operator==(pair<First, SecondL> const& l, pair<First, SecondR> const& r) in operator ==()
150 operator!=(pair<First, SecondL> const& l, pair<First, SecondR> const& r) in operator !=()
158 operator<(pair<First, SecondL> const& l, pair<First, SecondR> const& r) in operator <()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_base.h41 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl()
52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl()
81 template <class T> static void removeRange(T &First, T &Last) { in removeRange()
85 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
Dsimple_ilist.h166 void insert(iterator I, Iterator First, Iterator Last) { in insert()
205 iterator erase(iterator First, iterator Last) { in erase()
221 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { in eraseAndDispose()
248 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_base.h44 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl()
55 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl()
84 template <class T> static void removeRange(T &First, T &Last) { in removeRange()
88 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
Dsimple_ilist.h162 void insert(iterator I, Iterator First, Iterator Last) { in insert()
201 iterator erase(iterator First, iterator Last) { in erase()
217 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { in eraseAndDispose()
244 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice()
/third_party/grpc/examples/python/auth/
DREADME.md16 ### Channel credentials
21 ### Call credentials
/third_party/vk-gl-cts/framework/common/
DtcuEither.hpp108 const Type& get (const Either<First, Second>& either) in get()
135 bool is (const Either<First, Second>& either) in is()
175 Either<First, Second>::Either (const Either<First, Second>& other) in Either()
185 Either<First, Second>& Either<First, Second>::operator= (const Either<First, Second>& other) in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp21 unsigned First, unsigned Last) { in getJumpTableRange()
35 unsigned First, unsigned Last) { in getJumpTableNumCases()
169 for (unsigned First = 0, Last; First < N; First = Last + 1) { in findJumpTables() local
188 unsigned First, unsigned Last, in buildJumpTable()
343 for (unsigned First = 0, Last; First < N; First = Last + 1) { in findBitTestClusters() local
362 unsigned First, unsigned Last, in buildBitTests()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp49 void getRange(const std::string &Token, uint32_t *First, uint32_t *Last) { in getRange()
80 uint32_t First = 0, Last = 0; in record() local
/third_party/boost/boost/hana/
Dfirst.hpp25 using First = BOOST_HANA_DISPATCH_IF(first_impl<P>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dfirst.hpp25 using First = BOOST_HANA_DISPATCH_IF(first_impl<P>, in operator ()() typedef
/third_party/boost/libs/hana/test/core/
Dwhen.cpp18 struct First { struct first_type; }; struct
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignmentOutOfOrder.ts15 var First = {}; variable
/third_party/typescript/tests/cases/compiler/
DdeferredLookupTypeResolution.ts13 type First<T> = ObjectHasKey<T, '0'>; // Should be deferred alias
/third_party/typescript/tests/baselines/reference/
DenumAssignmentCompat3.js93 var First; variable
94 (function (First) { argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Drank_cpu_kernel.h33 First, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h50 First = 11 // 10th + 1st enumerator
135 IndexType First, Last; member
DHexagonOptimizeSZextends.cpp85 Instruction* First = &F.getEntryBlock().front(); in runOnFunction() local
/third_party/skia/experimental/graphite/src/
DDrawOrder.h22 static constexpr MonotonicValue First() { return 0; } in First() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp319 int X86OptimizeLEAPass::calcInstrDist(const MachineInstr &First, in calcInstrDist()
424 bool X86OptimizeLEAPass::isReplaceable(const MachineInstr &First, in isReplaceable()
607 MachineInstr &First = **I1; in removeRedundantLEAs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp85 static std::pair<OutputIt1, OutputIt2> copy_if_else(InputIt First, InputIt Last, in copy_if_else()
111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DBitstreamRemarkContainer.h53 First = SeparateRemarksMeta, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DStringView.h24 const char *First; variable
/third_party/boost/boost/geometry/index/detail/rtree/node/
Dnode_elements.hpp65 element_indexable(rtree::ptr_pair<First, Pointer> const& el, Translator const& /*tr*/) in element_indexable()

12345