/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-set-fuzzer.cc | 19 UNION = 1, enumerator 73 case UNION: in LLVMFuzzerTestOneInput()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | analyze.py | 69 if decl.kind is KIND.STRUCT or decl.kind is KIND.UNION: 110 elif decl.kind is KIND.STRUCT or decl.kind is KIND.UNION: 263 if decl.kind is KIND.STRUCT or decl.kind is KIND.UNION:
|
H A D | __main__.py | 36 KIND.UNION, 76 KIND.UNION: 'unions',
|
H A D | info.py | 96 elif item.kind is KIND.STRUCT or item.kind is KIND.UNION:
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _analyzer.py | 141 if decl.kind in (KIND.STRUCT, KIND.UNION): 162 if decl.kind in (KIND.STRUCT, KIND.UNION):
|
H A D | __main__.py | 169 if decl.kind in (KIND.STRUCT, KIND.UNION):
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1453 case UNION: in tre_add_tags() 1757 case UNION: in tre_copy_ast() 1873 case UNION: in tre_expand_ast() 2193 case UNION: in tre_match_empty() 2314 case UNION: in tre_compute_nfl() 2637 case UNION: in tre_ast_to_tnfa()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1454 case UNION: in tre_add_tags() 1758 case UNION: in tre_copy_ast() 1874 case UNION: in tre_expand_ast() 2194 case UNION: in tre_match_empty() 2315 case UNION: in tre_compute_nfl() 2638 case UNION: in tre_ast_to_tnfa()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1453 case UNION: in tre_add_tags() 1757 case UNION: in tre_copy_ast() 1873 case UNION: in tre_expand_ast() 2193 case UNION: in tre_match_empty() 2314 case UNION: in tre_compute_nfl() 2637 case UNION: in tre_ast_to_tnfa()
|
/third_party/musl/src/regex/ |
H A D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1453 case UNION: in tre_add_tags() 1757 case UNION: in tre_copy_ast() 1873 case UNION: in tre_expand_ast() 2193 case UNION: in tre_match_empty() 2314 case UNION: in tre_compute_nfl() 2637 case UNION: in tre_ast_to_tnfa()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | __main__.py | 93 elif kind is KIND.STRUCT or kind is KIND.UNION:
|
H A D | info.py | 28 UNION = 'union' variable in KIND 121 KIND.UNION, 738 if parsed.kind in (KIND.STRUCT, KIND.UNION): 1243 kind = KIND.UNION
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 1230 const UNION: Flags = Flags::A.union(Flags::C); in test_set_ops_const() consts 1233 const SYM_DIFFERENCE: Flags = UNION.symmetric_difference(DIFFERENCE); in test_set_ops_const() 1235 assert_eq!(UNION, Flags::A | Flags::C); in test_set_ops_const()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-set.c | 943 UNION = 0, enumerator 995 case UNION: in check_set_operations() 1052 for (set_operation op = UNION; op < LAST; op++) { in test_set_inverted_operations()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 17269 #define SQLITE_FlttnUnionAll 0x00800000 /* Disable the UNION ALL flattener */ 18958 #define SRT_Except 2 /* Remove result from a UNION index */ [all...] |