Home
last modified time | relevance | path

Searched defs:abstract (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/SemaObjCXX/
H A Dabstract-class-type-ivar.mm17 - (CppAbstractBase*)abstract; method
22 - (CppAbstractBase*)abstract { method
/llvm-project/flang/test/Semantics/
H A Dabstract01.f904 type, abstract :: abstract type
H A Dstructconst01.f9019 type, abstract :: abstract(j) type
H A Dbindings01.f9015 type, abstract :: abstract type
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp63 struct abstract { virtual int f() = 0; }; struct
/llvm-project/libcxx/test/std/utilities/format/format.formattable/
H A Dconcept.formattable.compile.pass.cpp372 struct abstract { global() struct
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.convertible/
H A Dconvertible_to.pass.cpp107 struct abstract { struct
/llvm-project/mlir/include/mlir/IR/
H A DStorageUniquerSupport.h156 typename ConcreteT::AbstractTy *abstract = in attachInterface() local
/llvm-project/clang/test/CodeGenCXX/
H A Dconstructors.cpp130 namespace abstract { namespace
/llvm-project/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp479 class AbstractClass abstract { global() class
516 class TooManyVirtSpecifiers3 final abstract final {}; global() class
524 class TooManyVirtSpecifiers4 abstract final abstract {}; global() class
[all...]
H A Dnew-delete.cpp88 struct abstract { global() struct
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp743 const AbstractAttribute *abstract = lookupMutable(typeID, context); lookup() local