OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFirst
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeTableCollection.cpp
23
Optional<TypeIndex> TypeTableCollection::
getFirst
() {
GlobalTypeTableBuilder.cpp
41
Optional<TypeIndex> GlobalTypeTableBuilder::
getFirst
() {
AppendingTypeTableBuilder.cpp
39
Optional<TypeIndex> AppendingTypeTableBuilder::
getFirst
() {
MergingTypeTableBuilder.cpp
41
Optional<TypeIndex> MergingTypeTableBuilder::
getFirst
() {
LazyRandomTypeCollection.cpp
204
Optional<TypeIndex> LazyRandomTypeCollection::
getFirst
() {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h
54
KeyT &
getFirst
() { return first; }
55
const KeyT &
getFirst
() const { return first; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseSet.h
38
KeyT &
getFirst
() { return key; }
39
const KeyT &
getFirst
() const { return key; }
126
ValueT &operator*() { return I->
getFirst
(); }
127
const ValueT &operator*() const { return I->
getFirst
(); }
128
ValueT *operator->() { return &I->
getFirst
(); }
129
const ValueT *operator->() const { return &I->
getFirst
(); }
157
const ValueT &operator*() const { return I->
getFirst
(); }
158
const ValueT *operator->() const { return &I->
getFirst
(); }
DenseMap.h
44
KeyT &
getFirst
() { return std::pair<KeyT, ValueT>::first; }
45
const KeyT &
getFirst
() const { return std::pair<KeyT, ValueT>::first; }
126
P->
getFirst
() = EmptyKey;
130
if (!KeyInfoT::isEqual(P->
getFirst
(), EmptyKey)) {
131
if (!KeyInfoT::isEqual(P->
getFirst
(), TombstoneKey)) {
135
P->
getFirst
() = EmptyKey;
308
TheBucket->
getFirst
() = getTombstoneKey();
316
TheBucket->
getFirst
() = getTombstoneKey();
366
if (!KeyInfoT::isEqual(P->
getFirst
(), EmptyKey) &&
367
!KeyInfoT::isEqual(P->
getFirst
(), TombstoneKey)
[
all
...]
APFloat.h
634
APFloat &
getFirst
() { return Floats[0]; }
635
const APFloat &
getFirst
() const { return Floats[0]; }
809
return U.Double.
getFirst
().U.IEEE;
817
return U.Double.
getFirst
().U.IEEE;
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026