Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DFieldInitializerTest.java24 private StaticClass alreadyInstantiated = new StaticClass();
25 private StaticClass noConstructor;
39 final StaticClass backupInstance = alreadyInstantiated; in should_keep_same_instance_if_field_initialized()
171 static class StaticClass { class in FieldInitializerTest
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp1091 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local
1096 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()
1098 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()
1101 if (!StaticClass) in getMethodReceiverIfKnownImmutable()
1104 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp812 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local
813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()