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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1693 unsigned NumFixed; local
1695 const SpillSlot *FixedSlots = getCalleeSavedSpillSlots(NumFixed);
1696 for (const SpillSlot *S = FixedSlots; S != FixedSlots+NumFixed; ++S) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5110 unsigned BuiltinIndex, NumFixed = 1; local
5231 NumFixed = 2;
5241 NumFixed = 2;
5261 NumFixed = 0;
5277 if (TheCall->getNumArgs() < 1+NumFixed) {
5279 << 0 << 1 + NumFixed << TheCall->getNumArgs()
5313 for (unsigned i = 0; i != NumFixed; ++i) {

Completed in 138 milliseconds