OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrRChr
(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
143
#define
StrRChr
__MINGW_NAME_AW(
StrRChr
)
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
280
// '
strrchr
' Optimizations
284
// Verify the "
strrchr
" function prototype.
301
//
strrchr
(s, 0) -> strchr(s, 0)
307
//
strrchr
can find the nul character.
315
//
strrchr
(s+n,c) -> gep(s+n+i,c)
316
return B.CreateGEP(SrcStr, B.getInt64(I), "
strrchr
");
[
all
...]
Completed in 4233 milliseconds