Home
last modified time | relevance | path

Searched refs:paramNode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3524 TIntermTyped *TParseContext::addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIn… in addFunctionCallOrMethod() argument
3540 else if(paramNode != nullptr) in addFunctionCallOrMethod()
3565 if(!constructorErrorCheck(loc, paramNode, *fnCall, op, &type)) in addFunctionCallOrMethod()
3570 callNode = addConstructor(paramNode, &type, op, fnCall, loc); in addFunctionCallOrMethod()
3608 TIntermNode *operand = paramNode->getAsAggregate()->getSequence()[0]; in addFunctionCallOrMethod()
3615 << static_cast<TIntermTyped*>(paramNode)->getCompleteString(); in addFunctionCallOrMethod()
3617 error(paramNode->getLine(), " wrong operand type", "Internal Error", extraInfo.c_str()); in addFunctionCallOrMethod()
3624 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, op, loc); in addFunctionCallOrMethod()
3635 TIntermSequence &parameters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod()
3657 TIntermSequence &parameters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod()
[all …]
DParseHelper.h238 …TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *this…
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt926 … val paramNode = DocumentationNode(name.asString(), Content.Empty, NodeKind.Parameter) in AnnotationDescriptor() constant
927 paramNode.append(valueNode, RefKind.Detail) in AnnotationDescriptor()
928 node.append(paramNode, RefKind.Detail) in AnnotationDescriptor()