Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4396 auto IsInSet = [&](AllocaInst *AI) { return DeletedAllocas.count(AI); }; in runOnFunction() local