Searched refs:_Foo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | objc-property-void.ll | 39 …_Foo" = global %struct._class_t { %struct._class_t* @"OBJC_METACLASS_$_Foo", %struct._class_t* nul… 40 …_Foo" = global %struct._class_t { %struct._class_t* @"OBJC_METACLASS_$_Foo", %struct._class_t* @"O… 42 @"\01l_OBJC_METACLASS_RO_$_Foo" = internal global %struct._class_ro_t { i32 3, i32 40, i32 40, i8* … 49 @"\01l_OBJC_CLASS_RO_$_Foo" = internal global %struct._class_ro_t { i32 2, i32 0, i32 0, i8* null, … 50 …= internal global [1 x i8*] [i8* bitcast (%struct._class_t* @"OBJC_CLASS_$_Foo" to i8*)], section …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | objc-property-void.ll | 40 …_Foo" = global %struct._class_t { %struct._class_t* @"OBJC_METACLASS_$_Foo", %struct._class_t* nul… 41 …_Foo" = global %struct._class_t { %struct._class_t* @"OBJC_METACLASS_$_Foo", %struct._class_t* @"O… 43 @"\01l_OBJC_METACLASS_RO_$_Foo" = internal global %struct._class_ro_t { i32 3, i32 40, i32 40, i8* … 50 @"\01l_OBJC_CLASS_RO_$_Foo" = internal global %struct._class_ro_t { i32 2, i32 0, i32 0, i8* null, … 51 …= internal global [1 x i8*] [i8* bitcast (%struct._class_t* @"OBJC_CLASS_$_Foo" to i8*)], section …
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-block-ivar-call.mm | 17 …((char *)self + OBJC_IVAR_$_Foo$_block)))->FuncPtr)((struct __block_impl *)(*(void (**)(void))((ch…
|
D | rewrite-modern-struct-ivar.mm | 51 // CHECK: (*(decltype(((Foo_IMPL *)0U)->bar) *)((char *)self + OBJC_IVAR_$_Foo$bar)).x = 0; 52 // CHECK: (*(struct _S *)((char *)self + OBJC_IVAR_$_Foo$s)).x = 0;
|
/external/clang/test/CodeGenObjC/ |
D | constant-string-class.m | 35 // CHECK-NONFRAGILE: "OBJC_CLASS_$_Foo" = global
|
D | mrc-weak.m | 30 // CHECK-MODERN: @"\01l_OBJC_CLASS_RO_$_Foo" = {{.*}} { i32 772
|
/external/clang/test/CodeGenObjCXX/ |
D | mrc-weak.mm | 10 // CHECK-MODERN: @"\01l_OBJC_CLASS_RO_$_Foo" = {{.*}} { i32 772
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 2047 class _Foo(Structure): class 2074 foo = Value(_Foo, 3, 2, lock=lock) 2096 foo = _Foo(2, 5.0)
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3479 class _Foo(Structure): class 3509 foo = Value(_Foo, 3, 2, lock=lock) 3532 foo = _Foo(2, 5.0, 2 ** 33)
|
/external/googletest/googletest/docs/ |
D | faq.md | 22 `_Foo`), we end up with `_Foo_TestName_Test`, which is reserved and thus
|