HomeSort by relevance Sort by last modified time
    Searched refs:hasVolatile (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 177 bool isVolatileQualified() const { return Quals.hasVolatile(); }
212 return Quals.hasVolatile();
410 return Quals.hasVolatile();
CGRTTI.cpp 718 if (Quals.hasVolatile())
    [all...]
CGExpr.cpp 141 EmitComplexExprIntoAddr(E, Location, Quals.hasVolatile());
754 if (!qs.hasConst() || qs.hasVolatile()) return false;
    [all...]
CGDebugInfo.cpp 461 } else if (Qc.hasVolatile()) {
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 585 if (!Quals.hasVolatile()) {
597 if (!Quals.hasVolatile()) {
626 if (!Quals.hasVolatile())
    [all...]
DumpXML.cpp 892 setFlag("volatile", Qs.hasVolatile());
ItaniumMangle.cpp     [all...]
Expr.cpp 433 if (ThisQuals.hasVolatile())
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 525 if (Q.hasVolatile())
  /external/clang/include/clang/AST/
Type.h 193 bool hasVolatile() const { return Mask & Volatile; }
    [all...]

Completed in 46 milliseconds