Home
last modified time | relevance | path

Searched defs:pure (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/Profile/
H A Dcxx-abc-deleting-dtor.cpp17 void pure() override {} in pure() function
/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve83.f9027 real pure real function realFunc() variable
H A Dcall11.f9019 pure integer function pure(n) function
H A Dcall10.f90119 pure subroutine pure ! ok subroutine
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-nullify.cpp22 const Scope *pure{FindPureProcedureContaining(scope)}; in Leave() local
H A Dassignment.cpp123 const Symbol &lhs, const Scope &context, const Scope &pure) { in CheckDefinabilityInPureScope()
168 if (const Scope * pure{FindPureProcedureContaining(scope)}) { in CheckForPureContext() local
H A Dexpression.cpp783 pure{semantics::FindPureProcedureContaining( in Analyze() local
2664 pure{semantics::FindPureProcedureContaining( in CheckCall() local
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_messages.cpp133 __attribute__((pure)) int pure() { return 0; } in pure() function
/llvm-project-15.0.7/flang/lib/Parser/
H A Dbasic-parsers.h83 template <typename A> inline constexpr auto pure(A x) { in pure() function
95 template <typename A> inline constexpr auto pure() { in pure() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_codegen.c3638 isl_bool pure; in generate_shifted_component_tree() local