HomeSort by relevance Sort by last modified time
    Searched refs:remap (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 13 CXRemapping remap; local
18 remap = clang_getRemappings(path);
19 if (!remap)
22 N = clang_remap_getNumFiles(remap);
24 clang_remap_getFilenames(remap, i, &origFname, &transFname);
33 clang_remap_dispose(remap);
38 CXRemapping remap; local
43 remap = clang_getRemappingsFromFileList(files, numFiles);
44 if (!remap)
47 N = clang_remap_getNumFiles(remap);
    [all...]
  /external/clang/tools/libclang/
ARCMigrate.cpp 26 struct Remap {
59 OwningPtr<Remap> remap(new Remap());
61 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
74 return remap.take();
81 OwningPtr<Remap> remap(new Remap());
87 return remap.take()
    [all...]
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 55 void remap(StringRef filePath, llvm::MemoryBuffer *memBuf);
56 void remap(StringRef filePath, StringRef newPath);
65 void remap(const FileEntry *file, llvm::MemoryBuffer *memBuf);
66 void remap(const FileEntry *file, const FileEntry *newfile);
ARCMT.h 75 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
84 std::vector<std::pair<std::string,std::string> > &remap,
  /external/llvm/include/llvm/MC/
MCModule.h 45 /// remap - Update the interval mapping for an MCAtom.
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
  /external/llvm/lib/MC/
MCAtom.cpp 22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
44 // Remap this atom to become the lower of the two new ones.
45 Parent->remap(this, LeftBegin, LeftEnd);
80 Parent->remap(this, Begin, TruncPt);
MCModule.cpp 30 // remap - Update the interval mapping for an atom.
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
  /external/quake/quake/src/QW/client/
cd_linux.c 45 static byte remap[100]; variable
111 track = remap[track];
241 remap[n] = n;
246 if (Q_strcasecmp(command, "remap") == 0)
252 if (remap[n] != n)
253 Con_Printf(" %u -> %u\n", n, remap[n]);
257 remap[n] = Q_atoi(Cmd_Argv (n+1));
393 remap[i] = i;
cd_win.c 36 static byte remap[100]; variable
119 track = remap[track];
275 remap[n] = n;
280 if (Q_strcasecmp(command, "remap") == 0)
286 if (remap[n] != n)
287 Con_Printf(" %u -> %u\n", n, remap[n]);
291 remap[n] = Q_atoi(Cmd_Argv (n+1));
453 remap[n] = n;
cd_audio.c 217 static byte remap[256]; variable
515 track = remap[track];
652 remap[n] = n;
658 if (Q_strcasecmp(command, "remap") == 0)
664 if (remap[n] != n)
665 Con_Printf(" %u -> %u\n", n, remap[n]);
669 remap[n] = Q_atoi(Cmd_Argv (n+1));
861 remap[n] = n;
  /external/quake/quake/src/WinQuake/
cd_linux.cpp 45 static byte remap[100]; variable
111 track = remap[track];
241 remap[n] = n;
246 if (Q_strcasecmp(command, "remap") == 0)
252 if (remap[n] != n)
253 Con_Printf(" %u -> %u\n", n, remap[n]);
257 remap[n] = Q_atoi(Cmd_Argv (n+1));
391 remap[i] = i;
cd_win.cpp 36 static byte remap[100]; variable
119 track = remap[track];
275 remap[n] = n;
280 if (Q_strcasecmp(command, "remap") == 0)
286 if (remap[n] != n)
287 Con_Printf(" %u -> %u\n", n, remap[n]);
291 remap[n] = Q_atoi(Cmd_Argv (n+1));
452 remap[n] = n;
cd_audio.cpp 239 static byte remap[256]; variable
505 track = remap[track];
655 remap[n] = n;
661 if (Q_strcasecmp(command, "remap") == 0)
667 if (remap[n] != n)
668 Con_Printf(" %u -> %u\n", n, remap[n]);
672 remap[n] = Q_atoi(Cmd_Argv (n+1));
863 remap[n] = n;
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 48 infoFile.appendComponent("remap");
61 "initFromDisk should be called before any remap calls");
106 remap(pairs[i].first, pairs[i].second);
161 remap(origFE, newE);
236 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
237 remap(getOriginalFile(filePath), memBuf);
240 void FileRemapper::remap(StringRef filePath, StringRef newPath) { function in class:FileRemapper
243 remap(file, newfile);
246 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
253 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) function in class:FileRemapper
    [all...]
ARCMT.cpp 386 remap,
403 remap = PPOpts.RemappedFiles;
409 std::vector<std::pair<std::string,std::string> > &remap,
439 remap.push_back(*RI);
622 Remapper.remap(filePath.str(), memBuf);
ObjCMT.cpp 201 Remapper.remap(filePath.str(), memBuf);
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 392 HRegRemap remap; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 359 /* Nonzero means we should look for header.gcc files that remap file
361 unsigned char remap; member in struct:cpp_options
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /external/blktrace/doc/
blktrace.tex 577 \item[A -- remap] For stacked devices, incoming io is remapped to device
578 below it in the io stack. The remap action details what exactly is
726 \item[A -- remap] Sector and length is output, along with the original
    [all...]
  /external/linux-tools-perf/util/
session.c 1050 remap:
1073 goto remap;
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 2548 VtsID remap; \/* used only during pruning *\/ member in struct:__anon14143
    [all...]

Completed in 302 milliseconds

1 2