Searched refs:UninitArray (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h66 struct UninitArray {}; struct in class:clang::APValue
147 APValue(UninitArray, unsigned InitElts, unsigned Size) : Kind(Uninitialized) {
/external/clang/lib/AST/
H A DExprConstant.cpp2044 Result = APValue(APValue::UninitArray(),
2067 APValue NewValue(APValue::UninitArray(), NewElts, Size);
5485 Result = APValue(APValue::UninitArray(), 0,
5543 Result = APValue(APValue::UninitArray(), NumEltsToInit, NumElts);
5597 *Value = APValue(APValue::UninitArray(), N, N);

Completed in 234 milliseconds