Home
last modified time | relevance | path

Searched refs:UNION (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-set-fuzzer.cc19 UNION = 1, enumerator
73 case UNION: in LLVMFuzzerTestOneInput()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Danalyze.py69 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__.py36 KIND.UNION,
76 KIND.UNION: 'unions',
H A Dinfo.py96 elif item.kind is KIND.STRUCT or item.kind is KIND.UNION:
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py141 if decl.kind in (KIND.STRUCT, KIND.UNION):
162 if decl.kind in (KIND.STRUCT, KIND.UNION):
H A D__main__.py169 if decl.kind in (KIND.STRUCT, KIND.UNION):
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c68 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 Dregcomp.c68 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 Dregcomp.c68 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 Dregcomp.c68 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__.py93 elif kind is KIND.STRUCT or kind is KIND.UNION:
H A Dinfo.py28 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 Dlib.rs1230 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 Dtest-set.c943 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 Dsqlite3.c17269 #define SQLITE_FlttnUnionAll 0x00800000 /* Disable the UNION ALL flattener */
18958 #define SRT_Except 2 /* Remove result from a UNION index */
[all...]

Completed in 162 milliseconds