Home
last modified time | relevance | path

Searched refs:BasicType (Results 1 – 23 of 23) 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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dir.py173 class BasicType(genpyx.BasicType, Named): class
189 class GCCBuiltin(genpyx.GCCBuiltin, BasicType):
563 return self.spec and BasicType('void') in self.spec
573 if spec and BasicType('char') in spec and not BasicType('unsigned') in spec:
594 return spec and spec.find(BasicType)
661 if type(parent[i]) in (StorageClass, BasicType, Qualifier):
1134 cparse.BasicType : BasicType ,
Dcparse.py47 class BasicType(Node): class
80 class GCCBuiltin(BasicType):
403 isinstance( lexer.kind, BasicType ):
536 isinstance( lexer.kind, BasicType ):
Dgenpyx.py96 class BasicType(object): class
120 class GCCBuiltin(BasicType):
Dlexer.py30 self.lookup[t] = host.BasicType( t )
/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/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DFetchResponseData.h24 enum Type { BasicType, CORSType, DefaultType, ErrorType, OpaqueType }; enumerator
DFetchResponseData.cpp34 FetchResponseData* response = new FetchResponseData(BasicType, m_status, m_statusMessage); in createBasicFilteredResponse()
DResponse.cpp168 case FetchResponseData::BasicType: in type()
/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