Home
last modified time | relevance | path

Searched refs:CreateInternalFunctionPrototypeNode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.h21 TIntermFunctionPrototype *CreateInternalFunctionPrototypeNode(const TFunction &func);
H A DIntermNode_util.cpp37 TIntermFunctionPrototype *CreateInternalFunctionPrototypeNode(const TFunction &func) in CreateInternalFunctionPrototypeNode() function
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DDeferGlobalInitializers.cpp117 CreateInternalFunctionPrototypeNode(*initGlobalsFunction); in InsertInitCallToMain()
H A DRemoveDynamicIndexing.cpp187 TIntermFunctionPrototype *prototypeNode = CreateInternalFunctionPrototypeNode(func); in GetIndexFunctionDefinition()