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

  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 483 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>();
484 if (!pointerType) {
493 QualType ValType = pointerType->getPointeeType();
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 134 cast<llvm::PointerType>(V->getType()));
542 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
548 assert(isa<llvm::PointerType>(Src->getType()));
722 if (isa<llvm::PointerType>(DstTy)) {
724 if (isa<llvm::PointerType>(SrcTy))
738 if (isa<llvm::PointerType>(SrcTy)) {
    [all...]
  /external/chromium_org/third_party/polymer/
polymer.min.js     [all...]

Completed in 338 milliseconds