Searched refs:ll (Results 1 - 25 of 402) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-02-18-64bitConstant.c8 long long Var = 123455678902ll;
H A Darm-vaarg-align.c18 long long ll = __builtin_va_arg(ap, long long); local
20 return ll;
31 double ll = __builtin_va_arg(ap, double); local
33 return ll;
/external/toybox/toys/other/
H A Dfactor.c22 unsigned long long l, ll; local
57 for (ll=3; ;ll += 2) {
58 long lll = ll*ll;
60 if (lll>l || lll<ll) {
64 while (!(l%ll)) {
65 printf(" %llu", ll);
66 l /= ll;
/external/clang/test/Sema/
H A Dconversion.c9 void test0(char c, short s, int i, long l, long long ll) { argument
62 char test1(long long ll) { argument
63 return (long long) ll; // expected-warning {{implicit conversion loses integer precision}}
65 char test1_a(long long ll) { argument
66 return (long) ll; // expected-warning {{implicit conversion loses integer precision}}
68 char test1_b(long long ll) { argument
69 return (int) ll; // expected-warning {{implicit conversion loses integer precision}}
71 char test1_c(long long ll) { argument
72 return (short) ll; // expected-warning {{implicit conversion loses integer precision}}
74 char test1_d(long long ll) { argument
77 test1_e(long long ll) argument
80 test1_f(long long ll) argument
83 test1_g(long long ll) argument
86 test1_h(long long ll) argument
89 test1_i(long long ll) argument
93 test2(long long ll) argument
96 test2_a(long long ll) argument
99 test2_b(long long ll) argument
102 test2_c(long long ll) argument
105 test2_d(long long ll) argument
108 test2_e(long long ll) argument
111 test2_f(long long ll) argument
114 test2_g(long long ll) argument
117 test2_h(long long ll) argument
120 test2_i(long long ll) argument
124 test3(long long ll) argument
127 test3_b(long long ll) argument
130 test3_c(long long ll) argument
133 test3_d(long long ll) argument
136 test3_e(long long ll) argument
139 test3_f(long long ll) argument
142 test3_g(long long ll) argument
145 test3_h(long long ll) argument
148 test3_i(long long ll) argument
151 test3_j(long long ll) argument
155 test4(long long ll) argument
158 test4_a(long long ll) argument
161 test4_b(long long ll) argument
164 test4_c(long long ll) argument
167 test4_d(long long ll) argument
170 test4_e(long long ll) argument
173 test4_f(long long ll) argument
176 test4_g(long long ll) argument
179 test4_h(long long ll) argument
182 test4_i(long long ll) argument
186 test5(long long ll) argument
[all...]
H A Dext_vector_conversions.c15 long long ll; local
16 // This one is OK; we don't re-interpret ll as short4, rather we splat its
18 vs4 += ll; // expected-warning {{implicit conversion loses integer precision}}
H A Dwarn-absolute-value-header.c11 void test_int(int i, unsigned u, long long ll, float f, double d) { argument
23 (void)abs(ll);
/external/openssh/openbsd-compat/
H A Dstrtonum.c37 long long ll = 0; local
55 ll = strtoll(numstr, &ep, 10);
58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
60 else if ((ll == LLONG_MAX && errno == ERANGE) || ll > maxval)
67 ll = 0;
69 return (ll);
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/CallGraph/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/Dominators/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/GlobalsModRef/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/LoopInfo/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/PostDominators/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/Profiling/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/RegionInfo/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
/external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Archive/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Assembler/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/Bitcode/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/BugPoint/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.ll]]
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
H A Ddg.exp4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
/external/swiftshader/third_party/LLVM/test/DebugInfo/X86/
H A Ddg.exp4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]

Completed in 905 milliseconds

1234567891011>>