Searched refs:basic_type (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/API/
H A DSBType.cpp272 SBType::GetBasicType(lldb::BasicType basic_type) argument
275 return SBType (ClangASTContext::GetBasicType (m_opaque_sp->GetASTContext(), basic_type));
/external/lldb/source/Symbol/
H A DClangASTContext.cpp674 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration (name); local
675 return ClangASTContext::GetBasicType (ast, basic_type);
689 ClangASTContext::GetBasicType (lldb::BasicType basic_type) argument
691 return GetBasicType (getASTContext(), basic_type);
695 ClangASTContext::GetBasicType (ASTContext *ast, lldb::BasicType basic_type) argument
701 switch (basic_type)
H A DClangASTType.cpp1697 ClangASTType::GetBasicTypeFromAST (lldb::BasicType basic_type) const
1700 return ClangASTContext::GetBasicType(m_ast, basic_type);
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h348 GetBasicTypeFromAST (lldb::BasicType basic_type) const;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3791 basic_type = simple_c_type(1, 0, name)
3792 if basic_type:
3793 return basic_type
/external/valgrind/main/perf/
H A Dtinycc.c12329 basic_type:
12339 goto basic_type;
12342 goto basic_type;
12360 goto basic_type;
12363 goto basic_type;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 418 milliseconds