Home
last modified time | relevance | path

Searched defs:getModifier (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.h52 SystemZCP::SystemZCPModifier getModifier() const { return Modifier; } in getModifier() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaConstantPoolValue.h83 XtensaCP::XtensaCPModifier getModifier() const { return Modifier; } in getModifier() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantPoolValue.h63 CSKYCP::CSKYCPModifier getModifier() const { return Modifier; } in getModifier() function
HDCSKYISelLowering.cpp765 static CSKYCP::CSKYCPModifier getModifier(unsigned Flags) { in getModifier() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h98 ARMCP::ARMCPModifier getModifier() const { return Modifier; } in getModifier() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h3424 OpenMPReductionClauseModifier getModifier() const { return Modifier; } in getModifier() function
4177 OpenMPLinearClauseKind getModifier() const { return Modifier; } in getModifier() function
5029 const Expr *getModifier() const { in getModifier() function
5139 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier() function
6423 OpenMPGrainsizeClauseModifier getModifier() const { return Modifier; } in getModifier() function
6555 OpenMPNumTasksClauseModifier getModifier() const { return Modifier; } in getModifier() function
7925 OpenMPOrderClauseModifier getModifier() const { return Modifier; } in getModifier() function
8698 Expr *getModifier() { return getTrailingObjects<Expr *>()[varlist_size()]; } in getModifier() function
8699 Expr *getModifier() const { in getModifier() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp500 char GCCAsmStmt::AsmStringPiece::getModifier() const { in getModifier() function in GCCAsmStmt::AsmStringPiece
HDOpenMPClause.cpp1116 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier() function in OMPDependClause