Home
last modified time | relevance | path

Searched refs:typeKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve69.f9033 type derived(typeKind, typeLen)
34 integer, kind :: typeKind component
36 character(typeKind) :: kindValue
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp140 TypeKind typeKind() const { return TKind; } in typeKind() function in __anondd1c47770111::Type
186 static bool classof(const Type *T) { return T->typeKind() == TypeKind::Void; } in classof()
218 return T->typeKind() == TypeKind::Pointer; in classof()
285 return T->typeKind() == TypeKind::Scalar; in classof()
309 return T->typeKind() == TypeKind::Vector; in classof()
338 return T->typeKind() == TypeKind::MultiVector; in classof()
358 return T->typeKind() == TypeKind::Predicate; in classof()