Searched refs:IsOneOf (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_linux.cpp | 28 static bool IsOneOf(char c, char c1, char c2) { in IsOneOf() function 45 CHECK(IsOneOf(*data_.current, '-', 'r')); in Next() 48 CHECK(IsOneOf(*data_.current, '-', 'w')); in Next() 50 CHECK(IsOneOf(*data_.current, '-', 'x')); in Next() 52 CHECK(IsOneOf(*data_.current, 's', 'p')); in Next()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 324 auto IsOneOf = [](StringRef subject, auto... list) { in getIsOmitted() local 328 if (IsOneOf(type, "IdentifierInfo *", "Expr *")) in getIsOmitted() 330 if (IsOneOf(type, "TypeSourceInfo *")) in getIsOmitted() 332 if (IsOneOf(type, "ParamIdx")) in getIsOmitted() 335 assert(IsOneOf(type, "unsigned", "int", "bool", "FunctionDecl *", in getIsOmitted()
|