Home
last modified time | relevance | path

Searched refs:xyzzy (Results 1 – 25 of 50) sorted by relevance

12

/external/dokka/core/testdata/format/
DreceiverParameterTypeBound.md13 | [xyzzy](../xyzzy.md) | `fun <T : `[`Foo`](./index.md)`> `[`T`](../xyzzy.md#T)`.xyzzy(): Unit` |
DinapplicableExtensionFunctions.md13 | [xyzzy](../xyzzy.md) | `fun `[`Bar`](./index.md)`.xyzzy(): Unit` |
DshadowedExtensionFunctions.md14 | [xyzzy](../xyzzy.md) | `fun `[`Bar`](./index.md)`.xyzzy(): Unit` |
DinheritedCompanionObjectProperties.md17 | [xyzzy](xyzzy.md) | `fun xyzzy(): Unit` |
DshadowedExtensionFunctions.kt7 fun Foo.xyzzy() { in Foo() method
14 fun Bar.xyzzy() { in Bar() method
DreceiverParameterTypeBound.kt4 fun <T : Foo> T.xyzzy() { in xyzzy() method
DinheritedCompanionObjectProperties.kt12 fun xyzzy() { in xyzzy() method
DinapplicableExtensionFunctions.kt10 fun Bar.xyzzy() { in Bar() method
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-value-arg-movement.ll10 ; 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)
Dsdag-ir-salvage.ll22 %xyzzy = add i8 %quux, 123
29 %ret = add i8 %xyzzy, %cars
/external/clang/test/CodeGenCXX/
Dinternal-linkage.cpp21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy; in test1()
/external/llvm-project/clang/test/CodeGenCXX/
Dinternal-linkage.cpp21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy; in test1()
/external/clang/test/SemaCXX/
Dfunction-extern-c.cpp75 A xyzzy();
83 A xyzzy();
85 A xyzzy() in xyzzy() function
/external/llvm-project/clang/test/SemaCXX/
Dfunction-extern-c.cpp75 A xyzzy();
83 A xyzzy();
85 A xyzzy() in xyzzy() function
/external/clang/test/CodeGen/
Ddebug-info-static.c6 static int xyzzy; in f() local
7 xyzzy += 3; in f()
D2003-11-01-EmptyStructCrash.c4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; } in foo()
/external/llvm-project/clang/test/CodeGen/
Ddebug-info-static.c9 static int xyzzy; in f() local
10 xyzzy += 3; in f()
D2003-11-01-EmptyStructCrash.c4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; } in foo()
/external/dokka/core/testdata/properties/
DpropertyOverride.kt2 open val xyzzy: Int get() = 0 constant in Foo
6 override val xyzzy: Int get() = 1 constant in Bar
/external/clang/test/SemaObjC/
Dinvalid-code.m5 void *xyzzy = 0;
6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
/external/llvm-project/clang/test/SemaObjC/
Dinvalid-code.m5 void *xyzzy = 0;
6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
/external/dokka/core/testdata/format/crossLanguage/kotlinExtendsJava/test/
DFoo.java4 public void xyzzy() { in xyzzy() method in Foo
/external/llvm-project/clang/test/Sema/
Darm-cmse-no-diag.c8 union U xyzzy() __attribute__((cmse_nonsecure_entry)) { in xyzzy() function
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dset-section-flags.test38 # 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/
Dtest_raise.py352 xyzzy
385 xyzzy
409 xyzzy

12