Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h212 unsigned FirstWord = Begin / BITWORD_SIZE; in find_first_in() local
242 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_in() local
272 unsigned FirstWord = Begin / BITWORD_SIZE; in find_first_unset_in() local
304 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_unset_in() local
/external/llvm-project/llvm/include/llvm/ADT/
DBitVector.h214 unsigned FirstWord = Begin / BITWORD_SIZE; variable
250 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_in() local
287 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_unset_in() local
/external/llvm-project/clang/lib/Format/
DBreakableToken.cpp591 StringRef FirstWord = ContentWithNoDecoration.substr( in getContentIndent() local