HomeSort by relevance Sort by last modified time
    Searched refs:VAT (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/lib/Sema/
ScopeInfo.cpp 106 bool CapturingScopeInfo::isVLATypeCaptured(const VariableArrayType *VAT) const {
115 if (FD->hasCapturedVLAType() && FD->getCapturedVLAType() == VAT)
  /external/clang/lib/Analysis/
LiveVariables.cpp 220 if (const VariableArrayType *VAT = dyn_cast<VariableArrayType>(VT))
221 if (VAT->getSizeExpr())
222 return VAT;
  /external/clang/include/clang/Sema/
ScopeInfo.h 574 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 720 ~c432=VAT # Holy See (Vatican City)
rel.conf 723 ~c200,~c432=VAT # Holy See (Vatican City)
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGStmtOpenMP.cpp 111 while (auto *VAT = C.getAsVariableArrayType(Ty)) {
113 std::tie(ArraySize, Ty) = getVLASize(VAT);
134 auto VAT = CurField->getCapturedVLAType();
135 auto *Val = VLASizeMap[VAT->getSizeExpr()];
283 auto VAT = FD->getCapturedVLAType();
284 VLASizeMap[VAT->getSizeExpr()] = ExprArg;
    [all...]
CGExprAgg.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.cpp 1733 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]
CGExpr.cpp 735 else if (const auto *VAT = dyn_cast<VariableArrayType>(AT))
736 return CGF.getVLASize(VAT).first;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 644 bool isVLATypeCaptured(const VariableArrayType *VAT) const;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 2734 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 772 milliseconds

1 2