Home
last modified time | relevance | path

Searched defs:child_type (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/test/Evaluate/
Dfolding12.f907 type, extends(parent_type) :: child_type type
63 type, extends(parent_type) :: child_type type
100 type, extends(parent_type) :: child_type type
/external/llvm-project/lldb/test/API/lang/c/local_types/
DTestUseClosestType.py29 def run_and_check_expr(self, num_children, child_type): argument
/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
96 const struct glsl_type *child_type = glsl_get_struct_field(type, i); in add_var_xfb_outputs() local
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp124 const CompilerType child_type = in GetChildAtIndex() local
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java154 int child_type = T_UNKNOWN, t; in eval() local
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc962 CComPtr<IDiaSymbol> child_type; in GetFunctionStackParamSize() local
/external/skia/src/core/
DSkRuntimeEffect.cpp121 static SkRuntimeEffect::Child::Type child_type(const SkSL::Type& type) { in child_type() function
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9345 CompilerType *child_type) { in CountDeclLevels()