Home
last modified time | relevance | path

Searched refs:Relation (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dstring.bench.cpp395 enum class Relation { Eq, Less, Compare }; enum
396 struct AllRelations : EnumValuesAsTuple<AllRelations, Relation, 3> {
409 case Relation::Eq: in run()
412 case Relation::Less: in run()
415 case Relation::Compare: in run()
424 if (Rel() == Relation::Eq && LHLength() > RHLength()) in skip()
453 case Relation::Eq: in run()
456 case Relation::Less: in run()
459 case Relation::Compare: in run()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DMap2D.h36 enum Relation enum
48 virtual Value_t get (Key1_t key1, Key2_t key2, Relation rel) = 0;
H A DMap.h31 enum Relation enum
43 virtual Value_t get (Key_t key, Relation rel) = 0;
H A DDefaultMap2D.h46 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel);
110 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel) in get()
115 typename Map<Key2_t, Value_t>::Relation rel2; in get()
H A DIndexMap2D.h45 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel);
98 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel) in get()
H A DTable.h536 enum Relation enum
579 long getIdxByVals (const Datum valColumns[], Relation rel);
580 long getIdxByVals (const Datum valColumns[], Relation rel,
H A DCacheMap.h50 Value_t get (Key_t key, typename Map<Key_t, Value_t>::Relation rel);
165 CacheMap<Key_t, Value_t>::get (Key_t key, typename Map<Key_t, Value_t>::Relation rel) in get()
H A DIntervalMap.h44 Value_t get (Key_t key, typename Map<Key_t, Value_t>::Relation rel);
135 IntervalMap<Key_t, Value_t>::get (Key_t key, typename Map<Key_t, Value_t>::Relation rel) in get()
H A DStringMap.h43 Value_t get (const char *key, typename Map<const char*, Value_t>::Relation rel);
195 Value_t>::Relation rel) in get()
H A DDefaultMap.h38 Value_t get (Key_t key, typename Map<Key_t, Value_t>::Relation rel);
189 typename Map<Key_t, Value_t>::Relation rel) in get()
H A DDbeCacheMap.h80 get (Key_t /* key */, typename Map<Key_t, ITEM *>::Relation /* rel */) in get() argument
H A DTable.cc1603 DataView::getIdxByVals (const Datum valColumns[], Relation rel) in getIdxByVals()
1610 DataView::getIdxByVals (const Datum valColumns[], Relation rel, in getIdxByVals()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DMap2D.h36 enum Relation enum
48 virtual Value_t get (Key1_t key1, Key2_t key2, Relation rel) = 0;
H A DMap.h31 enum Relation enum
43 virtual Value_t get (Key_t key, Relation rel) = 0;
H A DDefaultMap2D.h46 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel);
110 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel) in get()
115 typename Map<Key2_t, Value_t>::Relation rel2; in get()
H A DIndexMap2D.h45 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel);
98 typename Map2D<Key1_t, Key2_t, Value_t>::Relation rel) in get()
H A DTable.h536 enum Relation enum
579 long getIdxByVals (const Datum valColumns[], Relation rel);
580 long getIdxByVals (const Datum valColumns[], Relation rel,
H A DIntervalMap.h44 Value_t get (Key_t key, typename Map<Key_t, Value_t>::Relation rel);
135 IntervalMap<Key_t, Value_t>::get (Key_t key, typename Map<Key_t, Value_t>::Relation rel) in get()
H A DCacheMap.h50 Value_t get (Key_t key, typename Map<Key_t, Value_t>::Relation rel);
165 CacheMap<Key_t, Value_t>::get (Key_t key, typename Map<Key_t, Value_t>::Relation rel) in get()
H A DStringMap.h43 Value_t get (const char *key, typename Map<const char*, Value_t>::Relation rel);
195 Value_t>::Relation rel) in get()
H A DDefaultMap.h38 Value_t get (Key_t key, typename Map<Key_t, Value_t>::Relation rel);
189 typename Map<Key_t, Value_t>::Relation rel) in get()
H A DDbeCacheMap.h80 get (Key_t /* key */, typename Map<Key_t, ITEM *>::Relation /* rel */) in get() argument
H A DTable.cc1603 DataView::getIdxByVals (const Datum valColumns[], Relation rel) in getIdxByVals()
1610 DataView::getIdxByVals (const Datum valColumns[], Relation rel, in getIdxByVals()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn130 "index/Relation.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h404 for (auto &Relation : RetParamRelations) { in tryInterproceduralAnalysis()
405 auto IRelation = instantiateExternalRelation(Relation, Call); in tryInterproceduralAnalysis()

12