HomeSort by relevance Sort by last modified time
    Searched defs:b18 (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 350 unsigned long b18 = __PERF_ENCODE_INDEXED(szFunc, 17); local
355 ((b18 & 0xf) << 12) | ((ulLine & 0xfff) << 16),
385 __PERF_ENCODE_INDEXED(szFunc, 16), b18), local
431 unsigned long b18 = __PERF_ENCODE_INDEXED(szFunc, 17); \
435 ((b12 & 0xf) << 8) | ((b18 & 0xf) << 12) | \
466 __PERF_ENCODE_INDEXED(szFunc, 16), b18), \
  /external/clang/test/SemaCXX/
uninitialized.cpp 481 B b18 = { b18.x + 1, b18.y }; // expected-warning 2{{variable 'b18' is uninitialized when used within its own initialization}} local
513 B b18 = { b18.x + 1, b18.y }; // expected-warning 2{{variable 'b18' is uninitialized when used within its own initialization}} variable
1176 B b18 = { {b18.a2.i2} }; \/\/ expected-warning{{uninitialized}} member in namespace:U::init_list
1234 B b18 = { {b18.a2.i2} }; \/\/ expected-warning{{uninitialized}} member in struct:U::init_list::Bwrapper
    [all...]

Completed in 185 milliseconds