| /third_party/typescript/tests/baselines/reference/ |
| D | functionType.symbols | 1 === tests/cases/compiler/functionType.ts === 3 >salt : Symbol(salt, Decl(functionType.ts, 0, 0)) 7 >salt : Symbol(salt, Decl(functionType.ts, 0, 0))
|
| D | functionType.types | 1 === tests/cases/compiler/functionType.ts ===
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiVersionCheck.cpp | 420 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/ |
| D | spvIR.h | 327 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/ |
| D | ohos_gen_framework.py | 1661 def writeExtensionFunctions (functionType): argument 1664 if functionType == Function.TYPE_INSTANCE: 1667 elif functionType == Function.TYPE_DEVICE: 1674 if func.getType() == functionType:
|
| D | gen_framework.py | 1642 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/ |
| D | extractSymbol.ts | 1294 const functionType = checker.getTypeAtLocation(node); constant 1295 …const functionSignature = singleOrUndefined(checker.getSignaturesOfType(functionType, SignatureKin…
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 3030 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/ |
| D | spirv_instruction_parser_autogen.h | 138 IdRef *functionType);
|
| D | spirv_instruction_builder_autogen.h | 112 IdRef functionType);
|
| D | spirv_instruction_builder_autogen.cpp | 509 IdRef functionType) in WriteFunction() argument 516 blob->push_back(functionType); in WriteFunction()
|
| D | spirv_instruction_parser_autogen.cpp | 570 IdRef *functionType) in ParseFunction() argument 580 *functionType = IdRef(_instruction[_o++]); in ParseFunction()
|
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 394 const functionType = node.parent as JSDocFunctionType; constant 395 const index = functionType.parameters.indexOf(node as ParameterDeclaration);
|
| D | checker.ts | 12944 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/ |
| D | LLVMReactor.cpp | 515 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/ |
| D | typingsInstaller.js | 47406 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) {
|
| D | tsc.js | 39033 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) {
|