Home
last modified time | relevance | path

Searched refs:get_kind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.cc935 static Method::Kind get_kind(const isl_class &clazz, FunctionDecl *method) in get_kind() function
970 kind(get_kind(clazz, fd)), in Method()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h138 OStreamKind get_kind() const { return Kind; } in get_kind() function
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp932 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()