Home
last modified time | relevance | path

Searched defs:ConvertResult (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1572 auto ConvertResult = [&](bool R) -> bool { in VisitFixedPointBinOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6810 std::function<bool(int64_t &)> ConvertResult) { in parseIntWithPrefix()