Lines Matching refs:Procedure
2585 characteristics::Procedure::Attr::Elemental);
2632 characteristics::Procedure::Attrs attrs;
2634 attrs.set(characteristics::Procedure::Attr::Elemental);
2639 attrs.set(characteristics::Procedure::Attr::Pure);
2643 name, characteristics::Procedure{std::move(dummyArgs), attrs}},
2646 attrs.set(characteristics::Procedure::Attr::Pure);
2649 characteristics::Procedure chars{
2868 std::optional<characteristics::Procedure> procPointer;
2871 characteristics::Procedure::Characterize(*mold, context);
2875 characteristics::Procedure::Characterize(DEREF(last), context);
2897 characteristics::Procedure::Attrs attrs;
2898 attrs.set(characteristics::Procedure::Attr::NullPointer);
2899 characteristics::Procedure chars{
2911 characteristics::Procedure::Attrs attrs;
2912 attrs.set(characteristics::Procedure::Attr::NullPointer);
2913 attrs.set(characteristics::Procedure::Attr::Pure);
2917 characteristics::Procedure{characteristics::DummyArguments{}, attrs}},
2926 characteristics::Procedure::Attrs attrs;
2927 attrs.set(characteristics::Procedure::Attr::Subroutine);
3042 characteristics::Procedure{std::move(dummies), attrs}},
3108 characteristics::Procedure{
3114 characteristics::Procedure::Attrs{
3115 characteristics::Procedure::Attr::Pure}}},
3175 characteristics::Procedure{
3181 characteristics::Procedure::Attrs{
3182 characteristics::Procedure::Attr::Pure}}},
3545 characteristics::Procedure::Attrs attrs;
3546 attrs.set(characteristics::Procedure::Attr::Pure)
3547 .set(characteristics::Procedure::Attr::Elemental);
3548 characteristics::Procedure chars{