Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 25 of 123) sorted by relevance

12345

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dproc-utils.h78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) argument
79 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) argument
80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) argument
86 #define PROC_PRETTYFPRINT_STATUS(X,Y,Z,T) \ argument
/openbsd/lib/libcrypto/curve25519/
H A Dcurve25519_internal.h46 fe Z; member
52 fe Z; member
59 fe Z; member
72 fe Z; member
/openbsd/gnu/llvm/clang/lib/Headers/
H A Davx512ifmavlintrin.h21 #define _mm_madd52hi_epu64(X, Y, Z) \ argument
25 #define _mm256_madd52hi_epu64(X, Y, Z) \ argument
29 #define _mm_madd52lo_epu64(X, Y, Z) \ argument
33 #define _mm256_madd52lo_epu64(X, Y, Z) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Ddefined.c38 #define Z macro
70 #define Z macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddefined.c28 #define Z macro
60 #define Z macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/
H A Dcast-align1.C14 struct Z {double m;}; argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dvlm2.C9 struct Z { in f() struct
10 X x; // { dg-error "variably modified" } in f()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp57.C13 struct Z struct
20 public Base <T, Z<T>::value_> argument
H A Dttp58.C13 struct Z struct
22 public Base <T, Z<T>::value_> argument
H A Dttp42.C10 struct Z struct
H A Dfriend32.C14 X f(X x, Y, Z) { in f() argument
H A Dfriend30.C10 X f(X x, Y, Z) { in f() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dinstantiate1.C15 template <class T> struct Z { // { dg-error "declaration" } struct
16 Y<Z<T> > y; // { dg-error "instantiated" } argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Deh5.C12 struct Z struct
19 operator<< (Z &os, int x) argument
H A Ddecl5.C29 struct A::Z { // ERROR - A::Z not a member of B struct
30 int m;
H A Dsyntax4.C21 class Z; variable
H A Dfriend8.C13 friend class Z; member
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp79 for (auto Z : zip_first(CI->args(), Args)) in replaceFunctionCalls() local
137 for (auto Z : zip_first(OldF->args(), NewF->args())) { in substituteOperandWithArgument() local
147 for (auto Z : zip_first(UniqueValues, drop_begin(NewF->args(), ArgOffset))) { in substituteOperandWithArgument() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb20.C26 struct Z { struct
33 Z<Y<X,X,X> > z; argument
/openbsd/lib/libcrypto/sm3/
H A Dsm3.c34 #define FF0(X, Y, Z) (X ^ Y ^ Z) argument
35 #define GG0(X, Y, Z) (X ^ Y ^ Z) argument
37 #define FF1(X, Y, Z) ((X & Y) | ((X | Y) & Z)) argument
38 #define GG1(X, Y, Z) ((Z ^ (X & (Y ^ Z)))) argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Darraynew.C77 struct Z { ~Z () {}; }; in ~Z() struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Dtemplate5.C9 template <typename> class Z; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess15.C5 struct Z { struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dimplicit-typename3.C9 struct Z {}; struct
H A Dimplicit-typename2.C9 struct Z {}; struct

12345