Home
last modified time | relevance | path

Searched refs:StaticClass (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1061 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local
1066 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()
1068 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()
1071 if (!StaticClass) in getMethodReceiverIfKnownImmutable()
1074 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp812 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local
813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d2443 static class StaticClass { }
2444 static assert(!isNested!StaticClass);
2445 static assert(!hasNested!StaticClass);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d2657 static class StaticClass { }
2658 static assert(!isNested!StaticClass);
2659 static assert(!hasNested!StaticClass);