HomeSort by: relevance | last modified time | path
    Searched refs:AllocArg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h 205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg };
231 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts());
679 enum { AllocArg };
682 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg));
696 enum { AllocArg };
699 return cast<CoroAllocaAllocInst>(getArgOperand(AllocArg));
Coroutines.cpp 667 checkWFAlloc(this, getArgOperand(AllocArg));

Completed in 20 milliseconds