Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DListInputTest.cpp30 constexpr int maxInputBufferLength{32}; in TEST() local
31 char inputBuffers[numInputBuffers][maxInputBufferLength]; in TEST()
38 SetCharacter(inputBuffers[j++], maxInputBufferLength, in TEST()
41 inputBuffers[j++], maxInputBufferLength, "DEFGHIJKLMNOPQRSTUVWXYZ'"); in TEST()
46 whole.Establish(TypeCode{CFI_type_char}, maxInputBufferLength, &inputBuffers, in TEST()