HomeSort by relevance Sort by last modified time
    Searched defs:var_type (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Core/
ValueObjectVariable.cpp 60 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/qemu/android/
cmdline-option.c 28 int var_type; member in struct:__anon32776
155 if (oo->var_type != OPTION_IS_FLAG) {
164 if (oo->var_type == OPTION_IS_PARAM)
168 else if (oo->var_type == OPTION_IS_LIST)
214 if ( oo->var_type == OPTION_IS_LIST ) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 112 enum cl_var_type var_type; member in struct:cl_option
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 2572 const struct glsl_type *var_type; local
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 1403 Type *var_type = var->GetType(); local
1683 QualType var_type = var_decl->getType(); local
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2572 const struct glsl_type *var_type; local
    [all...]
  /external/opencv/ml/include/
ml.h 809 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 1890 Type *var_type = ResolveTypeUID(encoding_uid); local
    [all...]

Completed in 551 milliseconds