Searched refs:scope_type (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverangeevaluator_helpers.cpp | 41 scope_type(type), in ProgramScope() 58 return scope_type; in type() 73 return (scope_type == loop_body); in is_loop() 78 if (scope_type == loop_body) in is_in_loop() 89 if (scope_type == loop_body) in innermost_loop() 156 return scope_type == if_branch || in is_conditional() 157 scope_type == else_branch || in is_conditional() 158 scope_type == switch_case_branch || in is_conditional() 159 scope_type == switch_default_branch; in is_conditional() 164 if (scope_type == else_branch) in in_else_scope() [all …]
|
D | sfn_liverangeevaluator_helpers.h | 80 ProgramScopeType scope_type;
|
/third_party/selinux/libsepol/tests/ |
D | test-common.h | 37 extern void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type…
|
D | test-common.c | 32 void test_sym_presence(policydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsig… in test_sym_presence() argument 45 CU_ASSERT(scope->scope == scope_type); in test_sym_presence()
|
/third_party/python/Python/ |
D | compile.c | 509 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() argument 542 if (scope == scope_type || vi & flag) { in dictbytype() 609 int scope_type, void *key, int lineno) in compiler_enter_scope() argument 620 u->u_scope_type = scope_type; in compiler_enter_scope() 2328 int scope_type; in compiler_function() local 2340 scope_type = COMPILER_SCOPE_ASYNC_FUNCTION; in compiler_function() 2350 scope_type = COMPILER_SCOPE_FUNCTION; in compiler_function() 2377 if (!compiler_enter_scope(c, name, scope_type, (void *)s, firstlineno)) { in compiler_function()
|
/third_party/libabigail/ |
D | ChangeLog | 44114 (type_decl::operator==, scope_type::operator==)
|