Home
last modified time | relevance | path

Searched refs:hasType (Results 1 - 25 of 31) sorted by relevance

12

/third_party/node/deps/npm/node_modules/nopt/lib/
H A Dnopt-lib.js8 let hasType = hasOwn(types, k)
10 if (!hasType && typeof dynamicTypes === 'function') {
14 hasType = true
17 return [hasType, type]
90 let [hasType, rawType] = getType(k, { types, dynamicTypes })
128 if (!hasType) {
305 let [hasType, argType] = getType(arg, { types, dynamicTypes })
316 if (!hasType && hasOwn(data, arg)) {
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
H A Dtext.cpp296 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
H A Dbinary.cpp523 assert(opcode_entry->hasType);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
H A Dtext.cpp296 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
H A Dbinary.cpp523 assert(opcode_entry->hasType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
H A DIRMover.h59 bool hasType(StructType *Ty);
/third_party/spirv-tools/source/
H A Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
H A Dtext.cpp297 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
676 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
H A Dbinary.cpp533 assert(opcode_entry->hasType);
/third_party/glslang/SPIRV/
H A Ddoc.h236 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionParameters
H A DSPVRemapper.cpp443 if (spv::InstructionDesc[opCode].hasType()) in buildLocalMaps()
550 if (spv::InstructionDesc[opCode].hasType()) { in processInstruction()
778 const unsigned word = start + (spv::InstructionDesc[opCode].hasType() ? 2 : 1); in mapFnBodies()
H A Ddisassemble.cpp188 if (InstructionDesc[opCode].hasType()) { in processInstructions()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptorProto.php280 public function hasType() function
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h275 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionValue
H A Dheader.cpp531 out << " case " << fmtEnumUse("Op", name) << ": *hasResult = " << (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "false") << "; break;" << std::endl;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h275 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionValue
H A Dheader.cpp531 out << " case " << fmtEnumUse("Op", name) << ": *hasResult = " << (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "false") << "; break;" << std::endl;
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h287 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionValue
H A Dheader.cpp536 out << " case " << fmtEnumUse("Op", name) << ": *hasResult = " << (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "false") << "; break;" << std::endl;
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_info.cpp1776 bool hasType = true; in ParseDNGPrivateData() local
1785 hasType = false; in ParseDNGPrivateData()
1840 uint32 tagType = hasType ? stream.Get_uint16 () in ParseDNGPrivateData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp249 DstStructTypesSet.hasType(STy)) in get()
788 if (TypeMap.DstStructTypesSet.hasType(ST)) { in computeTypeMapping()
822 if (TypeMap.DstStructTypesSet.hasType(DST)) in computeTypeMapping()
1556 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java1380 if (proto.hasType()) { in FieldDescriptor()
1460 if (!proto.hasType()) { in crossLink()
/third_party/typescript/lib/
H A DtypingsInstaller.js14527 function hasType(node) { global() function
[all...]

Completed in 53 milliseconds

12