Home
last modified time | relevance | path

Searched refs:BasicType (Results 1 – 17 of 17) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeTag.java22 TypeData INTEGER = new TypeData.BasicType("int", StackMapTable.INTEGER);
23 TypeData FLOAT = new TypeData.BasicType("float", StackMapTable.FLOAT);
24 TypeData DOUBLE = new TypeData.BasicType("double", StackMapTable.DOUBLE);
25 TypeData LONG = new TypeData.BasicType("long", StackMapTable.LONG);
DTypeData.java76 protected static class BasicType extends TypeData { class in TypeData
80 public BasicType(String type, int tag) { in BasicType() method in TypeData.BasicType
/external/lldb/include/lldb/API/
DSBType.h118 lldb::BasicType
123 GetBasicType(lldb::BasicType type);
DSBModule.h203 GetBasicType(lldb::BasicType type);
DSBTarget.h748 GetBasicType(lldb::BasicType type);
/external/lldb/include/lldb/Symbol/
DClangASTContext.h149 GetBasicType (lldb::BasicType type);
152 GetBasicType (clang::ASTContext *ast, lldb::BasicType type);
157 static lldb::BasicType
DClangASTType.h348 GetBasicTypeFromAST (lldb::BasicType basic_type) const;
372 lldb::BasicType
375 static lldb::BasicType
/external/lldb/scripts/Python/interface/
DSBType.i189 lldb::BasicType
193 GetBasicType (lldb::BasicType type);
DSBModule.i228 GetBasicType(lldb::BasicType type);
DSBTarget.i589 GetBasicType(lldb::BasicType type);
/external/lldb/include/lldb/
Dlldb-enumerations.h555 typedef enum BasicType enum
590 } BasicType; typedef
/external/lldb/source/API/
DSBType.cpp263 lldb::BasicType
272 SBType::GetBasicType(lldb::BasicType basic_type) in GetBasicType()
DSBModule.cpp515 SBModule::GetBasicType(lldb::BasicType type) in GetBasicType()
DSBTarget.cpp2162 SBTarget::GetBasicType(lldb::BasicType type) in GetBasicType()
/external/lldb/source/Symbol/
DClangASTContext.cpp606 lldb::BasicType
611 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration()
674 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration (name); in GetBasicType()
689 ClangASTContext::GetBasicType (lldb::BasicType basic_type) in GetBasicType()
695 ClangASTContext::GetBasicType (ASTContext *ast, lldb::BasicType basic_type) in GetBasicType()
DClangASTType.cpp1697 ClangASTType::GetBasicTypeFromAST (lldb::BasicType basic_type) const in GetBasicTypeFromAST()
2187 lldb::BasicType
/external/llvm/docs/
DLangRef.rst3844 !0 = !BasicType(name: "int", size: 32, align: 32, DW_ATE_signed)
3845 !1 = !BasicType(name: "char", size: 8, align: 8, DW_ATE_signed_char)