Searched defs:initializer_type (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc1055 auto* initializer_type = var_info->type(); local
1056 if (initializer_type->AsFunctionType() == nullptr) {
1065 table_element_type = initializer_type;
1066 } else if (!initializer_type->IsA(table_element_type)) {
2844 AsmType* initializer_type = nullptr; local
2847 initializer_type = AsmType::Unsigned();
2848 SetTypeOf(initializer, initializer_type);
2850 initializer_type = AsmType::FixNum();
2851 SetTypeOf(initializer, initializer_type);
2852 initializer_type
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp4236 const glsl_type *initializer_type; local
4244 initializer_type = result->type;
4246 initializer_type = rhs->type;
4271 var->type = initializer_type;

Completed in 160 milliseconds