Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dtemplate_util.h50 struct NoType {
68 static NoType Test(...);
81 static NoType Test(...);
/third_party/glslang/SPIRV/
DSpvBuilder.cpp86 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 …]
DspvIR.h67 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()
DSpvPostProcess.cpp312 if (inst.getTypeId() != NoType) in postProcess()
318 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
DSpvBuilder.h94 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId()
716 if (accessChain.preSwizzleBaseType == NoType) in accessChainPushComponent()
DGlslangToSpv.cpp2086 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 …]
DSPVRemapper.cpp1270 return spv::NoType; in findType()
/third_party/boost/libs/tti/test/
Dtest_has_data_fail6.cpp14 BOOST_TTI_HAS_DATA_GEN(DSMember)<NoType,short> aVar; in main()
Dtest_has_static_mem_data_fail3.cpp14 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/
DTBEHandler.cpp27 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/
DELFStub.h28 NoType = ELF::STT_NOTYPE, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h401 NoType = 3, enumerator
417 return ComponentType::NoType; in GLenumToComponentType()
Dformatutils.h299 return ComponentType::NoType; in GetVertexAttributeComponentType()
DFramebuffer.cpp884 return ComponentType::NoType; in getDrawbufferWriteType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h533 return ComponentType::NoType; in GetVertexAttributeComponentType()
Dangletypes.h741 NoType = 3, enumerator
757 return ComponentType::NoType; in GLenumToComponentType()
DFramebuffer.cpp1087 return ComponentType::NoType; in getDrawbufferWriteType()