HomeSort by relevance Sort by last modified time
    Searched full:variable_array (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/test/unit/
hash.c 68 VARIABLE_ARRAY(uint8_t, hashes, hashes_size);
69 VARIABLE_ARRAY(uint8_t, final, hashbytes);
mallctl.c 512 VARIABLE_ARRAY(bool, initialized, narenas);
  /external/clang/test/Index/
print-type.cpp 43 void foo(int i, int incomplete_array[]) { int variable_array[i]; } local
125 // CHECK: VarDecl=variable_array:43:47 (Definition) [type=int [i]] [typekind=VariableArray] [isPOD=1]
  /external/jemalloc/src/
stats.c 621 VARIABLE_ARRAY(bool, initialized, narenas);
650 VARIABLE_ARRAY(bool, initialized, narenas);
ctl.c 707 VARIABLE_ARRAY(arena_t *, tarenas, ctl_stats.narenas);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 353 # define VARIABLE_ARRAY(type, name, count) \
356 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
jemalloc_internal.h.in 353 # define VARIABLE_ARRAY(type, name, count) \
356 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 72 Types variable_array[i]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} local

Completed in 153 milliseconds