HomeSort by relevance Sort by last modified time
    Searched refs:lli (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Sema/
shift.c 50 long long int lli; local
51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}}
52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
format-strings.c 207 void test10(int x, float f, int i, long long lli) {
224 printf("%qd", lli); // no-warning
  /external/llvm/tools/lli/
Makefile 1 ##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME := lli
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump.c 420 trace_dump_writef("<int>%lli</int>", value);
  /external/llvm/tools/
Makefile 33 lli llvm-extract llvm-mc \
  /external/llvm/utils/
codegen-diff 92 between the code that B<llc> generated and the code that B<lli> generated.
100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
102 to print out the assembly dump of the function B<lli> just compiled.
103 (Use C<lli -debug> to find out where the function starts and ends in memory.)
108 instruction, with the B<llc> version first, and the B<lli> version second.
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 420 trace_dump_writef("<int>%lli</int>", value);
  /external/harfbuzz/src/
harfbuzz-open.c 311 HB_UShort* lli; local
327 lli = f->LookupListIndex;
336 lli[n] = GET_UShort();
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 311 HB_UShort* lli; local
327 lli = f->LookupListIndex;
336 lli[n] = GET_UShort();

Completed in 193 milliseconds