OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UninitArray
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
EvalEmitter.cpp
174
R = APValue(APValue::
UninitArray
{}, NumElems, NumElems);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
250
struct
UninitArray
{};
340
APValue(
UninitArray
, unsigned InitElts, unsigned Size) : Kind(None) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
3404
Result = APValue(APValue::
UninitArray
(),
3427
APValue NewValue(APValue::
UninitArray
(), NewElts, Size);
4766
Result = APValue(APValue::
UninitArray
(), 0, AT->getSize().getZExtValue());
6626
*Val = APValue(APValue::
UninitArray
(), 0, Size.getZExtValue());
7111
APValue ArrayValue(APValue::
UninitArray
(), Size, Size);
10361
Result = APValue(APValue::
UninitArray
(), 0, 0);
10368
Result = APValue(APValue::
UninitArray
(), 0,
10479
Result = APValue(APValue::
UninitArray
(), NumEltsToInit, NumElts);
10528
Result = APValue(APValue::
UninitArray
(), Elements, Elements);
10566
*Value = APValue(APValue::
UninitArray
(), N, N)
[
all
...]
DeclCXX.cpp
3336
APValue(APValue::
UninitArray
(), 8, 8);
Completed in 25 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026