Searched refs:NoType (Results 1 - 12 of 12) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
H A D | template_util.h | 46 // Types YesType and NoType are guaranteed such that sizeof(YesType) < 47 // sizeof(NoType). 50 struct NoType { struct 68 static NoType Test(...); 81 static NoType Test(...);
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 86 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport); in import() 172 type = new Instruction(typeId, NoType, OpTypeVoid); in makeVoidType() 189 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 210 type = new Instruction(getUniqueId(), NoType, OpTypeSampler); in makeSamplerType() 238 type = new Instruction(getUniqueId(), NoType, OpTypePointer); in makePointer() 253 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer); in makeForwardPointer() 272 type = new Instruction(forwardPointerType, NoType, OpTypePointer); in makePointerFromForwardPointer() 294 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType() 334 type = new Instruction(getUniqueId(), NoType, OpTypeFloat); in makeFloatType() 371 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruc in makeStructType() [all...] |
H A D | spvIR.h | 67 const Id NoType = 0; member 97 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { } in Instruction() 451 return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId() 518 instructions.push_back(std::unique_ptr<Instruction>(new Instruction(id, NoType, OpLabel))); in Block()
|
H A D | SpvPostProcess.cpp | 326 if (inst.getTypeId() != NoType) in postProcess() 331 // getTypeId() to return NoType for things like OpLabel. in postProcess() 332 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
|
H A D | SpvBuilder.h | 98 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId() 703 // NoType unless a swizzle or component is present 804 if (accessChain.preSwizzleBaseType == NoType) in accessChainPushComponent()
|
H A D | GlslangToSpv.cpp | 2458 std::pair<spv::Id, spv::Id> ret(spv::NoType, spv::NoType); in getForcedType() 2588 spv::Id invertedType = spv::NoType; in visitUnary() 2589 auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? in visitUnary() 2596 if (invertedType != spv::NoType) in visitUnary() 2832 spv::Id invertedType = spv::NoType; // to use to override the natural type of the node in visitAggregate() 2837 auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? in visitAggregate() 3525 if (invertedType != spv::NoType && arg == 0) in visitAggregate() 3583 if (invertedType == spv::NoType && !builder.isSpvLvalue()) { in visitAggregate() 4238 spv::Id spvType = forcedType == spv::NoType in createSpvVariable() [all...] |
H A D | SPVRemapper.cpp | 1290 return spv::NoType; in findType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
H A 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/ |
H A D | ELFStub.h | 28 NoType = ELF::STT_NOTYPE, member in llvm::elfabi::ELFSymbolType
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 533 return ComponentType::NoType; in GetVertexAttributeComponentType()
|
H A D | angletypes.h | 741 NoType = 3, 757 return ComponentType::NoType;
|
H A D | Framebuffer.cpp | 1087 return ComponentType::NoType;
|
Completed in 23 milliseconds