Home
last modified time | relevance | path

Searched defs:functionType (Results 1 – 9 of 9) 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/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/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/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()