Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dtemplate_util.h70 struct NoType {
88 static NoType Test(...);
101 static NoType Test(...);
Dscoped_ptr.h170 static rtc::internal::NoType Test(const typename U::AllowSelfReset*);
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfields-expected.cc120 struct NoType { struct
125 static NoType SubclassCheck(...);
Dfields-original.cc117 struct NoType { struct
122 static NoType subclassCheck(...);
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp83 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 …]
DspvIR.h66 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()
DSpvPostProcess.cpp282 if (inst.getTypeId() != NoType) in postProcess()
288 if (getTypeId(inst.getIdOperand(op)) != NoType) in postProcess()
DSpvBuilder.h84 Instruction* fileString = new Instruction(strId, NoType, OpString); in getStringId()
624 if (accessChain.preSwizzleBaseType == NoType) in accessChainPushComponent()
DGlslangToSpv.cpp1894 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;
DSPVRemapper.cpp1259 return spv::NoType; in findType()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeNames.java23 import javax.lang.model.type.NoType;
93 public TypeName visitNoType(NoType t, Void p) { in forTypeMirror()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dtemplate_util.h46 struct NoType {
Dbindings_internal.h176 static NoType Test(...);
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeName.java35 import javax.lang.model.type.NoType;
310 @Override public TypeName visitNoType(NoType t, Void p) { in get()