Home
last modified time | relevance | path

Searched refs:var_type (Results 1 – 16 of 16) sorted by relevance

/external/lldb/source/Core/
DValueObjectVariable.cpp60 Type *var_type = m_variable_sp->GetType(); in GetClangTypeImpl() local
61 if (var_type) in GetClangTypeImpl()
62 return var_type->GetClangForwardType(); in GetClangTypeImpl()
69 Type * var_type = m_variable_sp->GetType(); in GetTypeName() local
70 if (var_type) in GetTypeName()
71 return var_type->GetName(); in GetTypeName()
78 Type * var_type = m_variable_sp->GetType(); in GetQualifiedTypeName() local
79 if (var_type) in GetQualifiedTypeName()
80 return var_type->GetQualifiedName(); in GetQualifiedTypeName()
/external/opencv/ml/src/
Dml_inner_functions.cpp565 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx, in cvPreprocessVarType() argument
582 if( !CV_IS_MAT(var_type) ) in cvPreprocessVarType()
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" ); in cvPreprocessVarType()
585 if( var_type->rows != 1 && var_type->cols != 1 ) in cvPreprocessVarType()
588 if( !CV_IS_MASK_ARR(var_type)) in cvPreprocessVarType()
591 tm_size = var_type->rows + var_type->cols - 1; in cvPreprocessVarType()
592 tm_step = var_type->step ? var_type->step/CV_ELEM_SIZE(var_type->type) : 1; in cvPreprocessVarType()
599 *response_type = var_type->data.ptr[var_count*tm_step] != 0; in cvPreprocessVarType()
613 src = var_type->data.ptr; in cvPreprocessVarType()
Dmltree.cpp49 var_idx = var_type = cat_count = cat_ofs = cat_map = in CvDTreeTrainData()
63 var_idx = var_type = cat_count = cat_ofs = cat_map = in CvDTreeTrainData()
155 cvNorm( data->var_type, var_type, CV_C ) < FLT_EPSILON && in CV_IMPLEMENT_QSORT_EX()
235 CV_CALL( var_type = cvCreateMat( 1, var_count+2, CV_32SC1 )); in CV_IMPLEMENT_QSORT_EX()
245 var_type->data.i[vi] = var_type0->data.ptr[vi] == CV_VAR_CATEGORICAL ? in CV_IMPLEMENT_QSORT_EX()
254 var_type->data.i[var_count] = cat_var_count; in CV_IMPLEMENT_QSORT_EX()
255 var_type->data.i[var_count+1] = cat_var_count+1; in CV_IMPLEMENT_QSORT_EX()
919 cvReleaseMat( &var_type ); in clear()
948 return var_type->data.i[vi]; in get_var_type()
1049 cvWriteInt( fs, 0, var_type->data.i[vi] >= 0 ); in write_params()
[all …]
Dmlrtrees.cpp126 int ci = data->var_type->data.i[vi]; in find_best_split()
Dmlboost.cpp1323 vtype = data->var_type->data.i; in predict()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1403 Type *var_type = var->GetType(); in GetVariableValue() local
1405 if (!var_type) in GetVariableValue()
1412 ClangASTType var_clang_type = var_type->GetClangFullType(); in GetVariableValue()
1422 ASTContext *ast = var_type->GetClangASTContext().getASTContext(); in GetVariableValue()
1683 QualType var_type = var_decl->getType(); in ResolveUnknownTypes() local
1684 TypeFromParser parser_type(var_type.getAsOpaquePtr(), &var_decl->getASTContext()); in ResolveUnknownTypes()
1686 …ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr()); in ResolveUnknownTypes()
/external/mesa3d/src/glsl/tests/lower_jumps/
Dcreate_test_cases.py131 def declare_temp(var_type, var_name): argument
136 return [['declare', ['temporary'], var_type, var_name]]
/external/libxml2/result/
Dintsubset2.xml.sax103 The type of cross-reference is given in the var_type attribute.
105 SAX.attributeDecl(variant, var_type, 1, 2, NULL, ...)
107 The var_type attribute indicates the type of variant code. The current
Dintsubset2.xml.sax2103 The type of cross-reference is given in the var_type attribute.
105 SAX.attributeDecl(variant, var_type, 1, 2, NULL, ...)
107 The var_type attribute indicates the type of variant code. The current
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py252 def __init__(self, start, end, name, var_type, initial_value, namespace): argument
254 self.type = var_type
731 var_type = Type(pos_token.start, pos_token.end, type_name,
735 name, var_type, value, self.namespace_stack)
/external/lldb/include/lldb/Symbol/
DClangASTType.h465 const ClangASTType &var_type,
/external/mesa3d/src/glsl/
Dast_to_hir.cpp2572 const struct glsl_type *var_type; in hir() local
2593 var_type = process_array_type(&loc, decl_type, decl->array_size, in hir()
2595 if (var_type->is_error()) in hir()
2598 var_type = decl_type; in hir()
2601 var = new(ctx) ir_variable(var_type, decl->identifier, ir_var_auto); in hir()
2875 if (var_type->contains_sampler() && in hir()
/external/v8/tools/gcmole/
Dgcmole.cc784 const clang::QualType& var_type, in Use() argument
787 if (IsRawPointerType(var_type)) { in Use()
/external/opencv/ml/include/
Dml.h809 CvMat* var_type; // i-th element = member
/external/lldb/source/Symbol/
DClangASTType.cpp4503 const ClangASTType &var_type, in AddVariableToRecordType() argument
4508 if (!IsValid() || !var_type.IsValid()) in AddVariableToRecordType()
4519 var_type.GetQualType(), // Variable QualType in AddVariableToRecordType()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1890 Type *var_type = ResolveTypeUID(encoding_uid); in ParseChildMembers() local
1892 if (var_type) in ParseChildMembers()
1897var_type->GetClangLayoutType(), in ParseChildMembers()