HomeSort by relevance Sort by last modified time
    Searched refs:hasVolatile (Results 1 - 21 of 21) 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 633 } else if (Qc.hasVolatile()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 558 if (Q.hasVolatile())
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 243 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 244 bool hasVolatile() const { return Mask & Volatile; }
    [all...]

Completed in 298 milliseconds