Lines Matching refs:candidate
75 TIntermAggregate* candidate = globals[f]->getAsAggregate();
76 if (candidate && candidate->getOp() == EOpFunction && candidate->getName() == name) {
77 destinations.push_back(candidate);
87 TIntermAggregate* candidate = globals[f]->getAsAggregate();
88 if (candidate && candidate->getOp() == EOpSequence &&
89 candidate->getSequence().size() == 1 &&
90 candidate->getSequence()[0]->getAsBinaryNode()) {
91 TIntermBinary* binary = candidate->getSequence()[0]->getAsBinaryNode();
95 destinations.push_back(candidate);