Home
last modified time | relevance | path

Searched refs:DECLARE_ALLOCATOR (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dallocate.h44 #define DECLARE_ALLOCATOR(x) __DECLARE_ALLOCATOR(struct x, x) macro
81 DECLARE_ALLOCATOR(ident);
82 DECLARE_ALLOCATOR(token);
83 DECLARE_ALLOCATOR(context);
84 DECLARE_ALLOCATOR(symbol);
85 DECLARE_ALLOCATOR(asm_operand);
86 DECLARE_ALLOCATOR(expression);
87 DECLARE_ALLOCATOR(statement);
88 DECLARE_ALLOCATOR(string);
89 DECLARE_ALLOCATOR(scope);
[all …]
Dstorage.h61 DECLARE_ALLOCATOR(storage);
62 DECLARE_ALLOCATOR(storage_hash);
Dlinearize.h19 DECLARE_ALLOCATOR(pseudo_user);
79 DECLARE_ALLOCATOR(asm_constraint);
88 DECLARE_ALLOCATOR(asm_rules);
Dptrmap.c42 DECLARE_ALLOCATOR(ptrmap);
Dexpression.h157 DECLARE_ALLOCATOR(type_expression);
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.3.rst78 * Add missing #include "allocate.h" in linearize.h for DECLARE_ALLOCATOR.
103 * linearize: DECLARE_ALLOCATOR for asm_constraint and asm_rules