OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVolatile
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
260
bool isVolatileQualified() const { return Quals.
hasVolatile
(); }
304
return Quals.
hasVolatile
();
593
return Quals.
hasVolatile
();
CGClass.cpp
930
if (Qual.
hasVolatile
() || Qual.hasObjCLifetime())
CGDebugInfo.cpp
955
} else if (Qc.
hasVolatile
()) {
CGExpr.cpp
1440
if (!qs.hasConst() || qs.
hasVolatile
()) return false;
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
1978
HasVolatile
= Quals.
hasVolatile
();
1981
if (HasConst &&
HasVolatile
) {
1983
} else if (
HasVolatile
) {
1991
if (HasConst &&
HasVolatile
) {
1993
} else if (
HasVolatile
) {
2045
HasVolatile
= Quals.
hasVolatile
();
2047
if (HasConst &&
HasVolatile
) {
2049
} else if (
HasVolatile
) {
[
all
...]
Type.cpp
2529
return Qs.
hasVolatile
() ? PCK_VolatileTrivial : PCK_Trivial;
ItaniumMangle.cpp
2665
if (Quals.
hasVolatile
())
/src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp
644
if (Q.
hasVolatile
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
7897
bool
hasVolatile
= VisibleQuals.
hasVolatile
();
7904
if ((CVR & Qualifiers::Volatile) && !
hasVolatile
) continue;
8135
if (VRQuals.hasRestrict() && VRQuals.
hasVolatile
())
8225
bool
HasVolatile
,
8237
if (
HasVolatile
) {
8253
if (
HasVolatile
) {
8322
VisibleTypeConversionsQuals.
hasVolatile
(),
8346
VisibleTypeConversionsQuals.
hasVolatile
()),
8797
VisibleTypeConversionsQuals.
hasVolatile
();
[
all
...]
SemaCast.cpp
3164
if (CastAwayQualifiers.hasConst() && CastAwayQualifiers.
hasVolatile
()) {
3168
} else if (CastAwayQualifiers.
hasVolatile
()) {
SemaInit.cpp
4341
(T1Quals.hasConst() && !T1Quals.
hasVolatile
())) {
4874
if (isLValueRef && !(T1Quals.hasConst() && !T1Quals.
hasVolatile
() &&
SemaDeclCXX.cpp
7375
if (Type->getMethodQuals().hasConst() || Type->getMethodQuals().
hasVolatile
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
267
bool
hasVolatile
() const { return Mask & Volatile; }
3830
bool isVolatile() const { return getFastTypeQuals().
hasVolatile
(); }
Completed in 69 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026