Searched refs:paramNode (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 3524 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 ¶meters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod() 3657 TIntermSequence ¶meters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod() [all …]
|
D | ParseHelper.h | 238 …TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall, TIntermNode *paramNode, TIntermNode *this…
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DocumentationBuilder.kt | 926 … 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()
|