Home
last modified time | relevance | path

Searched full:excludes (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbinops-same-args.c35 * check-output-excludes: sub\\.
40 * check-output-excludes: seteq\\.
41 * check-output-excludes: setne\\.
42 * check-output-excludes: set[gl]t\\.
43 * check-output-excludes: set[gl]e\\.
44 * check-output-excludes: set[ab]\\.
45 * check-output-excludes: set[ab]e\\.
46 * check-output-excludes: xor\\.
47 * check-output-excludes: or\\.
48 * check-output-excludes: and\\.
Dcse-commutativity.c15 * check-output-excludes: add\\.
16 * check-output-excludes: muls\\.
17 * check-output-excludes: and\\.
18 * check-output-excludes: or\\.
19 * check-output-excludes: xor\\.
20 * check-output-excludes: seteq\\.
21 * check-output-excludes: setne\\.
Dkill-casts.c21 * check-output-excludes: cast\\.
22 * check-output-excludes: fcvt[us]\\.
23 * check-output-excludes: utptr\\.
24 * check-output-excludes: ptrtu\\.
25 * check-output-excludes: [sz]ext\\.
26 * check-output-excludes: trunc\\.
Dbitfield-store-loads.c17 * check-output-excludes: shl\\.
18 * check-output-excludes: lsr\\.
19 * check-output-excludes: or\\.
20 * check-output-excludes: [sz]ext\\.
21 * check-output-excludes: trunc\\.
Dand-or-bfs.c19 * check-output-excludes: and\\.
20 * check-output-excludes: or\\.
21 * check-output-excludes: shl\\.
22 * check-output-excludes: lsr\\.
Dext-trunc-same.c16 * check-output-excludes: trunc\\.
17 * check-output-excludes: sext\\.
18 * check-output-excludes: zext\\.
Dvoid-if-convert.c15 * check-output-excludes: phisrc\\.
16 * check-output-excludes: phi\\.
17 * check-output-excludes: VOID
Dand-trunc.c16 * check-output-excludes: sext\\.
17 * check-output-excludes: zext\\.
18 * check-output-excludes: trunc\\.
Dcgoto01.c21 * check-output-excludes: set\\.
22 * check-output-excludes: jmp
23 * check-output-excludes: call
Dand-or-bfu.c18 * check-output-excludes: or\\.
19 * check-output-excludes: shl\\.
20 * check-output-excludes: lsr\\.
Dbitfield-store-loadu.c17 * check-output-excludes: shl\\.
18 * check-output-excludes: lsr\\.
19 * check-output-excludes: or\\.
Dtrunc-seteq0.c15 * check-output-excludes: trunc\\.
16 * check-output-excludes: sext\\.
17 * check-output-excludes: zext\\.
Dand-extend.c23 * check-output-excludes: trunc\\.
24 * check-output-excludes: zext\\.
25 * check-output-excludes: sext\\.
Dmuldiv-by-one.c16 * check-output-excludes: mul[us]\\.
17 * check-output-excludes: div[us]\\.
18 * check-output-excludes: mod[us]\\.
/third_party/ltp/tools/sparse/sparse-src/validation/
Dkill-replaced-insn.c54 * check-output-excludes: add\\.
55 * check-output-excludes: scast\\.
56 * check-output-excludes: \\<cast\\.
57 * check-output-excludes: ptrcast\\.
58 * check-output-excludes: fpcast\\.
59 * check-output-excludes: sel\\.
60 * check-output-excludes: set\\.
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dbool-cast.c30 * check-output-excludes: cast\\.
31 * check-output-excludes: fcvt[us]\\.
32 * check-output-excludes: ptrtu\\.
33 * check-output-excludes: [sz]ext\\.
34 * check-output-excludes: trunc\\.
Dcast-volatile.c12 * check-output-excludes: sext\\.
13 * check-output-excludes: zext\\.
14 * check-output-excludes: trunc\\.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp123 if (!Includes.Names.empty() || !Excludes.Names.empty()) in init()
128 /// to the init() method. Explicit excludes take precedence over explicit
130 /// - false if the init() string is empty (no explicit includes or excludes)
135 if (Excludes.Names.find(Name) != Excludes.Names.end()) in match()
137 if (Number >= Excludes.AllFrom) in match()
139 if (Number < Excludes.Numbers.size() && Excludes.Numbers[Number]) in match()
151 return Excludes.IsExplicit && !Includes.IsExplicit; in match()
156 void RangeSpec::exclude(const std::string &Token) { record(Token, &Excludes); } in exclude()
/third_party/typescript/tests/cases/fourslash/
DjavaScriptModules12.ts36 ], excludes: "y"
45 excludes: "x"
53 excludes: ["x", "y"]
61 excludes: ["x", "y"]
69 excludes: ["x", "y"]
DcompletionListInstanceProtectedMembers2.ts38 excludes: ["privateMethod", "privateProperty"],
44excludes: ["privateMethod", "privateProperty", "protectedProperty", "publicProperty", "protectedOv…
50excludes: ["privateMethod", "privateProperty", "protectedMethod", "protectedProperty", "protectedO…
56 excludes: ["privateMethod", "privateProperty"],
DcompletionListWithoutVariableinitializer.ts15 excludes: ["a"],
21 excludes: ["b"],
27 excludes: ["c"],
50 excludes: ["fn"],
/third_party/node/deps/npm/test/tap/
Dconfig-list.js39 t.notMatch(stdout, '_private', 'excludes private config')
40 t.notMatch(stdout, '_pwd', 'excludes private segmented config')
56 t.equal(json.argv, undefined, 'excludes argv')
57 t.equal(json._private, undefined, 'excludes private config')
58 t.equal(json['registry/:_pwd'], undefined, 'excludes private config')
/third_party/node/tools/
Dmkssldef.py9 excludes = [] variable
21 elif option.startswith('-X'): excludes += option[2:].split(',')
24 excludes = [re.compile(exclude) for exclude in excludes] variable
30 if any(p.match(name) for p in excludes): continue
/third_party/node/deps/npm/node_modules/is-callable/
D.istanbul.yml7 default-excludes: true
8 excludes: []
41 excludes: []
47 excludes: []
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
Dquadra02.c15 * check-output-excludes: phi\\.
16 * check-output-excludes: phisrc\\.
17 * check-output-excludes: store\\.

12345678910>>...32