HomeSort by relevance Sort by last modified time
    Searched defs:StrNCmp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 84 /// EmitStrNCmp - Emit a call to the strncmp function to the builder.
87 if (!TLI->has(LibFunc::strncmp))
98 Value *StrNCmp = M->getOrInsertFunction(
99 "strncmp", AttributeSet::get(M->getContext(), AS), B.getInt32Ty(),
102 StrNCmp, {CastToCStr(Ptr1, B), CastToCStr(Ptr2, B), Len}, "strncmp");
104 if (const Function *F = dyn_cast<Function>(StrNCmp->stripPointerCasts()))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 216 #define StrNCmp StrCmpN
    [all...]

Completed in 193 milliseconds