Searched refs:Remap (Results 1 – 11 of 11) sorted by relevance
/external/clang/tools/libclang/ |
D | ARCMigrate.cpp | 25 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() 124 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles() 132 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames() 135 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames() 139 delete static_cast<Remap *>(map); in clang_remap_dispose()
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 191 Remap = StratifiedLink::SetSentinel; in BuilderLink() 246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 251 Remap = Other; in remapTo() 256 return Remap; in getRemapIndex() 262 Remap = Other; in updateRemap() 272 StratifiedIndex Remap; member
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 95 std::vector<std::pair<unsigned, unsigned> > &Remap) const; 147 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap) in tryMergeVector() 155 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector() 161 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
|
/external/clang/include/clang/Driver/ |
D | Types.def | 90 TYPE("remap", Remap, INVALID, "remap", "")
|
/external/syslinux/codepage/ |
D | iso8859-7.txt | 44 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7 45 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
|
/external/blktrace/ |
D | README | 111 A - Remap
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local 552 Remap.addPrivate(DestVD, [DestElement]() -> Address { in EmitOMPCopy() 555 Remap.addPrivate( in EmitOMPCopy() 557 (void)Remap.Privatize(); in EmitOMPCopy() 563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local 564 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; }); in EmitOMPCopy() 565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; }); in EmitOMPCopy() 566 (void)Remap.Privatize(); in EmitOMPCopy()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local 2006 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2902 RemapBuilder &Remap) { in ReadASTBlock() argument 2904 Remap.insert(std::make_pair(Offset, in ReadASTBlock()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 503 { "Remap", { {"image", ImageReference}, 7511 Remap = 235 10732 case 118: /* Remap */
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7511 Remap = 235 in Mogrify()
|