HomeSort by relevance Sort by last modified time
    Searched refs:isVolatileQualified (Results 26 - 50 of 96) sorted by null

12 3 4

  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 315 qual_type_ir->SetVolatility(canonical_type.isVolatileQualified());
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
Decl.cpp 601 !Var->getType().isVolatileQualified() &&
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 319 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
    [all...]
CodeGenFunction.cpp 510 if (pointeeTy.isVolatileQualified())
556 if (ty.isVolatileQualified())
    [all...]
CGExprScalar.cpp     [all...]
CGDecl.cpp     [all...]
CGExprAgg.cpp 690 if (E->getSubExpr()->getType().isVolatileQualified()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 475 if (type.isVolatileQualified())
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 312 if (E->isGLValue() && E->getType().isVolatileQualified()) {
    [all...]
SemaInit.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 697 bool isVolatileQualified() const;
    [all...]

Completed in 980 milliseconds

12 3 4