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

1 2

  /development/tools/repo_diff/service/repodiff/interactors/
common.go 7 type TypeMap map[string]cst.ProjectType
9 func (t TypeMap) getWithDefault(key string, fallback cst.ProjectType) cst.ProjectType {
manifest.go 8 func ProjectNamesToType(manifests *ent.ManifestFileGroup) TypeMap {
28 func toMap(common, distinct []string) TypeMap {
application.go 24 func commitRowsToAnalyzed(commitRows []ent.CommitRow, projectNameToType TypeMap) []ent.AnalyzedCommitRow {
38 func diffRowsToAnalyzed(diffRows []ent.DiffRow, projectNameToType TypeMap) []ent.AnalyzedDiffRow {
  /art/tools/veridex/
resolver.h 38 TypeMap& type_map)
91 TypeMap& type_map_;
veridex.h 112 using TypeMap = std::map<std::string, VeriClass*>;
veridex.cc 169 TypeMap type_map;
305 TypeMap& type_map,
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.h 44 TypeMapType TypeMap;
89 TypeMapType::const_iterator I = TypeMap.find(T);
90 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
ValueEnumerator.cpp 319 unsigned *TypeID = &TypeMap[Ty];
339 TypeID = &TypeMap[Ty];
  /frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
MediaCodecsXmlParser.h 53 typedef std::map<std::string, AttributeMap> TypeMap;
66 TypeMap typeMap; ///< Map of types supported by this codec
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 27 // TypeMap implementation.
182 // TypeMap is a many-to-one mapping, if there were multiple types that
323 TypeMapTy TypeMap;
527 TypeMap.addTypeMapping(DGV->getType(), I->getType());
534 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());
540 TypeMap.addTypeMapping(DGV->getType(), I->getType());
547 TypeMap.linkDefinedTypeBodies();
561 cast<ArrayType>(TypeMap.get(SrcGV->getType()->getElementType()));
603 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
643 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType()))
    [all...]
  /device/generic/opengl-transport/host/commands/emugen/
TypeFactory.cpp 31 typedef std::map<std::string, VarType> TypeMap;
32 static TypeMap g_varMap;
151 TypeMap::iterator i = g_varMap.find(type);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
IRMover.cpp 27 // TypeMap implementation.
390 TypeMapTy TypeMap;
511 TypeMap(Set), GValMaterializer(*this), LValMaterializer(*this),
513 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap,
613 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()),
629 Function::Create(TypeMap.get(SF->getFunctionType()),
639 auto *Ty = TypeMap.get(SGA->getValueType());
659 Function::Create(cast<FunctionType>(TypeMap.get(SGV->getValueType())),
663 DstM, TypeMap.get(SGV->getValueType()),
712 TypeMap.addTypeMapping(DGV->getType(), SGV.getType())
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 27 // TypeMap implementation.
378 TypeMapTy TypeMap;
487 TypeMap(Set), GValMaterializer(*this), LValMaterializer(*this),
489 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap,
587 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()),
601 return Function::Create(TypeMap.get(SF->getFunctionType()),
609 auto *Ty = TypeMap.get(SGA->getValueType());
627 DstM, TypeMap.get(SGV->getValueType()),
670 TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
677 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 55 TypeMapType TypeMap;
161 TypeMapType::const_iterator I = TypeMap.find(T);
162 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
ValueEnumerator.cpp 824 unsigned *TypeID = &TypeMap[Ty];
843 TypeID = &TypeMap[Ty];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 60 TypeMapType TypeMap;
169 TypeMapType::const_iterator I = TypeMap.find(T);
170 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
ValueEnumerator.cpp 857 unsigned *TypeID = &TypeMap[Ty];
876 TypeID = &TypeMap[Ty];
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 504 template <class BlockT> struct TypeMap {};
505 template <> struct TypeMap<BasicBlock> {
512 template <> struct TypeMap<MachineBasicBlock> {
795 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
796 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT;
797 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT
799 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT;
800 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 547 template <class BlockT> struct TypeMap {};
548 template <> struct TypeMap<BasicBlock> {
555 template <> struct TypeMap<MachineBasicBlock> {
847 using BlockT = typename bfi_detail::TypeMap<BT>::BlockT;
848 using FunctionT = typename bfi_detail::TypeMap<BT>::FunctionT;
850 typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT;
851 using LoopT = typename bfi_detail::TypeMap<BT>::LoopT;
852 using LoopInfoT = typename bfi_detail::TypeMap<BT>::LoopInfoT;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 118 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>();
119 for (DynamicTypeMapImpl::iterator I = TypeMap.begin(), E = TypeMap.end();
    [all...]
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 190 TypeMap::iterator mType;
246 && mCurrent.back().mType != mCurrent.back().mCodec->second.typeMap.end();
965 TypeMap::iterator typeIt;
973 typeIt = codecIt->second.typeMap.insert(Type(type, AttributeMap())).first;
975 typeIt = codecIt->second.typeMap.end();
984 typeIt = codecIt->second.typeMap.find(type);
985 if (typeIt == codecIt->second.typeMap.end()) {
990 typeIt = codecIt->second.typeMap.begin();
991 if (typeIt == codecIt->second.typeMap.end()
992 || codecIt->second.typeMap.size() != 1)
    [all...]
  /external/ImageMagick/MagickCore/
type.c 115 *TypeMap = (const char *)
117 "<typemap>"
120 "</typemap>";
253 status&=LoadTypeCache(cache,TypeMap,"built-in",0,exception);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 225 LLVMToSPIRVTypeMap TypeMap;
234 TypeMap[T] = BT;
258 return TypeMap[T];
443 LLVMToSPIRVTypeMap::iterator Loc = TypeMap.find(T);
444 if (Loc != TypeMap.end())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp     [all...]

Completed in 868 milliseconds

1 2