Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs196 TextReader currentInput; field in T0Comp
1046 c = currentInput.Read(); in NextChar()
1053 c = currentInput.Read(); in NextChar()
1400 this.currentInput = tr; in ProcessInput()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp289 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner
1190 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamEnd()