Searched refs:canon (Results 1 – 2 of 2) sorted by relevance
422 canon: str = cursor.type.get_canonical().spelling423 return canon if canon else cls.get_derived_typename_from_cursor(cursor)754 canon = cursor.canonical755 if canon.location.file != cursor_file:756 return Cursor.cast(canon)757 for child in canon.get_children():
668 PetscInt canon; in DMPlexCreateAnchors_Tree() local670 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree()671 if (p != canon) continue; in DMPlexCreateAnchors_Tree()689 PetscInt canon; in DMPlexCreateAnchors_Tree() local691 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree()692 if (p != canon) continue; in DMPlexCreateAnchors_Tree()714 PetscInt canon; in DMPlexCreateAnchors_Tree() local716 PetscCall(DMLabelGetValue(canonLabel, p, &canon)); in DMPlexCreateAnchors_Tree()717 if (p != canon) continue; in DMPlexCreateAnchors_Tree()927 PetscInt canon; in DMPlexSetTree_Internal() local[all …]