Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp722 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
731 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
736 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
760 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
771 if (Error Err = CheckOperands(0)) in writeListEntry()
775 if (Error Err = CheckOperands(1)) in writeListEntry()
782 if (Error Err = CheckOperands(2)) in writeListEntry()
788 if (Error Err = CheckOperands(1)) in writeListEntry()
794 if (Error Err = CheckOperands(2)) in writeListEntry()
801 if (Error Err = CheckOperands(2)) in writeListEntry()
[all …]