Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h65 bool isExpr() const { return Kind == kExpr; } in isExpr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp751 bool M68kAsmParser::isExpr() { in isExpr() function in M68kAsmParser
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h865 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
1088 CXXUuidofExpr(EmptyShell Empty, bool isExpr) in CXXUuidofExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2272 bool HexagonInstrInfo::isExpr(unsigned OpType) const { in isExpr() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1167 AST_MATCHER_P(TemplateArgument, isExpr, internal::Matcher<Expr>, InnerMatcher) { in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp923 bool isExpr() const { in isExpr() function in __anon6862249c0111::AMDGPUOperand