HomeSort by relevance Sort by last modified time
    Searched defs:pointerType (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
xcore-stringtype.c 51 // test PointerType
53 // CHECK: @pointerType, metadata !"f{p(si)}(p(si),p(f{p(si)}(p(si))))"}
58 int* pointerType(int *I, int * (*FP)(int *)) {
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 518 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>();
519 if (!pointerType) {
528 QualType ValType = pointerType->getPointeeType();
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 135 cast<llvm::PointerType>(V->getType()));
545 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
551 assert(isa<llvm::PointerType>(Src->getType()));
725 if (isa<llvm::PointerType>(DstTy)) {
727 if (isa<llvm::PointerType>(SrcTy))
741 if (isa<llvm::PointerType>(SrcTy)) {
    [all...]

Completed in 954 milliseconds