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 196 bool isVolatileQualified() const { return Quals.hasVolatile(); }
238 return Quals.hasVolatile();
443 return Quals.hasVolatile();
CGRTTI.cpp 683 if (Quals.hasVolatile())
    [all...]
CGClass.cpp 755 if (Qual.hasVolatile() || Qual.hasObjCLifetime())
    [all...]
CGDebugInfo.cpp 562 } else if (Qc.hasVolatile()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DumpXML.cpp 893 setFlag("volatile", Qs.hasVolatile());
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 523 if (Q.hasVolatile())
  /external/clang/include/clang/AST/
Type.h 233 bool hasVolatile() const { return Mask & Volatile; }
    [all...]

Completed in 203 milliseconds