Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp25 struct Remap { struct
60 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings()
87 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList()
126 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles()
134 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames()
137 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames()
141 delete static_cast<Remap *>(map); in clang_remap_dispose()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h221 Remap = StratifiedLink::SetSentinel; in BuilderLink()
282 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()
287 Remap = Other; in remapTo()
292 return Remap; in getRemapIndex()
298 Remap = Other; in updateRemap()
308 StratifiedIndex Remap; member
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600OptimizeVectorRegisters.cpp94 std::vector<std::pair<unsigned, unsigned> > &Remap) const;
146 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap) in tryMergeVector()
154 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
160 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
/minix/share/i18n/csmapper/ISO-8859/
H A DISO-8859-7%UCS.src57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
H A DUCS%ISO-8859-7.src57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
/minix/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DTypes.def87 TYPE("remap", Remap, INVALID, "remap", "")
/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2019 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in ReadSourceLocation() local
2020 return Loc.getLocWithOffset(Remap); in ReadSourceLocation()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3007 RemapBuilder &Remap) { in ReadASTBlock() argument
3009 Remap.insert(std::make_pair(Offset, in ReadASTBlock()