Home
last modified time | relevance | path

Searched refs:child_type (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/test/Evaluate/
Dfolding12.f907 type, extends(parent_type) :: child_type type
9 end type child_type
17 type(child_type), parameter :: child_const1 = child_type(10, 11)
21 type(child_type), parameter :: child_const2 = child_type(12, 13)
22 type(child_type), parameter :: array_var(2) = &
23 [child_type(14, 15), child_type(16, 17)]
34 type(child_type), parameter, dimension(2) :: child_const3 = &
35 [child_type(18, 19), child_type(20, 21)]
45 type(child_type), parameter :: child_const7 = child_type(28, 29)
49 type(child_type), parameter :: child_const9 = &
[all …]
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java154 int child_type = T_UNKNOWN, t; in eval() local
161 child_type = type = T_INT; // - in eval()
163 child_type = type = T_BOOLEAN; // ! in eval()
170 child_type = type = T_INT; in eval()
172 child_type = type = T_BOOLEAN; in eval()
174 child_type = T_INT; in eval()
181 t = exprs[i].eval(child_type); in eval()
183 if(t != child_type) { in eval()
185 "Expression has not expected type " + TYPE_NAMES[child_type] + in eval()
/external/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c82 const struct glsl_type *child_type = glsl_get_array_element(type); in add_var_xfb_outputs() local
83 if (!glsl_type_is_array(child_type) && in add_var_xfb_outputs()
84 !glsl_type_is_struct(child_type)) { in add_var_xfb_outputs()
92 child_type, varying_added); in add_var_xfb_outputs()
96 const struct glsl_type *child_type = glsl_get_struct_field(type, i); in add_var_xfb_outputs() local
98 child_type, varying_added); in add_var_xfb_outputs()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_type.py21 for child_type in obj:
22 s = str(child_type)
/external/llvm-project/lldb/test/API/lang/c/local_types/
DTestUseClosestType.py29 def run_and_check_expr(self, num_children, child_type): argument
35 self.assertEqual(result.GetChildAtIndex(0).GetTypeName(), child_type, "Got the right type.")
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp124 const CompilerType child_type = in GetChildAtIndex() local
147 child_byte_offset, child_type, true, in GetChildAtIndex()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc962 CComPtr<IDiaSymbol> child_type; in GetFunctionStackParamSize() local
1002 if (FAILED(child->get_type(&child_type)) || !child_type) { in GetFunctionStackParamSize()
1007 if (FAILED(child_type->get_length(&child_length))) { in GetFunctionStackParamSize()
/external/skia/src/core/
DSkRuntimeEffect.cpp121 static SkRuntimeEffect::Child::Type child_type(const SkSL::Type& type) { in child_type() function
225 c.type = child_type(varType); in Make()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h843 CompilerType *child_type = nullptr);
DTypeSystemClang.cpp9345 CompilerType *child_type) { in CountDeclLevels() argument
9405 if (child_type) { in CountDeclLevels()
9407 if (!AreTypesSame(clang_type, *child_type, in CountDeclLevels()