HomeSort by relevance Sort by last modified time
    Searched refs:stack_p (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 340 (msa).stack_p = (void* )0;\
348 (msa).stack_p = (void* )0;\
384 if ((msa).stack_p) xfree((msa).stack_p);\
391 #define MATCH_ARG_FREE(msa) if ((msa).stack_p) xfree((msa).stack_p)
397 if (msa->stack_p) {\
399 stk_alloc = (OnigStackType* )(msa->stack_p);\
416 msa->stack_p = stk_base;\
448 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) {
    [all...]
regint.h 737 void* stack_p; member in struct:__anon9253
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 93 milliseconds