Home
last modified time | relevance | path

Searched refs:functionType (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DfunctionType.symbols1 === tests/cases/compiler/functionType.ts ===
3 >salt : Symbol(salt, Decl(functionType.ts, 0, 0))
7 >salt : Symbol(salt, Decl(functionType.ts, 0, 0))
DfunctionType.types1 === tests/cases/compiler/functionType.ts ===
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp420 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local
421 if (functionType == FUNCTIONORIGIN_INSTANCE) in mixupAddressProcCheck()
426 else if (functionType == FUNCTIONORIGIN_DEVICE) in mixupAddressProcCheck()
437 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local
438 if (functionType == FUNCTIONORIGIN_PLATFORM) in specialCasesCheck()
440 else if (functionType == FUNCTIONORIGIN_INSTANCE) in specialCasesCheck()
442 else if (functionType == FUNCTIONORIGIN_DEVICE) in specialCasesCheck()
456 const deUint32 functionType = testsArr[ndx].second; in regularCheck() local
457 if (functionType == FUNCTIONORIGIN_PLATFORM) in regularCheck()
459 else if (functionType == FUNCTIONORIGIN_INSTANCE) in regularCheck()
[all …]
/third_party/glslang/SPIRV/
DspvIR.h327 Function(Id id, Id resultType, Id functionType, Id firstParam, Module& parent);
462 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function() argument
468 functionInstruction.addIdOperand(functionType); in Function()
473 Instruction* typeInst = parent.getInstruction(functionType); in Function()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py1661 def writeExtensionFunctions (functionType): argument
1664 if functionType == Function.TYPE_INSTANCE:
1667 elif functionType == Function.TYPE_DEVICE:
1674 if func.getType() == functionType:
Dgen_framework.py1642 def writeExtensionFunctions (functionType): argument
1645 if functionType == Function.TYPE_INSTANCE:
1648 elif functionType == Function.TYPE_DEVICE:
1655 if func.getType() == functionType:
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1294 const functionType = checker.getTypeAtLocation(node); constant
1295 …const functionSignature = singleOrUndefined(checker.getSignaturesOfType(functionType, SignatureKin…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3030 spirv::IdRef functionType; in transformInstruction() local
3032 &functionType); in transformInstruction()
3944 spirv::IdRef functionType; in transformInstruction() local
3945 spirv::ParseFunction(instruction, &id, &functionId, &functionControl, &functionType); in transformInstruction()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h138 IdRef *functionType);
Dspirv_instruction_builder_autogen.h112 IdRef functionType);
Dspirv_instruction_builder_autogen.cpp509 IdRef functionType) in WriteFunction() argument
516 blob->push_back(functionType); in WriteFunction()
Dspirv_instruction_parser_autogen.cpp570 IdRef *functionType) in ParseFunction() argument
580 *functionType = IdRef(_instruction[_o++]); in ParseFunction()
/third_party/typescript/src/compiler/
Dbinder.ts394 const functionType = node.parent as JSDocFunctionType; constant
395 const index = functionType.parameters.indexOf(node as ParameterDeclaration);
Dchecker.ts12944 const functionType = resolved === anyFunctionType ? globalFunctionType : constant
12948 if (functionType) {
12949 const symbol = getPropertyOfObjectType(functionType, name);
43912 …const functionType = getSignaturesOfType(type, SignatureKind.Call).length ? globalCallableFunction… constant
43915 if (functionType) {
43916 forEach(getPropertiesOfType(functionType), p => {
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp515 llvm::FunctionType *functionType = llvm::FunctionType::get(retTy, params, false); in createFunction() local
516 …auto func = llvm::Function::Create(functionType, llvm::GlobalValue::InternalLinkage, name, jit->mo… in createFunction()
/third_party/typescript/lib/
DtypingsInstaller.js47406 var functionType = node.parent;
47407 var index = functionType.parameters.indexOf(node);
62258 var functionType = resolved === anyFunctionType ? globalFunctionType :
62262 if (functionType) {
62263 var symbol_1 = getPropertyOfObjectType(functionType, name);
90700 …var functionType = getSignaturesOfType(type, 0 /* SignatureKind.Call */).length ? globalCallableFu…
90703 if (functionType) {
90704 ts.forEach(getPropertiesOfType(functionType), function (p) {
Dtsc.js39033 var functionType = node.parent;
39034 var index = functionType.parameters.indexOf(node);
51799 var functionType = resolved === anyFunctionType ? globalFunctionType :
51803 if (functionType) {
51804 var symbol_1 = getPropertyOfObjectType(functionType, name);
76477 var functionType = getSignaturesOfType(type, 0).length ? globalCallableFunctionType :
76480 if (functionType) {
76481 ts.forEach(getPropertiesOfType(functionType), function (p) {