Searched refs:_obstack_newchunk (Results 1 – 10 of 10) sorted by relevance
/external/bison/lib/ |
D | obstack.h | 180 extern void _obstack_newchunk (struct obstack *, int); 284 _obstack_newchunk (__o, __len); \ 300 _obstack_newchunk (__o, __len); \ 310 _obstack_newchunk (__o, __len + 1); \ 320 _obstack_newchunk (__o, 1); \ 332 _obstack_newchunk (__o, sizeof (void *)); \ 339 _obstack_newchunk (__o, sizeof (int)); \ 361 _obstack_newchunk (__o, __len); \ 431 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ [all …]
|
D | obstack.c | 242 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk() function 307 libc_hidden_def (_obstack_newchunk)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-08-04-CoalescerAssert.ll | 7 define i32 @_obstack_newchunk(%struct.obstack* %h, i32 %length) {
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.asan-x86_64.a.syms | 1092 _obstack_newchunk;
|
D | libclang_rt.tsan-x86_64.a.syms | 1168 _obstack_newchunk;
|
D | libclang_rt.msan-x86_64.a.syms | 1233 _obstack_newchunk;
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-10-15-CoalescerCrash.ll | 243 declare void @_obstack_newchunk(%struct.obstack*, i32)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4914 INTERCEPTOR(void, _obstack_newchunk, __sanitizer_obstack *obstack, int length) { 4916 COMMON_INTERCEPTOR_ENTER(ctx, _obstack_newchunk, obstack, length); 4917 REAL(_obstack_newchunk)(obstack, length); 4925 COMMON_INTERCEPT_FUNCTION(_obstack_newchunk);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1286 fun:_obstack_newchunk=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 510 PUBLIC 7ee70 0 _obstack_newchunk
|