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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp442 /// Return the index that parameter PIndex will sit at
443 /// in a generated function call. This is often just PIndex,
446 unsigned getGeneratedParamIdx(unsigned PIndex) { argument
452 for (unsigned I = 0; I < PIndex; ++I)

Completed in 112 milliseconds