Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp298 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner
1076 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()