Searched defs:var_type (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Core/
H A DValueObjectVariable.cpp60 Type *var_type = m_variable_sp->GetType(); local
61 if (var_type)
62 return var_type->GetClangForwardType();
69 Type * var_type = m_variable_sp->GetType(); local
70 if (var_type)
71 return var_type->GetName();
78 Type * var_type = m_variable_sp->GetType(); local
79 if (var_type)
80 return var_type->GetQualifiedName();
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1403 Type *var_type = var->GetType(); local
1405 if (!var_type)
1412 ClangASTType var_clang_type = var_type->GetClangFullType();
1422 ASTContext *ast = var_type->GetClangASTContext().getASTContext();
1683 QualType var_type = var_decl->getType(); local
1684 TypeFromParser parser_type(var_type.getAsOpaquePtr(), &var_decl->getASTContext());
1686 lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr());
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2572 const struct glsl_type *var_type; local
2593 var_type = process_array_type(&loc, decl_type, decl->array_size,
2595 if (var_type->is_error())
2598 var_type = decl_type;
2601 var = new(ctx) ir_variable(var_type, decl->identifier, ir_var_auto);
2875 if (var_type->contains_sampler() &&
/external/opencv/ml/src/
H A Dml_inner_functions.cpp565 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx, argument
582 if( !CV_IS_MAT(var_type) )
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
585 if( var_type->rows != 1 && var_type->cols != 1 )
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
588 if( !CV_IS_MASK_ARR(var_type))
591 tm_size = var_type->rows + var_type
[all...]
/external/v8/tools/gcmole/
H A Dgcmole.cc784 const clang::QualType& var_type,
787 if (IsRawPointerType(var_type)) {
783 Use(const clang::Expr* parent, const clang::QualType& var_type, const std::string& var_name, const Environment& env) argument
/external/opencv/ml/include/
H A Dml.h809 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData
/external/lldb/source/Symbol/
H A DClangASTType.cpp4503 const ClangASTType &var_type,
4508 if (!IsValid() || !var_type.IsValid())
4519 var_type.GetQualType(), // Variable QualType
4502 AddVariableToRecordType(const char *name, const ClangASTType &var_type, AccessType access) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1890 Type *var_type = ResolveTypeUID(encoding_uid); local
1892 if (var_type)
1897 var_type->GetClangLayoutType(),

Completed in 257 milliseconds