Searched defs:pure (Results 1 – 10 of 10) sorted by relevance
17 void pure() override {} in pure() function
27 real pure real function realFunc() variable
19 pure integer function pure(n) function [all...]
136 pure subroutine pure global() subroutine [all...]
136 __attribute__((pure)) int pure() { return 0; } in pure() function
709 TYPE_PARSER("CONSTANT" >> pure(common::CUDADataAttr::Constant) || pure() function [all...]
83 template <typename A> inline constexpr auto pure(A x) { in pure() function 95 template <typename A> inline constexpr auto pure() { in pure() function
52 const Scope &context, const Scope &pure) { in CheckDefinabilityInPureScope() argument 131 if (const Scope * pure{FindPureProcedureContaining(scope)}) { WhyNotDefinableBase() local [all...]
974 if (const semantics::Scope *pure{semantics::FindPureProcedureContaining( Analyze() local 3351 pure{semantics::FindPureProcedureContaining( CheckCall() local
3627 isl_bool pure; in generate_shifted_component_tree() local