Home | History | Annotate | Download | only in compiler

Lines Matching defs:builtIn

2472             bool builtIn;
2473 fnCandidate = context->findFunction((yyvsp[(1) - (1)].interm).line, fnCall, &builtIn);
2478 if (builtIn && !fnCandidate->getExtension().empty() &&
2483 if (builtIn && op != EOpNull) {
2507 // this is how we know whether the given function is a builtIn function or a user defined function
2508 // if builtIn == false, it's a userDefined -> could be an overloaded builtIn function also
2509 // if builtIn == true, it's definitely a builtIn function with EOpNull
2510 if (!builtIn)