Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp119 if (!Piece.isOperand()) in isOperandMentioned()
515 if (!Piece.isOperand()) continue; in ActOnGCCAsmStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3315 bool isOperand() const { return MyKind == Operand; } in isOperand() function
3320 assert(isOperand()); in getOperandNo()
3325 assert(isOperand() && "Range is currently used only for Operands."); in getRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp500 assert(isOperand() && "Only Operands can have modifiers."); in getModifier()