Searched +defs:typed +defs:function (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/ |
| D | functools.py | 237 def reduce(function, sequence, initial=_initial_missing): argument 447 def _make_key(args, kwds, typed, argument 478 def lru_cache(maxsize=128, typed=False): argument 524 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | IntermNode.cpp | 610 TIntermTyped *typed = (*childIter)->getAsTyped(); in setPrecisionFromChildren() local 659 TIntermTyped *typed = arg->getAsTyped(); in setBuiltInFunctionPrecision() local 999 TIntermFunctionPrototype::TIntermFunctionPrototype(const TFunction *function) in TIntermFunctionPrototype() 1297 TIntermUnary::TIntermUnary(TOperator op, TIntermTyped *operand, const TFunction *function) in TIntermUnary()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | ParseHelper.cpp | 497 …::constructorErrorCheck(const TSourceLoc &line, TIntermNode* node, TFunction& function, TOperator … in constructorErrorCheck() 582 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck() local 1828 TIntermAggregate *TParseContext::addFunctionPrototypeDeclaration(const TFunction &function, const T… in addFunctionPrototypeDeclaration() 1880 TIntermAggregate *TParseContext::addFunctionDefinition(const TFunction &function, TIntermAggregate … in addFunctionDefinition() 1907 void TParseContext::parseFunctionPrototype(const TSourceLoc &location, TFunction *function, TInterm… in parseFunctionPrototype() 2004 TFunction *TParseContext::parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) in parseFunctionDeclarator()
|