OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getModifier
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.h
52
SystemZCP::SystemZCPModifier
getModifier
() const { return Modifier; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.h
98
ARMCP::ARMCPModifier
getModifier
() const { return Modifier; }
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
491
char GCCAsmStmt::AsmStringPiece::
getModifier
() const {
782
else if (Piece.
getModifier
() == '\0')
786
Piece.
getModifier
() + '}';
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
3034
OpenMPReductionClauseModifier
getModifier
() const { return Modifier; }
3780
OpenMPLinearClauseKind
getModifier
() const { return Modifier; }
4606
Expr *
getModifier
();
4607
const Expr *
getModifier
() const {
4608
return const_cast<OMPDependClause *>(this)->
getModifier
();
4723
OpenMPDeviceClauseModifier
getModifier
() const { return Modifier; }
8196
Expr *
getModifier
() { return getTrailingObjects<Expr *>()[varlist_size()]; }
8197
Expr *
getModifier
() const {
8206
int Offset =
getModifier
() ? 1 : 0;
Completed in 74 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026