Home
last modified time | relevance | path

Searched refs:hasPrototypeDeclaration (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h227 bool hasPrototypeDeclaration() const { return mHasPrototypeDeclaration; } in hasPrototypeDeclaration() function
DSymbolTable.cpp104 *hadPrototypeDeclarationOut = function->hasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h321 bool hasPrototypeDeclaration() const { return mHasPrototypeDeclaration; } in hasPrototypeDeclaration() function
DSymbolTable.cpp141 *hadPrototypeDeclarationOut = function->hasPrototypeDeclaration(); in markFunctionHasPrototypeDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp70 if (src.hasPrototypeDeclaration()) in AcquireFunctionExtras()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h180 bool hasPrototypeDeclaration() const { return prototypeDeclaration; } in hasPrototypeDeclaration() function
DParseHelper.cpp1835 if(symbolTableFunction->hasPrototypeDeclaration() && mShaderVersion == 100) in addFunctionPrototypeDeclaration()