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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp 152 unsigned ASIdx = 0;
154 auto &A = (*AvailableStubInfos)[ASIdx++];
162 unsigned ASIdx = 0;
165 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress,
170 unsigned ASIdx = 0;
173 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 5356 LangAS ASIdx = LangAS::Default;
5362 if (DiagnoseMultipleAddrSpaceAttributes(S, ASIdx, ASIdxNew,
5366 ASIdx = ASIdxNew;
5371 (ASIdx == LangAS::Default ? S.getDefaultCXXMethodAddrSpace()
5372 : ASIdx);
6386 static bool BuildAddressSpaceIndex(Sema &S, LangAS &ASIdx,
6420 ASIdx =
6426 ASIdx = LangAS::Default;
6434 QualType Sema::BuildAddressSpaceAttr(QualType &T, LangAS ASIdx, Expr *AddrSpace,
6437 if (DiagnoseMultipleAddrSpaceAttributes(*this, T.getAddressSpace(), ASIdx,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6454 LangAS ASIdx = attr.asOpenCLLangAS();
6455 if (ASIdx != LangAS::Default) {
6456 Q.addAddressSpace(ASIdx);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1920 QualType BuildAddressSpaceAttr(QualType &T, LangAS ASIdx, Expr *AddrSpace,

Completed in 89 milliseconds