HomeSort by relevance Sort by last modified time
    Searched full:remapper (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp 166 TVariable::TVariable(const TVariable& copyOf, TStructureMap& remapper) : TSymbol(copyOf)
168 type.copyType(copyOf.type, remapper);
183 TVariable* TVariable::clone(TStructureMap& remapper)
185 TVariable *variable = new TVariable(*this, remapper);
190 TFunction::TFunction(const TFunction& copyOf, TStructureMap& remapper) : TSymbol(copyOf)
195 parameters.back().copyParam(copyOf.parameters[i], remapper);
198 returnType.copyType(copyOf.returnType, remapper);
204 TFunction* TFunction::clone(TStructureMap& remapper)
206 TFunction *function = new TFunction(*this, remapper);
211 TSymbolTableLevel* TSymbolTableLevel::clone(TStructureMap& remapper)
224 TStructureMap remapper; local
    [all...]
Types.h 107 void copyType(const TType& copyOf, TStructureMap& remapper)
119 if ((iter = remapper.find(structure)) == remapper.end()) {
125 typeLine.type = (*copyOf.structure)[i].type->clone(remapper);
151 TType* clone(TStructureMap& remapper)
154 newType->copyType(*this, remapper);
SymbolTable.h 54 virtual TSymbol* clone(TStructureMap& remapper) = 0;
103 TVariable(const TVariable&, TStructureMap& remapper); // copy constructor
104 virtual TVariable* clone(TStructureMap& remapper);
122 void copyParam(const TParameter& param, TStructureMap& remapper)
125 type = param.type->clone(remapper);
176 TFunction(const TFunction&, TStructureMap& remapper);
177 virtual TFunction* clone(TStructureMap& remapper);
234 TSymbolTableLevel* clone(TStructureMap& remapper);
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 86 FileRemapper Remapper;
105 FileRemapper &getRemapper() { return Remapper; }
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 41 /// RF_NoModuleLevelChanges - If this flag is set, the remapper knows that
46 /// RF_IgnoreMissingEntries - If this flag is set, the remapper ignores
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 382 FileRemapper remapper; local
383 bool err = remapper.initFromDisk(outputDir, *Diags,
389 remapper.applyMappings(CI);
484 Remapper.initFromDisk(outputDir, *Diags, /*ignoreIfFilesChanges=*/true);
494 Remapper.applyMappings(*CInvok);
570 Remapper.remap(filePath.str(), memBuf);
  /external/icu4c/data/
build.xml 125 <remapper>
140 </remapper>
316 <remapper>
319 </remapper>
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 138 static void printResult(FileRemapper &remapper, raw_ostream &OS) {
140 remapper.applyMappings(CI);
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/chromium/chrome/browser/chromeos/
language_preferences.h 146 // TODO(yusukes): Temporary solution for View version of modifier key remapper.
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 304 milliseconds