HomeSort by relevance Sort by last modified time
    Searched refs:pointerType (Results 1 - 12 of 12) 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 *)) {
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
xml2js.js 118 // <class that contains pointerType>: {
397 _.each(pointerTypes, function(pointerType) {
398 var dataType = pointerDataTypeMap[pointerType];
399 xml2js.CLASSES[pointerType] = {
406 xml2js.CLASSES[pointerType].methods[pointerType] = {
411 xml2js.CLASSES[pointerType].methods.value = {
419 xml2js.CLASSES[pointerType].methods.assign = {
    [all...]
  /frameworks/base/core/java/android/view/
InputDevice.java 779 * @param pointerType the type of the pointer icon.
782 public void setPointerType(int pointerType) {
783 InputManager.getInstance().setPointerIconType(pointerType);
    [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 828 pointerType(pointee(builtinType()))))));
834 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 136 const auto *PtrTy = Ty->getAs<PointerType>();
782 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>();
783 if (!pointerType) {
792 QualType ValType = pointerType->getPointeeType();
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 331 REGISTER_MATCHER(pointerType);
  /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/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1184 milliseconds