Searched defs:isReturn (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/abseil/ | ||
H A D | TimeSubtractionCheck.cpp | 66 static bool isReturn(const MatchFinder::MatchResult &Result, const Expr *Node) { in isReturn() function |
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCInstrAnalysis.h | 75 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function |
H A D | MCInstrDesc.h | 276 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function |
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ | ||
H A D | LoongArchMCTargetDesc.cpp | 133 bool isReturn(const MCInst &Inst) const override { isReturn() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ | ||
H A D | RISCVMCTargetDesc.cpp | 260 bool isReturn(const MCInst &Inst) const override { isReturn() function in __anon156163d10111::RISCVMCInstrAnalysis |
/llvm-project/llvm/utils/TableGen/Common/ | ||
H A D | CodeGenInstruction.h | 242 bool isReturn : 1; variable |