Searched defs:RTNAME (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | allocatable.cpp | 16 void RTNAME(AllocatableInitIntrinsic)(Descriptor &descriptor, in RTNAME() function 24 void RTNAME(AllocatableInitCharacter)(Descriptor &descriptor, in RTNAME() function 31 void RTNAME(AllocatableInitDerived)(Descriptor &descriptor, in RTNAME() function 38 void RTNAME(AllocatableAssign)(Descriptor &to, const Descriptor & /*from*/) { in RTNAME() function 42 int RTNAME(MoveAlloc)(Descriptor &to, const Descriptor & /*from*/, in RTNAME() function 49 void RTNAME(AllocatableSetBounds)(Descriptor &descriptor, int zeroBasedDim, in RTNAME() function 56 int RTNAME(AllocatableAllocate)(Descriptor &descriptor, bool hasStat, in RTNAME() function 68 int RTNAME(AllocatableDeallocate)(Descriptor &descriptor, bool hasStat, in RTNAME() function
|
D | stop.cpp | 52 [[noreturn]] void RTNAME(StopStatement)( in RTNAME() function 66 [[noreturn]] void RTNAME(StopStatementText)( in RTNAME() function 94 void RTNAME(PauseStatement)() { in RTNAME() function 101 void RTNAME(PauseStatementInt)(int code) { in RTNAME() function 108 void RTNAME(PauseStatementText)(const char *code, std::size_t length) { in RTNAME() function 117 [[noreturn]] void RTNAME(FailImageStatement)() { in RTNAME() function 123 [[noreturn]] void RTNAME(ProgramEndStatement)() { in RTNAME() function
|
D | character.cpp | 337 void RTNAME(CharacterConcatenate)(Descriptor &accumulator, in RTNAME() function 384 void RTNAME(CharacterConcatenateScalar1)( in RTNAME() function 398 void RTNAME(CharacterAssign)(Descriptor &lhs, const Descriptor &rhs, in RTNAME() function 539 int RTNAME(CharacterCompareScalar)(const Descriptor &x, const Descriptor &y) { in RTNAME() function 561 int RTNAME(CharacterCompareScalar1)( in RTNAME() function 566 int RTNAME(CharacterCompareScalar2)(const char16_t *x, const char16_t *y, in RTNAME() function 571 int RTNAME(CharacterCompareScalar4)(const char32_t *x, const char32_t *y, in RTNAME() function 576 void RTNAME(CharacterCompare)( in RTNAME() function 596 std::size_t RTNAME(CharacterAppend1)(char *lhs, std::size_t lhsBytes, in RTNAME() function 605 void RTNAME(CharacterPad1)(char *lhs, std::size_t bytes, std::size_t offset) { in RTNAME() function [all …]
|
D | main.cpp | 30 void RTNAME(ProgramStart)(int argc, const char *argv[], const char *envp[]) { in RTNAME() function 37 void RTNAME(ByteswapOption)() { in RTNAME() function
|
D | entry-names.h | 21 #define RTNAME(name) NAME_WITH_PREFIX_AND_REVISION(_Fortran, A, name) macro
|