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

  /external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
2002-08-26-IndirectCallTest.ll 12 %fooPtr = load i32** %gep100 ; <i32*> [#uses=1]
13 %cast101 = bitcast i32* %fooPtr to void (i32)* ; <void (i32)*> [#uses=1]
  /external/clang/test/CodeGenObjC/
debug-info-instancetype.m 21 // CHECK: ![[RESULT]] = !{![[FOOPTR:[0-9]+]],
22 // CHECK: ![[FOOPTR]] = !DIDerivedType(tag: DW_TAG_pointer_type
  /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 247 Foo *FooPtr = retNil();
248 NSString *key = [[FooPtr data] stringForKeyFE: kKeyIdentifier];
249 // key is nil because FooPtr is nil. However, FooPtr is set to nil inside an
  /external/libmojo/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 38 FooPtr MakeFoo() {
87 FooPtr foo(Foo::New());
226 void Print(int depth, const char* name, const FooPtr& foo) {
267 void Frobinate(FooPtr foo,
338 FooPtr foo = MakeFoo();
binding_unittest.cc 48 void Frobinate(sample::FooPtr foo,
interface_ptr_unittest.cc 145 void Frobinate(sample::FooPtr foo,
  /external/clang/test/CodeGenCXX/
member-function-pointers.cpp 230 typedef void (A::*fooptr)(); typedef in namespace:test9
233 fooptr p;
241 static S array[] = { (fooptr) &B::foo };
  /external/clang/docs/
BlockLanguageSpec.rst 325 Foo *fooPtr = &foo;
334 Foo *const block_fooPtr = fooPtr;
  /external/deqp/framework/delibs/decpp/
deUniquePtr.hpp 197 * UniquePtr<Foo> fooPtr(createFoo()); // NOT fooPtr = createFoo();
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 212 DIE &FooPtr = *DIE::get(Alloc, dwarf::DW_TAG_pointer_type);
213 FooPtr.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight);
215 FooPtr.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooRef);
217 DIEEntry FooPtrRef(FooPtr);
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 472 typedef int (*FooPtr) ();
494 FooPtr ptr = (FooPtr)(tmp);
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 872 void fooptr(int (*fp)(char) = [](char c) { return 0; }) { } function in struct:inclass_lambdas_within_nested_classes::ns1::X1
898 void fooptr(T (*fp)(char) = [](char c) { return 0; }) { }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrDocs.td 454 int (*fooptr)(void) = foo; // warning: diag1
    [all...]

Completed in 2698 milliseconds