OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pragma
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Attributes.h
30
// Is the identifier known as a
pragma
attribute?
31
Pragma
OpenCLOptions.h
69
// Does this option have
pragma
.
88
OpenCLOptionInfo(bool
Pragma
, unsigned AvailV, unsigned CoreV,
90
: WithPragma(
Pragma
), Avail(AvailV), Core(CoreV), Opt(OptV) {}
118
// enabled via
pragma
145
// FIXME: Whether extension should accept
pragma
should not
183
// Option is enabled via
pragma
/src/external/apache2/llvm/lib/libclangLex/
Makefile
24
Pragma
.cpp \
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp
86
// because the user spells this attribute as a
pragma
.
88
std::string
Pragma
= "#
pragma
" + std::string(PragmaName);
89
S.Diag(St->getBeginLoc(), diag::err_pragma_loop_precedes_nonloop) <<
Pragma
;
105
// #
pragma
unroll N
113
// #
pragma
unroll_and_jam N
119
// #
pragma
clang loop ...
346
// compatible with enable or full form of the unroll
pragma
because these
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
foreachvar.d
287
case STMT.
Pragma
:
astenums.d
356
Pragma
,
427
/// Inline setting as defined by `
pragma
(inline, XXX)`
statement.d
153
pragma
(printf) final void error(const(char)* format, ...)
161
pragma
(printf) final void warning(const(char)* format, ...)
169
pragma
(printf) final void deprecation(const(char)* format, ...)
1097
*
pragma
(msg, i);
1123
* https://dlang.org/spec/statement.html#
pragma
-statement
1133
super(loc, STMT.
Pragma
);
ob.d
831
case STMT.
Pragma
:
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp
62
if (V == "CXX11" || V == "C2x" || V == "
Pragma
")
1465
} else if (Variety == "
Pragma
") {
1466
Prefix = "#
pragma
";
1482
if (Variety == "
Pragma
") {
1832
// FIXME: #
pragma
clang attribute does not currently support statement
1947
// If the attribute explicitly specified whether to support #
pragma
clang
2026
"This attribute is unsupported by #
pragma
clang attribute");
2676
// Determines if an attribute has a
Pragma
spelling.
2680
return S.variety() == "
Pragma
";
3137
std::vector<Record *> Declspec, Microsoft, GNU,
Pragma
;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
1
//===--- ParsePragma.cpp - Language specific
pragma
parsing ---------------===//
9
// This file implements the language specific #
pragma
handlers.
100
//
Pragma
STDC implementations.
102
/// PragmaSTDC_FENV_ACCESSHandler - "\#
pragma
STDC FENV_ACCESS ...".
131
/// PragmaSTDC_CX_LIMITED_RANGEHandler - "\#
pragma
STDC CX_LIMITED_RANGE ...".
142
/// Handler for "\#
pragma
STDC FENV_ROUND ...".
150
/// PragmaSTDC_UnknownHandler - "\#
pragma
STDC ...".
179
/// PragmaCommentHandler - "\#
pragma
comment ...".
225
/// PragmaOptimizeHandler - "\#
pragma
clang optimize on/off".
274
/// PragmaAttributeHandler - "\#
pragma
clang attribute ..."
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026