HomeSort by relevance Sort by last modified time
    Searched defs:pointerType (Results 1 - 9 of 9) 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 *)) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 1017 Id pointerType = makePointer(storageClass, type);
1018 Instruction* inst = new Instruction(getUniqueId(), pointerType, OpVariable);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 1017 Id pointerType = makePointer(storageClass, type);
1018 Instruction* inst = new Instruction(getUniqueId(), pointerType, OpVariable);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 176 cast<llvm::PointerType>(V->getType()));
587 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
593 assert(isa<llvm::PointerType>(Src->getType()));
790 if (isa<llvm::PointerType>(DstTy)) {
792 if (isa<llvm::PointerType>(SrcTy))
806 if (isa<llvm::PointerType>(SrcTy)) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaChecking.cpp 139 const auto *PtrTy = Ty->getAs<PointerType>();
545 const PointerType *ArgTy = ArgIdx->getType()->getAs<PointerType>();
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 289 milliseconds