Home
last modified time | relevance | path

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

/aosp_15_r20/external/stg/
H A Dtype_resolution.cc37 struct NamedTypes { struct
38 NamedTypes(Runtime& runtime, const Graph& graph) in NamedTypes() function
48 enum class Tag { STRUCT, UNION, ENUM, TYPEDEF, VARIANT };
49 using Type = std::pair<Tag, std::string>;
50 struct Info {
55 void operator()(const std::vector<Id>& ids) { in operator ()()
61 void operator()(const std::map<std::string, Id>& x) { in operator ()()
68 void operator()(Id id) { in operator ()()
75 Info& GetInfo(Tag tag, const std::string& name) { in GetInfo()
84 void operator()(const Special&, Id) {} in operator ()()
[all …]
/aosp_15_r20/external/python/pyasn1/docs/source/pyasn1/type/namedtype/
Dnamedtypes.rst4 NamedTypes title
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DSlotMapping.h36 StringMap<Type *> NamedTypes; member
DLLParser.h128 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/external/llvm/include/llvm/AsmParser/
H A DSlotMapping.h36 StringMap<Type *> NamedTypes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
H A DSlotMapping.h35 StringMap<Type *> NamedTypes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DSlotMapping.h35 StringMap<Type *> NamedTypes; member
DLLParser.h127 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DSlotMapping.h35 StringMap<Type *> NamedTypes; member
H A DLLParser.h119 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DSlotMapping.h36 StringMap<Type *> NamedTypes; member
DLLParser.h128 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DSlotMapping.h36 StringMap<Type *> NamedTypes; member
DLLParser.h128 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/external/python/pyasn1/pyasn1/type/
Dnamedtype.py117 class NamedTypes(object): class
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h115 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h118 StringMap<std::pair<Type*, LocTy> > NamedTypes; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp492 TypeFinder NamedTypes; member in __anonf58c72920411::TypePrinting
3395 auto &NamedTypes = TypePrinter.getNamedTypes(); in printTypeIdentities() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp470 TypeFinder NamedTypes; member in __anonfa33f7980411::TypePrinting
3758 auto &NamedTypes = TypePrinter.getNamedTypes(); in printTypeIdentities() local
/aosp_15_r20/external/llvm/lib/IR/
H A DAsmWriter.cpp430 TypeFinder NamedTypes; member in __anon87c778f00411::TypePrinting