HomeSort by relevance Sort by last modified time
    Searched refs:isNone (Results 1 - 8 of 8) sorted by null

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 29 TEST(ASTNodeKind, IsNone) {
30 EXPECT_TRUE(ASTNodeKind().isNone());
31 EXPECT_FALSE(DNT<Decl>().isNone());
32 EXPECT_FALSE(DNT<VarDecl>().isNone());
79 ASTNodeKind::getMostDerivedType(DNT<IfStmt>(), DNT<VarDecl>()).isNone());
81 DNT<BinaryOperator>()).isNone());
99 DNT<IfStmt>(), DNT<VarDecl>()).isNone());
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 52 bool isNone() const { return Kind == None; }
CodeGenInstruction.cpp 215 if (!Ops[Op.first].Constraints[Op.second].isNone())
249 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
InstrInfoEmitter.cpp 155 if (Constraint.isNone())
  /external/clang/include/clang/AST/
ASTTypeTraits.h 68 bool isNone() const { return KindId == NKI_None; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 69 bool isNone() const { return llvm::ELF::R_MIPS_NONE == type(); }
155 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone();
203 for (MipsRelocationInfo info(pReloc, isRel()); !info.isNone();
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 202 bool isNone (void) const;
217 if (comp.isNone())
260 bool MaybeTextureSwizzle::isNone (void) const
345 DE_ASSERT(swizzle.isNone() || swizzle.isIdentitySwizzle());
347 if (swizzle.isNone() || swizzle.isIdentitySwizzle())
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 657 milliseconds