Searched refs:withRestrict (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp744 QualType PtrTy = C.getPointerType(Ty).withRestrict();
3275 KmpTaskTWithPrivatesPtrQTy.withRestrict());
3369 KmpTaskTWithPrivatesPtrQTy.withRestrict());
3425 C.getPointerType(PrivatesQTy).withConst().withRestrict());
3434 .withRestrict()));
3444 .withRestrict()));
3454 .withRestrict()));
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1593 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
1629 QualType Args[] = {Context.VoidPtrTy.withConst().withRestrict()};
1659 QualType Args[] = {Context.VoidPtrTy.withConst().withRestrict()};
1667 Context.VoidPtrTy.withConst().withRestrict()),
1670 Context.getPointerType(CopyFnType).withConst().withRestrict()),
1691 Context.getPointerType(KmpInt32Ty).withConst().withRestrict();
/external/clang/include/clang/AST/
H A DType.h780 QualType withRestrict() const { function in class:clang::QualType
/external/clang/lib/AST/
H A DASTContext.cpp8332 Type = Type.withRestrict();

Completed in 269 milliseconds