Home
last modified time | relevance | path

Searched defs:NamedTypes (Results 1 – 12 of 12) sorted by relevance

/external/stg/
Dtype_resolution.cc37 struct NamedTypes { struct
38 NamedTypes(Runtime& runtime, const Graph& graph) in NamedTypes() argument
46 enum class Tag { STRUCT, UNION, ENUM, TYPEDEF, VARIANT };
47 using Type = std::pair<Tag, std::string>;
48 struct Info {
53 void operator()(const std::vector<Id>& ids) { in operator ()()
59 void operator()(const std::map<std::string, Id>& x) { in operator ()()
66 void operator()(Id id) { in operator ()()
73 Info& GetInfo(Tag tag, const std::string& name) { in GetInfo()
82 void operator()(const Special&, Id) {} in operator ()()
[all …]
/external/python/pyasn1/docs/source/pyasn1/type/namedtype/
Dnamedtypes.rst4 NamedTypes title
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DSlotMapping.h35 StringMap<Type *> NamedTypes; member
/external/llvm/include/llvm/AsmParser/
DSlotMapping.h36 StringMap<Type *> NamedTypes; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DSlotMapping.h35 StringMap<Type *> NamedTypes; member
DLLParser.h119 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/external/python/pyasn1/pyasn1/type/
Dnamedtype.py117 class NamedTypes(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h118 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/external/llvm/lib/AsmParser/
DLLParser.h115 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp492 TypeFinder NamedTypes; member in __anon6db4cd120411::TypePrinting
3395 auto &NamedTypes = TypePrinter.getNamedTypes(); in printTypeIdentities() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAsmWriter.cpp470 TypeFinder NamedTypes; member in __anon725c52180411::TypePrinting
3758 auto &NamedTypes = TypePrinter.getNamedTypes(); in printTypeIdentities() local
/external/llvm/lib/IR/
DAsmWriter.cpp430 TypeFinder NamedTypes; member in __anon78cd33700411::TypePrinting