HomeSort by relevance Sort by last modified time
    Searched refs:StrSpn (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 155 #define StrSpn __MINGW_NAME_AW(StrSpn)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 601 // 'strspn' Optimizations
616 // strspn(s, "") -> 0
617 // strspn("", s) -> 0
623 return ConstantInt::get(CI->getType(), strspn(S1.c_str(), S2.c_str()));
    [all...]

Completed in 527 milliseconds