Home
last modified time | relevance | path

Searched defs:KS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h90 void erase(KeyT KS, KeyT KE) { in erase()
133 void insert(KeyT KS, KeyT KE, ValT V) { in insert()
161 void insert(KeyT KS, KeyT KE, ValT V) { in insert()
H A Dinterval_set.h73 void insert(KeyT KS, KeyT KE) { in insert()
77 void erase(KeyT KS, KeyT KE) { in erase()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp647 const std::set<ASTNodeKind> &KS) { in operator <<()