Home
last modified time | relevance | path

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

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