Searched defs:base_type (Results 1 - 15 of 15) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslotrepeater.h47 typedef signal0<mt_policy> base_type; typedef in class:sigslot::repeater0
51 repeater0(const this_type& s) : base_type(s) { }
54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
62 typedef signal1<arg1_type, mt_policy> base_type; typedef in class:sigslot::repeater1
66 repeater1(const this_type& s) : base_type(s) { }
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
77 typedef signal2<arg1_type, arg2_type, mt_policy> base_type; typedef in class:sigslot::repeater2
81 repeater2(const this_type& s) : base_type(s) { }
84 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
93 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type; typedef in class:sigslot::repeater3
[all...]
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp23 * base_type | object_type | array_type
24 * base_type:
45 bool base_type(string & result, function in namespace:__anon8637
74 if (base_type(result, begin, end))
/external/mesa3d/src/glsl/
H A Dir_print_visitor.cpp80 if (t->base_type == GLSL_TYPE_ARRAY) {
84 } else if ((t->base_type == GLSL_TYPE_STRUCT)
312 const glsl_type *const base_type = ir->type->get_base_type(); local
334 switch (base_type->base_type) {
H A Dglsl_types.cpp49 glsl_base_type base_type, unsigned vector_elements,
52 base_type(base_type),
70 base_type(GLSL_TYPE_SAMPLER),
83 base_type(GLSL_TYPE_STRUCT),
218 switch (base_type) {
249 base_type(GLSL_TYPE_ARRAY),
279 glsl_type::get_instance(unsigned base_type, unsigned rows, unsigned columns) argument
281 if (base_type == GLSL_TYPE_VOID)
290 switch (base_type) {
48 glsl_type(GLenum gl_type, glsl_base_type base_type, unsigned vector_elements, unsigned matrix_columns, const char *name) argument
[all...]
H A Dglsl_types.h70 glsl_base_type base_type; member in struct:glsl_type
193 static const glsl_type *get_instance(unsigned base_type, unsigned rows,
232 && (base_type >= GLSL_TYPE_UINT)
233 && (base_type <= GLSL_TYPE_BOOL);
243 && (base_type >= GLSL_TYPE_UINT)
244 && (base_type <= GLSL_TYPE_BOOL);
253 return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT);
261 return (base_type >= GLSL_TYPE_UINT) && (base_type <= GLSL_TYPE_FLOAT);
269 return (base_type
[all...]
H A Dir_reader.cpp142 const glsl_type *base_type = read_type(st, base_expr); local
143 if (base_type == NULL) {
155 return glsl_type::get_array_instance(base_type, size->value());
859 const glsl_type *const base_type = type->get_base_type(); local
873 if (base_type->base_type == GLSL_TYPE_FLOAT) {
887 switch (base_type->base_type) {
H A Dir_to_llvm.cpp126 llvm::Type* llvm_base_type(unsigned base_type) argument
128 switch(base_type)
161 llvm::Type* base_type = llvm_base_type(type->base_type); local
163 return base_type;
165 return llvm::VectorType::get(base_type, type->vector_elements);
537 switch (ir->operands[0]->type->base_type) {
548 switch (ir->operands[0]->type->base_type) {
564 switch (ir->operands[0]->type->base_type) {
581 assert(ir->operands[0]->type->base_type
1150 llvm::Type* base_type = llvm_base_type(ir->type->base_type); local
[all...]
/external/clang/include/clang/AST/
H A DRedeclarable.h34 typedef llvm::PointerIntPair<decl_type *, 1, bool> base_type; typedef in struct:clang::Redeclarable::DeclLink
36 bool NextIsPrevious() const { return base_type::getInt() == false; }
37 bool NextIsLatest() const { return base_type::getInt() == true; }
38 decl_type *getNext() const { return base_type::getPointer(); }
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp35 // typo corrections, this example would not trigger a suggestion as "base_type"
36 // is a closer match to "basetype" than is "BaseType" but "base_type" does not
40 static int base_type; // expected-note {{'base_type' declared here}} member in struct:Derived
47 return st->Base_Type; // expected-error{{no member named 'Base_Type' in 'Derived'; did you mean 'base_type'?}}
/external/clang/utils/VtableTest/
H A Dgen.cc100 int base_type = 1; local
106 base_type = 3;
129 base_present[s][base] = base_type;
/external/gcc-demangle/
H A Dcp-demangle.c1789 struct demangle_component *base_type; local
1797 base_type = cplus_demangle_type (di);
1802 base_type, derived_type);
/external/libsepol/src/
H A Dlink.c399 type_datum_t *type, *base_type, *new_type = NULL; local
409 base_type = hashtab_search(state->base->p_types.table, id);
410 if (base_type != NULL) {
416 && base_type->flavor != TYPE_ATTRIB) {
422 && base_type->flavor == TYPE_ATTRIB) {
429 base_type->flags |= (type->flags & TYPE_FLAGS_PERMISSIVE);
457 base_type = new_type;
468 new_type->s.value = base_type->s.value;
479 state->cur->map[SYM_TYPES][type->s.value - 1] = base_type->s.value;
806 type_datum_t *type, *base_type, *new_typ local
[all...]
/external/qemu/tcg/
H A Dtcg.h245 TCGType base_type; member in struct:TCGTemp
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1702 struct demangle_component *base_type; local
1710 base_type = cplus_demangle_type (di);
1715 base_type, derived_type);
/external/bluetooth/glib/gobject/
H A Dgtype.c3160 GType base_type)
3168 TypeNode *base_node = lookup_type_node_I (base_type);
3174 if (node->supers[n] == base_type)
3159 g_type_next_base(GType type, GType base_type) argument

Completed in 339 milliseconds