/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | memtemp94.C | 4 struct H { struct 6 typedef void (H::*pmf)() const; argument 8 pmf f() const { return &H::k<int>; } in f() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | gnu99-init-1.c | 13 struct F { struct E H; }; member 15 struct H { int I; struct F J; int K; }; argument
|
H A D | c99-init-1.c | 31 struct H { struct 39 struct H m[] = { { { "foo" }, 1 }, [0] = { .I[0] = 'b' } }; argument
|
H A D | anon-struct-2.c | 44 struct H { struct 48 char testH[sizeof(struct H) == 2 * sizeof(struct A) ? 1 : -1]; argument
|
H A D | anon-struct-1.c | 44 struct H { struct 48 char testH[sizeof(struct H) == 2 * sizeof(struct A) ? 1 : -1]; argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | const1.C | 113 struct H : public G<B> struct 115 H () {} in H() argument 116 H (const H& x) : G<B> (x) {} in H() argument 117 H (const G<B>& x) : G<B> (x) {} in H() function
|
H A D | cleanup1.C | 99 struct H struct 101 virtual ~H () {}; in ~H() argument 112 void H::h1 () in h1() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | store-expr2.C | 31 struct H { struct 46 H d; argument
|
H A D | store-expr1.C | 31 struct H { struct 46 H d; argument
|
H A D | lookup19.C | 46 typedef int H; typedef 50 typedef double H; typedef
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | tied_items.t | 32 sub H::TIEHASH { bless \(my $x), "H" } subroutine 33 sub H::FETCH { $h_fetches++; $_[1] - 70 } subroutine
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 67 static void unmap(LargeBlock::Header *H) { in unmap() 76 UNUSED LargeBlock::Header **H, UNUSED bool *Zeroed) { in retrieve() 79 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 145 void store(Options Options, LargeBlock::Header *H) { in store() 230 LargeBlock::Header **H, bool *Zeroed) { in retrieve() 454 for (const auto &H : InUseBlocks) { in iterateOverBlocks() local 512 LargeBlock::Header *H; in allocate() local 577 LargeBlock::Header *H = reinterpret_cast<LargeBlock::Header *>( in allocate() local 604 LargeBlock::Header *H = LargeBlock::getHeader<Config>(Ptr); in deallocate() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.cpp | 76 Expected<tpctypes::DylibHandle> H((ExecutorAddr())); in open() local 85 EPCGenericDylibManager::lookup(tpctypes::DylibHandle H, in lookup() 96 EPCGenericDylibManager::lookup(tpctypes::DylibHandle H, in lookup()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | scope2.C | 15 typedef Helper H; typedef 22 typedef typename Parent::H H; typedef
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 38 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() 53 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags() 71 static PrintfSpecifierResult ParsePrintfSpecifier(FormatStringHandler &H, in ParsePrintfSpecifier() 410 bool clang::analyze_format_string::ParsePrintfString(FormatStringHandler &H, in ParsePrintfString() 449 FormatStringHandler H; in ParseFormatStringHasSArg() local 475 FormatStringHandler H; in parseFormatStringHasFormattingSpecifiers() local
|
H A D | ScanfFormatString.cpp | 31 static bool ParseScanList(FormatStringHandler &H, in ParseScanList() 75 static ScanfSpecifierResult ParseScanfSpecifier(FormatStringHandler &H, in ParseScanfSpecifier() 541 bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H, in ParseScanfString()
|
/openbsd-src/lib/libexpat/lib/ |
H A D | siphash.h | 167 sip_round(struct siphash * H,const int rounds) sip_round() argument 192 sip24_init(struct siphash * H,const struct sipkey * key) sip24_init() argument 207 sip24_update(struct siphash * H,const void * src,size_t len) sip24_update() argument 231 sip24_final(struct siphash * H) sip24_final() argument [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/ |
H A D | anon-struct2.C | 42 struct H { struct 46 char testH[sizeof(H) == 2 * sizeof(A) ? 1 : -1]; argument
|
H A D | anon-struct1.C | 40 struct H { struct 44 char testH[sizeof(H) == 2 * sizeof(A) ? 1 : -1]; argument
|
/openbsd-src/gnu/llvm/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 98 auto H = DylibMgr->open("", 0); in Create() local 123 orc::tpctypes::DylibHandle H) in RemoteResolver() 127 orc::tpctypes::DylibHandle H; variable
|
/openbsd-src/gnu/llvm/clang/utils/ABITest/ |
H A D | Enumeration.py | 85 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 129 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 134 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 156 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | Header.cpp | 23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<() 70 Header H; in decode() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | DJB.cpp | 61 uint32_t H) { in fastCaseFoldingDjbHash() 72 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
|
/openbsd-src/lib/libcrypto/sm3/ |
H A D | sm3.c | 43 #define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \ argument 55 #define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument 58 #define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument 66 SM3_WORD A, B, C, D, E, F, G, H; in sm3_block_data_order() local [all...] |
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorDylibManager.cpp | 38 auto H = ExecutorAddr::fromPtr(DL.getOSSpecificHandle()); in open() local 44 SimpleExecutorDylibManager::lookup(tpctypes::DylibHandle H, in lookup()
|