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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1747 ByValType = nullptr;
1767 ByValType = Attr.getValueAsType();
1802 ByValType = nullptr;
1918 ByValType = Ty;
1963 if (!ByValType)
1964 ByValType = B.ByValType;
2006 if (B.ByValType)
2007 ByValType = nullptr;
2082 DerefBytes == B.DerefBytes && ByValType == B.ByValType &
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 813 Type *ByValType = nullptr;
901 Type *getByValType() const { return ByValType; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 5167 QualType ByValType = ValType; // 'CP'
5170 ByValType = Ptr->getType();
5242 Ty = ByValType;
5262 Ty = ByValType;

Completed in 52 milliseconds