OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fnCandidate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
glslang.y
416
const TFunction*
fnCandidate
;
418
fnCandidate
= context->findFunction(@1, fnCall, &builtIn);
419
if (
fnCandidate
) {
423
if (builtIn && !
fnCandidate
->getExtension().empty() &&
424
context->extensionErrorCheck(@1,
fnCandidate
->getExtension())) {
427
op =
fnCandidate
->getBuiltInOp();
432
if (
fnCandidate
->getParamCount() == 1) {
451
$$->setType(
fnCandidate
->getReturnType());
458
$$->getAsAggregate()->setName(
fnCandidate
->getMangledName());
461
for (size_t i = 0; i <
fnCandidate
->getParamCount(); ++i)
[
all
...]
glslang_tab.cpp
[
all
...]
Completed in 648 milliseconds