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 252 bool isVolatileQualified() const { return Quals.hasVolatile(); }
296 return Quals.hasVolatile();
543 return Quals.hasVolatile();
CGClass.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp 603 } else if (Qc.hasVolatile()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 539 if (Q.hasVolatile())
  /external/clang/include/clang/AST/
Type.h 236 bool hasVolatile() const { return Mask & Volatile; }
    [all...]

Completed in 131 milliseconds