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

  /external/clang/test/CodeGen/
xcore-stringtype.c 59 // test PointerType
61 // CHECK: @pointerType, !"f{p(si)}(p(si),p(f{p(si)}(p(si))))"}
66 int* pointerType(int *I, int * (*FP)(int *)) {
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 171 cast<llvm::PointerType>(V->getType()));
587 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
593 assert(isa<llvm::PointerType>(Src->getType()));
786 if (isa<llvm::PointerType>(DstTy)) {
788 if (isa<llvm::PointerType>(SrcTy))
802 if (isa<llvm::PointerType>(SrcTy)) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 736 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>();
737 if (!pointerType) {
746 QualType ValType = pointerType->getPointeeType();
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
polymer.js 408 e.pointerType = inDict.pointerType || '';
504 'pointerType',
1010 e.pointerType = this.POINTER_TYPE;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 229 milliseconds