Home
last modified time | relevance | path

Searched refs:s47 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dx86_64-arguments.c381 struct s47 { unsigned a; }; struct
382 void f47(int,int,int,int,int,int,struct s47);
383 void test47(int a, struct s47 b) { f47(a, a, a, a, a, a, b); } in test47()
/external/v8/benchmarks/
Dregexp.js228 var s47 = computeInputVariants('3.5.0.0', 70);
277 s47[i].replace(re11, '');
/external/r8/src/test/examples/jumbostring/
DStringPool0.java54 public static final String s47 = "47"; field in StringPool0