HomeSort by: relevance | last modified time | path
    Searched refs:withVolatile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 46 FT = QT.isVolatileQualified() ? FT.withVolatile() : FT;
200 EltTy = IsVolatile ? EltTy.withVolatile() : EltTy;
208 QT = IsVolatile ? QT.withVolatile() : QT;
406 EltQT = IsVolatile ? EltQT.withVolatile() : EltQT;
827 QT = Dst.isVolatile() ? QT.withVolatile() : QT;
838 QT = IsVolatile ? QT.withVolatile() : QT;
846 QT = IsVolatile ? QT.withVolatile() : QT;
CGExprAgg.cpp 333 Dest.getAddress(), Dest.isVolatile() ? type.withVolatile() : type);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 848 QualType withVolatile() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 2366 QualType AddrType = ValType.getUnqualifiedType().withVolatile();

Completed in 30 milliseconds