Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp108 return Arg.Key == Key && Arg.isValInt(); in getValForKey()
144 if (Key.match(Arg.Key) && Arg.isValInt()) in getAllMatchingArgumentsInRemark()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemark.cpp37 bool Argument::isValInt() const { return getValAsInt().has_value(); } in isValInt() function in Argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h59 LLVM_ABI bool isValInt() const;