/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | template_util.h | 50 struct NoType { 68 static NoType Test(...); 81 static NoType Test(...);
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 86 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport); in import() 140 type = new Instruction(getUniqueId(), NoType, OpTypeVoid); in makeVoidType() 154 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 168 type = new Instruction(getUniqueId(), NoType, OpTypeSampler); in makeSamplerType() 190 type = new Instruction(getUniqueId(), NoType, OpTypePointer); in makePointer() 205 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer); in makeForwardPointer() 224 type = new Instruction(forwardPointerType, NoType, OpTypePointer); in makePointerFromForwardPointer() 251 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType() 290 type = new Instruction(getUniqueId(), NoType, OpTypeFloat); in makeFloatType() 321 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct); in makeStructType() [all …]
|
D | spvIR.h | 67 const Id NoType = 0; variable 97 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction() 431 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId() 491 instructions.push_back(std::unique_ptr<Instruction>(new Instruction(id, NoType, OpLabel))); in Block()
|
D | SpvPostProcess.cpp | 312 if (inst.getTypeId() != NoType) in postProcess() 318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
|
D | SpvBuilder.h | 94 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId() 716 if (accessChain.preSwizzleBaseType == NoType) in accessChainPushComponent()
|
D | GlslangToSpv.cpp | 2086 std::pair<spv::Id, spv::Id> ret(spv::NoType, spv::NoType); in getForcedType() 2205 spv::Id invertedType = spv::NoType; in visitUnary() 2206 auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? in visitUnary() 2213 if (invertedType != spv::NoType) in visitUnary() 2384 …spv::Id invertedType = spv::NoType; // to use to override the natural type of … in visitAggregate() 2389 auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? in visitAggregate() 2942 if (invertedType != spv::NoType && arg == 0) in visitAggregate() 2998 if (invertedType == spv::NoType && !builder.isSpvLvalue()) { in visitAggregate() 3499 spv::Id spvType = forcedType == spv::NoType ? convertGlslangToSpvType(node->getType()) in createSpvVariable() 3599 return spv::NoType; in getInvertedSwizzleType() [all …]
|
D | SPVRemapper.cpp | 1270 return spv::NoType; in findType()
|
/third_party/boost/libs/tti/test/ |
D | test_has_data_fail6.cpp | 14 BOOST_TTI_HAS_DATA_GEN(DSMember)<NoType,short> aVar; in main()
|
D | test_has_static_mem_data_fail3.cpp | 14 BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN(DSMember)<NoType,short> aVar; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
D | TBEHandler.cpp | 27 IO.enumCase(SymbolType, "NoType", ELFSymbolType::NoType); in enumeration() 99 if (Symbol.Type == ELFSymbolType::NoType) { in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/ |
D | ELFStub.h | 28 NoType = ELF::STT_NOTYPE, enumerator
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 401 NoType = 3, enumerator 417 return ComponentType::NoType; in GLenumToComponentType()
|
D | formatutils.h | 299 return ComponentType::NoType; in GetVertexAttributeComponentType()
|
D | Framebuffer.cpp | 884 return ComponentType::NoType; in getDrawbufferWriteType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.h | 533 return ComponentType::NoType; in GetVertexAttributeComponentType()
|
D | angletypes.h | 741 NoType = 3, enumerator 757 return ComponentType::NoType; in GLenumToComponentType()
|
D | Framebuffer.cpp | 1087 return ComponentType::NoType; in getDrawbufferWriteType()
|