Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h326 TIntermFunctionDefinition *addFunctionDefinition(TIntermFunctionPrototype *functionPrototype,
H A DParseContext.cpp4489 TIntermFunctionPrototype *functionPrototype, in addFunctionDefinition() argument
4504 "function does not return a value:", functionPrototype->getFunction()->name()); in addFunctionDefinition()
4513 new TIntermFunctionDefinition(functionPrototype, functionBody); in addFunctionDefinition()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dcommon.h798 std::string functionPrototype; in ProgramHeader() local