HomeSort by relevance Sort by last modified time
    Searched full:fooptr (Results 1 - 8 of 8) sorted by null

  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 9 int* FooPtr[] = { &Foo.first, &Foo.second };
13 return *FooPtr[0];
18 return *FooPtr[1];
  /external/clang/test/CodeGenObjC/
debug-info-instancetype.m 19 // CHECK: ![[RESULT]] = metadata {{.*}}{metadata ![[FOOPTR:[0-9]+]],
20 // CHECK: ![[FOOPTR]] = {{.*}}, metadata ![[FOO]]}{{.*}}[ DW_TAG_pointer_type ] {{.*}} [from Foo]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.h 44 // typedef Ptr<Foo> FooPtr; // common short-hand notation
45 // FooPtr obj;
48 // FooPtr obj2 = obj; // ref count = 2
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 33 // typedef Ptr<Foo> FooPtr; // common short-hand notation
34 // FooPtr obj;
37 // FooPtr obj2 = obj; // ref count = 2
60 // Foo* createFoo() { FooPtr obj = new Foo(); return obj.Detach(); }
61 // Foo* passthru() { FooPtr obj = createFoo(), return obj; }
62 // FooPtr end_scope_pointer;
  /external/clang/test/Analysis/
NSContainers.m 237 Foo *FooPtr = retNil();
238 NSString *key = [[FooPtr data] stringForKeyFE: kKeyIdentifier];
239 // key is nil because FooPtr is nil. However, FooPtr is set to nil inside an
  /external/clang/test/CodeGenCXX/
member-function-pointers.cpp 226 typedef void (A::*fooptr)(); typedef in namespace:test9
229 fooptr p;
237 static S array[] = { (fooptr) &B::foo };
  /external/clang/docs/
BlockLanguageSpec.rst 325 Foo *fooPtr = &foo;
334 Foo *const block_fooPtr = fooPtr;
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 438 typedef int (*FooPtr) ();
460 FooPtr ptr = (FooPtr)(tmp);

Completed in 965 milliseconds