HomeSort by relevance Sort by last modified time
    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/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 526 // Verify the "strrchr" function prototype.
543 // strrchr(s, 0) -> strchr(s, 0)
555 // strrchr(s+n,c) -> gep(s+n+i,c)
556 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");
    [all...]

Completed in 579 milliseconds