Home
last modified time | relevance | path

Searched defs:funcArgument (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Samples/
DKotlinWebsiteSampleProcessingService.kt57 val (message, funcArgument) = expression.valueArguments in convertAssertFails() constant
71 val (funcArgument) = expression.valueArguments in convertAssertFailsWith() constant
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp293 const TVariable *funcArgument = function->getParam(argIndex); in processFunctionCall() local