Home
last modified time | relevance | path

Searched refs:other_input (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Parser/
Dblock-pointer-decl.c11 int blockTaker (int (^myBlock)(int), int other_input)
13 return 5 * myBlock (other_input);
/external/v8/src/compiler/
Dlinkage.cc96 size_t other_input = 0; in CanTailCall() local
101 if (other_input < other->InputCount()) { in CanTailCall()
102 if (!other->GetInputLocation(other_input).IsRegister()) { in CanTailCall()
116 ++other_input; in CanTailCall()