Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/diff/
Ddiff3.c157 #define ALLOCATE(number, type) \ macro
984 struct diff3_block *result = ALLOCATE (1, struct diff3_block);
1002 D_LINEARRAY (result, FILE0) = ALLOCATE (numlines, char *);
1003 D_LENARRAY (result, FILE0) = ALLOCATE (numlines, size_t);
1016 D_LINEARRAY (result, FILE1) = ALLOCATE (numlines, char *);
1017 D_LENARRAY (result, FILE1) = ALLOCATE (numlines, size_t);
1030 D_LINEARRAY (result, FILE2) = ALLOCATE (numlines, char *);
1031 D_LENARRAY (result, FILE2) = ALLOCATE (numlines, size_t);
1094 bptr = ALLOCATE (1, struct diff_block);
1133 bptr->lines[0] = ALLOCATE (numlines, char *);
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp22 ALLOCATE, enumerator
212 m_program.emplace_back(EHInstruction{o, EHInstruction::Type::ALLOCATE, in ProcessUnwindCode()
219 EHInstruction{o, EHInstruction::Type::ALLOCATE, LLDB_INVALID_REGNUM, in ProcessUnwindCode()
281 m_program.emplace_back(EHInstruction{o, EHInstruction::Type::ALLOCATE, in ProcessUnwindCode()
401 case EHInstruction::Type::ALLOCATE: in BuildUnwindPlanRow()
424 case EHInstruction::Type::ALLOCATE: in GetCFAFrameOffset()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dstr-1t.fin27 ;Allocate ALLOCATE
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-defs.h317 #define ALLOCATE(x) malloc (x) macro
Dbfin-parse.y4235 EXPR_T e = (EXPR_T) ALLOCATE (sizeof (struct expression_cell));
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.c7338 EXPR_T e = (EXPR_T) ALLOCATE (sizeof (struct expression_cell)); in mkexpr()