Searched refs:NoType (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/base/ |
D | template_util.h | 70 struct NoType { 88 static NoType Test(...); 101 static NoType Test(...);
|
D | scoped_ptr.h | 170 static rtc::internal::NoType Test(const typename U::AllowSelfReset*);
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | fields-expected.cc | 120 struct NoType { struct 125 static NoType SubclassCheck(...);
|
D | fields-original.cc | 117 struct NoType { struct 122 static NoType subclassCheck(...);
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 83 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport); in import() 137 type = new Instruction(getUniqueId(), NoType, OpTypeVoid); in makeVoidType() 151 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 165 type = new Instruction(getUniqueId(), NoType, OpTypeSampler); in makeSamplerType() 187 type = new Instruction(getUniqueId(), NoType, OpTypePointer); in makePointer() 202 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer); in makeForwardPointer() 221 type = new Instruction(forwardPointerType, NoType, OpTypePointer); in makePointerFromForwardPointer() 243 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType() 277 type = new Instruction(getUniqueId(), NoType, OpTypeFloat); in makeFloatType() 308 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct); in makeStructType() [all …]
|
D | spvIR.h | 66 const Id NoType = 0; variable 95 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction() 365 … return idToInstruction[resultId] == nullptr ? NoType : idToInstruction[resultId]->getTypeId(); in getTypeId() 424 instructions.push_back(std::unique_ptr<Instruction>(new Instruction(id, NoType, OpLabel))); in Block()
|
D | SpvPostProcess.cpp | 282 if (inst.getTypeId() != NoType) in postProcess() 288 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
|
D | SpvBuilder.h | 84 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId() 624 if (accessChain.preSwizzleBaseType == NoType) in accessChainPushComponent()
|
D | GlslangToSpv.cpp | 1894 spv::Id invertedType = spv::NoType; in visitUnary() 1895 …auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? invertedTyp… in visitUnary() 1900 if (invertedType != spv::NoType) in visitUnary() 2007 spv::Id invertedType = spv::NoType; // to use to override the natural type of the node in visitAggregate() 2008 …auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? invertedTyp… in visitAggregate() 2452 if (invertedType != spv::NoType && arg == 0) in visitAggregate() 2935 return spv::NoType; in getInvertedSwizzleType() 5535 spv::Id type = spv::NoType;
|
D | SPVRemapper.cpp | 1259 return spv::NoType; in findType()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | TypeNames.java | 23 import javax.lang.model.type.NoType; 93 public TypeName visitNoType(NoType t, Void p) { in forTypeMirror()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | template_util.h | 46 struct NoType {
|
D | bindings_internal.h | 176 static NoType Test(...);
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | TypeName.java | 35 import javax.lang.model.type.NoType; 310 @Override public TypeName visitNoType(NoType t, Void p) { in get()
|