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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfAttribute.cpp 75 typedef std::map <const char *, Constructor, NameCompare> TypeMap;
78 class LockedTypeMap: public TypeMap
87 typeMap ()
92 static LockedTypeMap* typeMap = 0;
94 if (typeMap == 0)
95 typeMap = new LockedTypeMap ();
97 return *typeMap;
107 LockedTypeMap& tMap = typeMap();
118 LockedTypeMap& tMap = typeMap();
126 tMap.insert (TypeMap::value_type (typeName, newAttribute))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 53 TypeMapType TypeMap;
131 TypeMapType::const_iterator I = TypeMap.find(T);
132 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 51 TypeMapType TypeMap;
121 TypeMapType::const_iterator I = TypeMap.find(T);
122 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 51 TypeMapType TypeMap;
121 TypeMapType::const_iterator I = TypeMap.find(T);
122 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 54 TypeMapType TypeMap;
124 TypeMapType::const_iterator I = TypeMap.find(T);
125 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
  /external/ImageMagick/MagickCore/
type.c 114 *TypeMap = (const char *)
116 "<typemap>"
119 "</typemap>";
254 status&=LoadTypeCache(cache,TypeMap,"built-in",0,exception);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 117 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>();
118 for (DynamicTypeMapImpl::iterator I = TypeMap.begin(), E = TypeMap.end();
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 498 template <class BlockT> struct TypeMap {};
499 template <> struct TypeMap<BasicBlock> {
506 template <> struct TypeMap<MachineBasicBlock> {
789 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
790 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT;
791 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT
793 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT;
794 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 85 typedef std::map<Type*,std::string> TypeMap;
99 TypeMap TypeNames;
397 TypeMap::iterator I = TypeNames.find(Ty);
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 24 // TypeMap implementation.
381 TypeMapTy TypeMap;
514 : DstM(DstM), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set),
705 new GlobalVariable(DstM, TypeMap.get(SGVar->getType()->getElementType()),
719 return Function::Create(TypeMap.get(SF->getFunctionType()),
727 auto *Ty = TypeMap.get(SGA->getValueType());
745 DstM, TypeMap.get(SGV->getType()->getElementType()),
773 TypeMap.addTypeMapping(DGV->getType(), SGV.getType());
780 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());
785 TypeMap.addTypeMapping(DGV->getType(), SGV.getType())
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 4286 milliseconds