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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits2_0.h 82 virtual HRESULT WINAPI ReplaceRemotePrefix(LPCWSTR OldPrefix,LPCWSTR NewPrefix) = 0;
133 HRESULT (WINAPI *ReplaceRemotePrefix)(IBackgroundCopyJob3 *This,LPCWSTR OldPrefix,LPCWSTR NewPrefix);
186 #define IBackgroundCopyJob3_ReplaceRemotePrefix(This,OldPrefix,NewPrefix) (This)->lpVtbl -> ReplaceRemotePrefix(This,OldPrefix,NewPrefix)
192 HRESULT WINAPI IBackgroundCopyJob3_ReplaceRemotePrefix_Proxy(IBackgroundCopyJob3 *This,LPCWSTR OldPrefix,LPCWSTR NewPrefix);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 582 const std::string OldPrefix = "llvm.vectorizer.";
583 if (String.find(OldPrefix) == 0) {
584 String.replace(0, OldPrefix.size(), "llvm.loop.vectorize.");

Completed in 2038 milliseconds