Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h52 SystemZCP::SystemZCPModifier getModifier() const { return Modifier; } in getModifier() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h62 CSKYCP::CSKYCPModifier getModifier() const { return Modifier; } in getModifier() function
H A DCSKYISelLowering.cpp759 static CSKYCP::CSKYCPModifier getModifier(unsigned Flags) { in getModifier() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h98 ARMCP::ARMCPModifier getModifier() const { return Modifier; } in getModifier() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3259 OpenMPReductionClauseModifier getModifier() const { return Modifier; } in getModifier() function
4005 OpenMPLinearClauseKind getModifier() const { return Modifier; } in getModifier() function
4851 const Expr *getModifier() const { in getModifier() function
4961 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier() function
8539 Expr *getModifier() { return getTrailingObjects<Expr *>()[varlist_size()]; } in getModifier() function
8540 Expr *getModifier() const { in getModifier() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp498 char GCCAsmStmt::AsmStringPiece::getModifier() const { in getModifier() function in GCCAsmStmt::AsmStringPiece
H A DOpenMPClause.cpp1102 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier() function in OMPDependClause