Home
last modified time | relevance | path

Searched defs:initArray (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Analysis/diagnostics/
Dundef-value-param.c30 void initArray(int x, double XYZ[3]) { in initArray() function
/external/llvm-project/clang/test/Analysis/diagnostics/
Dundef-value-param.c30 void initArray(int x, double XYZ[3]) { in initArray() function
/external/llvm-project/lld/ELF/
DOutputSections.h134 static OutputSection *initArray; member
DOutputSections.cpp41 OutputSection *Out::initArray; member in Out
/external/llvm-project/compiler-rt/lib/xray/
Dxray_allocator.h139 T *initArray(size_t N, U &&... Us) XRAY_NEVER_INSTRUMENT { in initArray() function