Home
last modified time | relevance | path

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

/llvm-project/clang/test/Profile/
H A Dcxx-abc-deleting-dtor.cpp17 void pure() override {} in pure() function
/llvm-project/flang/test/Semantics/
H A Dresolve83.f9027 real pure real function realFunc() variable
H A Dcall11.f9019 pure integer function pure(n) function
[all...]
H A Dcall10.f90136 pure subroutine pure global() subroutine
[all...]
/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_messages.cpp136 __attribute__((pure)) int pure() { return 0; } in pure() function
/llvm-project/flang/lib/Parser/
H A DFortran-parsers.cpp709 TYPE_PARSER("CONSTANT" >> pure(common::CUDADataAttr::Constant) || pure() function
[all...]
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/flang/lib/Semantics/
H A Ddefinable.cpp52 const Scope &context, const Scope &pure) { in CheckDefinabilityInPureScope() argument
131 if (const Scope * pure{FindPureProcedureContaining(scope)}) { WhyNotDefinableBase() local
[all...]
H A Dexpression.cpp974 if (const semantics::Scope *pure{semantics::FindPureProcedureContaining( Analyze() local
3351 pure{semantics::FindPureProcedureContaining( CheckCall() local
/llvm-project/polly/lib/External/isl/
H A Disl_ast_codegen.c3627 isl_bool pure; in generate_shifted_component_tree() local