OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrPBrk
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h
157
#define
StrPBrk
__MINGW_NAME_AW(
StrPBrk
)
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
541
// '
strpbrk
' Optimizations
556
//
strpbrk
(s, "") -> NULL
557
//
strpbrk
("", s) -> NULL
567
return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "
strpbrk
");
570
//
strpbrk
(s, "a") -> strchr(s, 'a')
[
all
...]
Completed in 232 milliseconds