Searched refs:currentInput (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/include/flang/Frontend/ |
D | FrontendAction.h | 62 const FrontendInputFile ¤tInput() const { return currentInput_; } in currentInput() function 75 void set_currentInput(const FrontendInputFile ¤tInput);
|
/external/llvm-project/flang/lib/Frontend/ |
D | FrontendAction.cpp | 16 void FrontendAction::set_currentInput(const FrontendInputFile ¤tInput) { in set_currentInput() argument 17 this->currentInput_ = currentInput; in set_currentInput()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckNumbers.java | 645 currentPattern = currentInput = currentFormatted = currentReparsed = "?"; in getArguments() 658 currentInput = inout.get("input"); in getArguments() 659 if (currentInput == null) { in getArguments() 660 currentInput = getSampleInput(); in getArguments() 662 d = Double.parseDouble(currentInput); in getArguments() 664 currentInput = "Use English format: 1234.56"; in getArguments()
|
D | CheckDates.java | 1160 currentPattern = currentInput = currentFormatted = currentReparsed = "?"; 1173 currentInput = inout.get("input"); 1174 if (currentInput == null) { 1175 currentInput = getSampleInput(); 1177 d = neutralFormat.parse(currentInput); 1179 currentInput = "Use neutral format like: 1993-11-31 13:49:02";
|
D | CheckCLDR.java | 982 protected String currentPattern, currentInput, currentFormatted, currentReparsed; field in CheckCLDR.FormatDemo 996 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML() 1004 … (Object[]) new String[] { currentPattern, currentInput, currentFormatted, currentReparsed }); in getPlainText()
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.go | 94 currentInput inputFile member 98 return d.currentInput.contents[node.begin:node.end] 126 d.currentInput = input 2152 if d.currentInput.index == 0 { 2155 return symbol + "_BCM_" + strconv.Itoa(d.currentInput.index)
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLParser.cpp | 290 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner 1073 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 305 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner 1082 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 297 StringRef currentInput() { in currentInput() function in llvm::yaml::Scanner 1080 EncodingInfo EI = getUnicodeEncoding(currentInput()); in scanStreamStart()
|