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 67 VARIABLE_ARRAY(uint8_t, hashes, hashbytes * 256);
68 VARIABLE_ARRAY(uint8_t, final, hashbytes);
mallctl.c 288 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
116 // CHECK: VarDecl=variable_array:43:47 (Definition) [type=int [i]] [typekind=VariableArray] [isPOD=1]
  /external/jemalloc/src/
stats.c 496 VARIABLE_ARRAY(bool, initialized, narenas);
525 VARIABLE_ARRAY(bool, initialized, narenas);
ctl.c 626 VARIABLE_ARRAY(arena_t *, tarenas, ctl_stats.narenas);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 298 # define VARIABLE_ARRAY(type, name, count) \
301 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
jemalloc_internal.h.in 298 # define VARIABLE_ARRAY(type, name, count) \
301 # 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 345 milliseconds