Searched refs:StaticAssert (Results 26 - 36 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c1208 StaticAssert *Parser::parseStaticAssert()
1231 return new StaticAssert(loc, exp, msg);
H A Dhdrgen.c1114 void visit(StaticAssert *s)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9550 StaticAssert,
9861 case Decl::StaticAssert:
9862 return StaticAssert;
10345 case StaticAssert: {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp116 case Decl::StaticAssert: // static_assert(X, ""); [C++0x]
H A DCodeGenModule.cpp5751 case Decl::StaticAssert:
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d1971 private AST.StaticAssert parseStaticAssert()
1994 return new AST.StaticAssert(loc, exp, msg);
H A Dhdrgen.d820 override void visit(StaticAssert s)
H A Ddsymbolsem.d1942 override void visit(StaticAssert sa)
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5694 return cxstring::createRef("StaticAssert");
6448 case Decl::StaticAssert:
7927 case Decl::StaticAssert:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3906 case Decl::StaticAssert:
H A DSemaDeclCXX.cpp1832 case Decl::StaticAssert:

Completed in 395 milliseconds

12