HomeSort by relevance Sort by last modified time
    Searched refs:allowsMemory (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 194 if (Info.allowsMemory() &&
274 if (Info.allowsMemory() &&
279 if (Info.allowsMemory() && !Info.allowsRegister()) {
322 if (!Ty->isVoidType() || !Info.allowsMemory())
  /external/clang/include/clang/Basic/
TargetInfo.h 623 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 509 return Info.allowsMemory() || Info.allowsRegister();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 651 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 651 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 651 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 651 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 651 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 651 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 656 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 1104 milliseconds