Home
last modified time | relevance | path

Searched defs: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[]> { argument
120 int incomplete_array0[is_incomplete_array<int>::value ? -1 : 1]; argument
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp829 bool is_incomplete_array = false; GetValueForVariableExpressionPath() local