Home
last modified time | relevance | path

Searched defs:functionType (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/src/scope/
DScopeType.ts9 functionType = 'functionType', enumerator
/third_party/typescript/src/services/
DsuggestionDiagnostics.ts122 const functionType = checker.getTypeAtLocation(node); constant
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp420 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local
437 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local
456 const deUint32 functionType = testsArr[ndx].second; in regularCheck() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_id.cpp1495 auto functionType = module_.FindDef(inst->words[functionTypeIndex]); in isValid() local
1530 auto functionType = module_.FindDef(inst->words[4]); in isValid() local
1572 auto functionType = module_.FindDef(function->words()[4]); in isValid() local
/third_party/glslang/SPIRV/
DspvIR.h462 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function()
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1237 const functionType = checker.getTypeAtLocation(node); constant
/third_party/typescript/src/compiler/
Dbinder.ts397 const functionType = <JSDocFunctionType>node.parent; constant
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py1643 def writeExtensionFunctions (functionType): argument
Dgen_framework.py1642 def writeExtensionFunctions (functionType): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3030 spirv::IdRef functionType; in transformInstruction() local
3944 spirv::IdRef functionType; in transformInstruction() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp515 llvm::FunctionType *functionType = llvm::FunctionType::get(retTy, params, false); in createFunction() local
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp509 IdRef functionType) in WriteFunction()
Dspirv_instruction_parser_autogen.cpp570 IdRef *functionType) in ParseFunction()