Searched full:excludes (Results 1 – 25 of 777) sorted by relevance
12345678910>>...32
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | binops-same-args.c | 35 * 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\\.
|
D | cse-commutativity.c | 15 * 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\\.
|
D | kill-casts.c | 21 * 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\\.
|
D | bitfield-store-loads.c | 17 * 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\\.
|
D | and-or-bfs.c | 19 * check-output-excludes: and\\. 20 * check-output-excludes: or\\. 21 * check-output-excludes: shl\\. 22 * check-output-excludes: lsr\\.
|
D | ext-trunc-same.c | 16 * check-output-excludes: trunc\\. 17 * check-output-excludes: sext\\. 18 * check-output-excludes: zext\\.
|
D | void-if-convert.c | 15 * check-output-excludes: phisrc\\. 16 * check-output-excludes: phi\\. 17 * check-output-excludes: VOID
|
D | and-trunc.c | 16 * check-output-excludes: sext\\. 17 * check-output-excludes: zext\\. 18 * check-output-excludes: trunc\\.
|
D | cgoto01.c | 21 * check-output-excludes: set\\. 22 * check-output-excludes: jmp 23 * check-output-excludes: call
|
D | and-or-bfu.c | 18 * check-output-excludes: or\\. 19 * check-output-excludes: shl\\. 20 * check-output-excludes: lsr\\.
|
D | bitfield-store-loadu.c | 17 * check-output-excludes: shl\\. 18 * check-output-excludes: lsr\\. 19 * check-output-excludes: or\\.
|
D | trunc-seteq0.c | 15 * check-output-excludes: trunc\\. 16 * check-output-excludes: sext\\. 17 * check-output-excludes: zext\\.
|
D | and-extend.c | 23 * check-output-excludes: trunc\\. 24 * check-output-excludes: zext\\. 25 * check-output-excludes: sext\\.
|
D | muldiv-by-one.c | 16 * 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/ |
D | kill-replaced-insn.c | 54 * 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/ |
D | bool-cast.c | 30 * 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\\.
|
D | cast-volatile.c | 12 * 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/ |
D | IceRangeSpec.cpp | 123 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/ |
D | javaScriptModules12.ts | 36 ], excludes: "y" 45 excludes: "x" 53 excludes: ["x", "y"] 61 excludes: ["x", "y"] 69 excludes: ["x", "y"]
|
D | completionListInstanceProtectedMembers2.ts | 38 excludes: ["privateMethod", "privateProperty"], 44 …excludes: ["privateMethod", "privateProperty", "protectedProperty", "publicProperty", "protectedOv… 50 …excludes: ["privateMethod", "privateProperty", "protectedMethod", "protectedProperty", "protectedO… 56 excludes: ["privateMethod", "privateProperty"],
|
D | completionListWithoutVariableinitializer.ts | 15 excludes: ["a"], 21 excludes: ["b"], 27 excludes: ["c"], 50 excludes: ["fn"],
|
/third_party/node/deps/npm/test/tap/ |
D | config-list.js | 39 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/ |
D | mkssldef.py | 9 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.yml | 7 default-excludes: true 8 excludes: [] 41 excludes: [] 47 excludes: []
|
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/ |
D | quadra02.c | 15 * check-output-excludes: phi\\. 16 * check-output-excludes: phisrc\\. 17 * check-output-excludes: store\\.
|
12345678910>>...32