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

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

Completed in 103 milliseconds