Home
last modified time | relevance | path

Searched defs:isReturn (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp66 static bool isReturn(const MatchFinder::MatchResult &Result, const Expr *Node) { in isReturn() function
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h75 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
H A DMCInstrDesc.h276 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp133 bool isReturn(const MCInst &Inst) const override { isReturn() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp260 bool isReturn(const MCInst &Inst) const override { isReturn() function in __anon156163d10111::RISCVMCInstrAnalysis
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h242 bool isReturn : 1; variable