HomeSort by relevance Sort by last modified time
    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/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 825 // strpbrk(s, "") -> NULL
826 // strpbrk("", s) -> NULL
836 return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "strpbrk");
839 // strpbrk(s, "a") -> strchr(s, 'a')
    [all...]

Completed in 126 milliseconds