Searched refs:Like (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp136 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); local
137 if (!Like)
140 HasVAListArg = (*Like == Fmt[1]);
142 ++Like;
143 assert(*Like == ':' && "Format specifier must be followed by a ':'");
144 ++Like;
146 assert(::strchr(Like, ':') && "Format specifier must end with a ':'");
147 FormatIdx = ::strtol(Like, nullptr, 10);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-defined.mk46 # Like in several other places in variable expressions, when

Completed in 166 milliseconds