HomeSort by relevance Sort by last modified time
    Searched refs:NoType (Results 1 - 25 of 43) sorted by null

1 2

  /external/webrtc/webrtc/base/
template_util.h 66 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
67 // sizeof(NoType).
70 struct NoType {
88 static NoType Test(...);
101 static NoType Test(...);
scoped_ptr.h 170 static rtc::internal::NoType Test(const typename U::AllowSelfReset*);
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
fields-expected.cc 103 struct NoType {
108 static NoType SubclassCheck(...);
fields-original.cc 100 struct NoType {
105 static NoType subclassCheck(...);
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 92 ResolveInfo::NoType,
102 ResolveInfo::NoType,
112 ResolveInfo::NoType,
StaticResolver.cpp 174 (pOld.desc() == pNew.desc() || pOld.desc() == ResolveInfo::NoType ||
175 pNew.desc() == ResolveInfo::NoType)) {
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
TypeNames.java 23 import javax.lang.model.type.NoType;
93 public TypeName visitNoType(NoType t, Void p) {
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 278 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
294 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
310 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
326 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
341 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
356 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
377 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
392 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
407 ASSERT_TRUE(ResolveInfo::NoType == sym->type());
422 ASSERT_TRUE(ResolveInfo::NoType == sym->type())
    [all...]
NamePoolTest.cpp 104 ResolveInfo::Type type = ResolveInfo::NoType;
LinkerTest.cpp 483 /// 7: 00000000 0 NOTYPE GLOBAL DEFAULT UND _Z1gv
486 ResolveInfo::NoType,
  /external/libmojo/mojo/public/cpp/bindings/lib/
template_util.h 42 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
43 // sizeof(NoType).
46 struct NoType {
bindings_internal.h 159 static NoType Test(...);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 76 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport);
88 type = new Instruction(getUniqueId(), NoType, OpTypeVoid);
102 type = new Instruction(getUniqueId(), NoType, OpTypeBool);
116 type = new Instruction(getUniqueId(), NoType, OpTypeSampler);
138 type = new Instruction(getUniqueId(), NoType, OpTypePointer);
160 type = new Instruction(getUniqueId(), NoType, OpTypeInt);
193 type = new Instruction(getUniqueId(), NoType, OpTypeFloat);
224 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct);
271 type = new Instruction(getUniqueId(), NoType, OpTypeVector);
297 type = new Instruction(getUniqueId(), NoType, OpTypeMatrix)
    [all...]
spvIR.h 65 const Id NoType = 0;
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
384 instructions.push_back(std::unique_ptr<Instruction>(new Instruction(id, NoType, OpLabel)));
SpvBuilder.h 463 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied; NoType unless a swizzle or component is present
506 if (accessChain.preSwizzleBaseType == NoType)
SPVRemapper.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 76 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport);
88 type = new Instruction(getUniqueId(), NoType, OpTypeVoid);
102 type = new Instruction(getUniqueId(), NoType, OpTypeBool);
116 type = new Instruction(getUniqueId(), NoType, OpTypeSampler);
138 type = new Instruction(getUniqueId(), NoType, OpTypePointer);
160 type = new Instruction(getUniqueId(), NoType, OpTypeInt);
193 type = new Instruction(getUniqueId(), NoType, OpTypeFloat);
224 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct);
271 type = new Instruction(getUniqueId(), NoType, OpTypeVector);
297 type = new Instruction(getUniqueId(), NoType, OpTypeMatrix)
    [all...]
spvIR.h 65 const Id NoType = 0;
84 explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullptr) { }
384 instructions.push_back(std::unique_ptr<Instruction>(new Instruction(id, NoType, OpLabel)));
SpvBuilder.h 463 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied; NoType unless a swizzle or component is present
506 if (accessChain.preSwizzleBaseType == NoType)
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 85 ResolveInfo::NoType,
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 50 NoType = 0,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 243 ResolveInfo::NoType,
256 ResolveInfo::NoType,
281 ResolveInfo::NoType,
292 ResolveInfo::NoType,
312 ResolveInfo::NoType,
323 ResolveInfo::NoType,
343 ResolveInfo::NoType,
354 ResolveInfo::NoType,
373 ResolveInfo::NoType,
398 ResolveInfo::NoType,
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 127 ResolveInfo::NoType,
528 ResolveInfo::Type type = ResolveInfo::NoType;
532 // if the symbol does not exist, we can set type to NOTYPE
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 246 ResolveInfo::NoType,
256 ResolveInfo::NoType,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 161 ResolveInfo::NoType,
    [all...]

Completed in 791 milliseconds

1 2