Searched defs:is_vector (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/0.153/backends/
H A Dppc64_retval.c162 bool is_vector; local
164 &attr_mem), &is_vector) == 0
165 && is_vector)
H A Dppc_retval.c165 bool is_vector; local
167 &attr_mem), &is_vector) == 0
168 && is_vector
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.h312 bool is_vector() const function in struct:glsl_type
/external/mesa3d/src/glsl/
H A Dglsl_types.h312 bool is_vector() const function in struct:glsl_type
/external/lldb/source/Symbol/
H A DClangASTContext.cpp2010 bool is_vector)
2017 if (is_vector)
2008 CreateArrayType(const ClangASTType &element_type, size_t element_count, bool is_vector) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6843 bool is_vector = false; local
6869 case DW_AT_GNU_vector: is_vector = form_value.Boolean(); break;
6907 is_vector);

Completed in 177 milliseconds