HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentFunctionType (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 52 mCurrentFunctionType(nullptr),
99 const TType *getCurrentFunctionType() const { return mCurrentFunctionType; }
102 mCurrentFunctionType = currentFunctionType;
262 const TType *mCurrentFunctionType; // the return type of the function that's currently being parsed
ParseHelper.cpp     [all...]

Completed in 227 milliseconds