Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp111 struct is_incomplete_array { struct
116 struct is_incomplete_array<T[]> { struct
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/lldb/source/Target/
H A DStackFrame.cpp854 bool is_incomplete_array = false; in GetValueForVariableExpressionPath()
919 nullptr, nullptr, &is_incomplete_array)) { in GetValueForVariableExpressionPath()
923 if (!child_valobj_sp && (is_incomplete_array || !no_synth_child)) in GetValueForVariableExpressionPath()
829 bool is_incomplete_array = false; GetValueForVariableExpressionPath() local