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

  /external/valgrind/cachegrind/
cg_arch.h 39 } cache_t; typedef in typeref:struct:__anon42125
48 // then parses arg to set the relevant cache_t elements.
51 cache_t* clo_I1c,
52 cache_t* clo_D1c,
53 cache_t* clo_LLc);
61 void VG_(post_clo_init_configure_caches)(cache_t* I1c,
62 cache_t* D1c,
63 cache_t* LLc,
64 cache_t* clo_I1c,
65 cache_t* clo_D1c
    [all...]
  /external/clang/test/Sema/
compound-literal.c 16 typedef struct { } cache_t; // expected-warning{{empty struct is a GNU extension}} typedef in typeref:struct:__anon16542
17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer extension}}

Completed in 78 milliseconds