Home
last modified time | relevance | path

Searched refs:UNION (Results 1 – 25 of 50) sorted by relevance

12

/third_party/musl/tools/
Dmkalltypes.sed11 /^UNION/s/UNION * \([^ ]*\) \(.*\);$/#if defined(__NEED_union_\1) \&\& !defined(__DEFINED_union_\1)\
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc19 UNION = 1, enumerator
73 case UNION: in LLVMFuzzerTestOneInput()
/third_party/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc19 UNION = 1, enumerator
73 case UNION: in LLVMFuzzerTestOneInput()
/third_party/python/Tools/c-analyzer/c_analyzer/
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:
D__main__.py36 KIND.UNION,
76 KIND.UNION: 'unions',
Dinfo.py96 elif item.kind is KIND.STRUCT or item.kind is KIND.UNION:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.def22 HANDLE_BTF_KIND(5, UNION)
/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py139 if decl.kind in (KIND.STRUCT, KIND.UNION):
160 if decl.kind in (KIND.STRUCT, KIND.UNION):
D__main__.py166 if decl.kind in (KIND.STRUCT, KIND.UNION):
/third_party/mindspore/third_party/patch/sqlite/
Dsqlite.patch001319 SELECT * FROM (SELECT a FROM t1 UNION SELECT b FROM t2) WHERE a=a;
362 + UNION
375 + UNION
390 + UNION
/third_party/flutter/skia/modules/pathkit/perf/
Dpathops.bench.js91 let path = PathKit.MakeFromOp(ctx.path1, ctx.path2, PathKit.PathOp.UNION);
/third_party/skia/modules/pathkit/perf/
Dpathops.bench.js91 let path = PathKit.MakeFromOp(ctx.path1, ctx.path2, PathKit.PathOp.UNION);
/third_party/musl/porting/liteos_m/kernel/src/regex/
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/
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/
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/
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/flutter/skia/modules/pathkit/tests/
Dpathops.spec.js83 'kUnion_SkPathOp': PathKit.PathOp.UNION,
/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js83 'kUnion_SkPathOp': PathKit.PathOp.UNION,
/third_party/python/Tools/c-analyzer/c_parser/
D__main__.py93 elif kind is KIND.STRUCT or kind is KIND.UNION:
Dinfo.py28 UNION = 'union' variable in KIND
121 KIND.UNION,
738 if parsed.kind in (KIND.STRUCT, KIND.UNION):
1241 kind = KIND.UNION
/third_party/skia/third_party/externals/harfbuzz/test/api/
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/skia/site/docs/user/modules/
Dpathkit.md340 let mountains = PathKit.MakeFromOp(pathOne, pathTwo, PathKit.PathOp.UNION);
342 // Users can also do pathOne.op(pathTwo, PathKit.PathOp.UNION);
614 let mountains = pathOne.copy().op(pathOne, pathTwo, PathKit.PathOp.UNION);
826 - `PathKit.PathOp.UNION`
/third_party/flutter/skia/site/user/modules/
Dpathkit.md324 let mountains = PathKit.MakeFromOp(pathOne, pathTwo, PathKit.PathOp.UNION);
326 // Users can also do pathOne.op(pathTwo, PathKit.PathOp.UNION);
571 let mountains = pathOne.copy().op(pathOne, pathTwo, PathKit.PathOp.UNION);
764 - `PathKit.PathOp.UNION`
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp318 TOKEN_DATA(UNION, "union"),
/third_party/flatbuffers/include/flatbuffers/
Didl.h67 TD(UNION, "", Offset<void>, int, int, int, int, unused, Int, Offset<UOffset>)

12