Home
last modified time | relevance | path

Searched defs:setBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1339 void setBits(unsigned loBit, unsigned hiBit) { setBits() function