Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Dresolve70.f9015 type, abstract :: abstractType type
16 end type abstractType
18 type, extends(abstractType) :: concreteType
23 type (abstractType), allocatable :: abstractVar
28 type (abstractType), parameter :: abstractArray(*) = (/ abstractType :: /)
35 type (abstractType) :: abstractVar1 = abstractType()
39 allocate(abstractType :: abstractVar)
44 type is (abstractType)
/external/llvm-project/mlir/include/mlir/IR/
DTypeSupport.h87 assert(abstractType && "Malformed type storage object."); in getAbstractType()
88 return *abstractType; in getAbstractType()
93 TypeStorage() : abstractType(nullptr) {} in TypeStorage()
99 abstractType = &abstractTy; in initialize()
103 const AbstractType *abstractType; variable
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DFieldInitializerTest.java30 private AbstractStaticClass abstractType; field in FieldInitializerTest
/external/auto/common/src/test/java/com/google/auto/common/
DMoreElementsTest.java463 TypeElement abstractType = in getLocalAndInheritedMethods_AbstractList() local
466 MoreElements.getLocalAndInheritedMethods(abstractType, elements); in getLocalAndInheritedMethods_AbstractList()