Home
last modified time | relevance | path

Searched refs:is_group (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddecoration_manager.cpp67 const bool is_group = !decorations_info.decorate_insts.empty(); in RemoveDecorationsFrom() local
164 if (is_group && decorations_info.direct_decorations.empty() && in RemoveDecorationsFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddecoration_manager.cpp67 const bool is_group = !decorations_info.decorate_insts.empty(); in RemoveDecorationsFrom() local
164 if (is_group && decorations_info.direct_decorations.empty() && in RemoveDecorationsFrom()
/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.cpp66 const bool is_group = !decorations_info.decorate_insts.empty(); in RemoveDecorationsFrom() local
164 if (is_group && decorations_info.direct_decorations.empty() && in RemoveDecorationsFrom()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c1151 static int is_group(gid_t gid, const char *name) { in is_group() function
1190 if ((k = is_group(gids[i], name)) < 0) in pa_own_uid_in_group()
1199 if ((k = is_group(tgid = getgid(), name)) < 0) in pa_own_uid_in_group()
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c2386 BOOL is_group = (*ptr != CHAR_ASTERISK); in read_name() local
2390 *errorcodeptr = is_group? ERR62: /* Subpattern name expected */ in read_name()
2402 if (utf && is_group) in read_name()
2436 if (is_group && IS_DIGIT(*ptr)) in read_name()
2460 if (is_group) in read_name()

Completed in 20 milliseconds