Home
last modified time | relevance | path

Searched refs:is_incomplete_array (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp111 struct is_incomplete_array { struct
116 struct is_incomplete_array<T[]> { argument
120 int incomplete_array0[is_incomplete_array<int>::value ? -1 : 1]; argument
121 int incomplete_array1[is_incomplete_array<int[1]>::value ? -1 : 1];
122 int incomplete_array2[is_incomplete_array<bool[]>::value ? 1 : -1];
123 int incomplete_array3[is_incomplete_array<int[]>::value ? 1 : -1];
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp822 bool is_incomplete_array = false; in GetValueForVariableExpressionPath() local
886 nullptr, nullptr, &is_incomplete_array)) { in GetValueForVariableExpressionPath()
890 if (!child_valobj_sp && (is_incomplete_array || !no_synth_child)) in GetValueForVariableExpressionPath()