/external/dokka/core/testdata/format/ |
D | receiverParameterTypeBound.md | 13 | [xyzzy](../xyzzy.md) | `fun <T : `[`Foo`](./index.md)`> `[`T`](../xyzzy.md#T)`.xyzzy(): Unit` |
|
D | inapplicableExtensionFunctions.md | 13 | [xyzzy](../xyzzy.md) | `fun `[`Bar`](./index.md)`.xyzzy(): Unit` |
|
D | shadowedExtensionFunctions.md | 14 | [xyzzy](../xyzzy.md) | `fun `[`Bar`](./index.md)`.xyzzy(): Unit` |
|
D | inheritedCompanionObjectProperties.md | 17 | [xyzzy](xyzzy.md) | `fun xyzzy(): Unit` |
|
D | shadowedExtensionFunctions.kt | 7 fun Foo.xyzzy() { in Foo() method 14 fun Bar.xyzzy() { in Bar() method
|
D | receiverParameterTypeBound.kt | 4 fun <T : Foo> T.xyzzy() { in xyzzy() method
|
D | inheritedCompanionObjectProperties.kt | 12 fun xyzzy() { in xyzzy() method in C
|
D | inapplicableExtensionFunctions.kt | 10 fun Bar.xyzzy() { in Bar() method
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dbg-value-arg-movement.ll | 10 ; function. In the test below, 'xyzzy' is a parameter to an inlined function, 13 ; Original test case, in which 'xyzzy' became unavailable because its DBG_VALUE 19 ; foo(int xyzzy) 21 ; xyzzy = ext() * xyzzy; 22 ; xyzzy += 1; 24 ; return xyzzy; 43 ; CHECK: [[XYZVAR:![0-9]+]] = !DILocalVariable(name: "xyzzy", 96 !17 = !DILocalVariable(name: "xyzzy", arg: 1, scope: !18, file: !1, line: 10, type: !10)
|
D | sdag-ir-salvage.ll | 22 %xyzzy = add i8 %quux, 123 29 %ret = add i8 %xyzzy, %cars
|
/external/clang/test/CodeGenCXX/ |
D | internal-linkage.cpp | 21 char const * const xyzzy = "Hello, world!"; variable 22 extern char const * const xyzzy; 27 return &xyzzy; in test1()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | internal-linkage.cpp | 21 char const * const xyzzy = "Hello, world!"; variable 22 extern char const * const xyzzy; 27 return &xyzzy; in test1()
|
/external/clang/test/SemaCXX/ |
D | function-extern-c.cpp | 75 A xyzzy(); 83 A xyzzy(); 85 A xyzzy() in xyzzy() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | function-extern-c.cpp | 75 A xyzzy(); 83 A xyzzy(); 85 A xyzzy() in xyzzy() function
|
/external/clang/test/CodeGen/ |
D | debug-info-static.c | 6 static int xyzzy; in f() local 7 xyzzy += 3; in f()
|
D | 2003-11-01-EmptyStructCrash.c | 4 extern the_coolest_struct_in_the_world xyzzy; 5 void *foo() { return &xyzzy; } in foo()
|
/external/llvm-project/clang/test/CodeGen/ |
D | debug-info-static.c | 9 static int xyzzy; in f() local 10 xyzzy += 3; in f()
|
D | 2003-11-01-EmptyStructCrash.c | 4 extern the_coolest_struct_in_the_world xyzzy; 5 void *foo() { return &xyzzy; } in foo()
|
/external/dokka/core/testdata/properties/ |
D | propertyOverride.kt | 2 open val xyzzy: Int get() = 0 constant in Foo 6 override val xyzzy: Int get() = 1 constant in Bar
|
/external/clang/test/SemaObjC/ |
D | invalid-code.m | 5 void *xyzzy = 0; 6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
|
/external/llvm-project/clang/test/SemaObjC/ |
D | invalid-code.m | 5 void *xyzzy = 0; 6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
|
/external/dokka/core/testdata/format/crossLanguage/kotlinExtendsJava/test/ |
D | Foo.java | 4 public void xyzzy() { in xyzzy() method in Foo
|
/external/llvm-project/clang/test/Sema/ |
D | arm-cmse-no-diag.c | 8 union U xyzzy() __attribute__((cmse_nonsecure_entry)) { in xyzzy() function
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/ |
D | set-section-flags.test | 38 # RUN: not llvm-objcopy --set-section-flags=.foo=xyzzy %t %t.xyzzy 2>&1 | FileCheck %s --check-pref… 82 # BAD-FLAG: unrecognized section flag 'xyzzy'. Flags supported for GNU compatibility: alloc, load, …
|
/external/python/cpython3/Lib/test/ |
D | test_raise.py | 352 xyzzy 385 xyzzy 409 xyzzy
|