Home
last modified time | relevance | path

Searched defs:H (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/llvm-project/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c4 struct H { struct
5 unsigned long f1;
29 struct H cmd = { 4, 412 }; in hndlr() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dpr20719.cpp9 struct H { struct
10 H() {} in H() argument
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-pubtypes.m6 @interface H interface
10 @implementation H implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbool-pointer-implicit-conversion.cpp92 struct H { struct
96 // CHECK-MESSAGES: :[[@LINE-1]]:9: warning: dubious check of 'bool *' against 'nullptr' in foo() argument
H A Dmultiple-new-in-one-expression.cpp29 struct H { struct
40 int f(const H &); argument
/llvm-project/flang/test/Preprocessing/
H A Dhollerith.f6 CHARACTER*1H I variable
8 INTEGER H variable
/llvm-project/libcxx/test/std/utilities/variant/variant.hash/
H A Dhash.pass.cpp94 const H h{}; in test_hash_monostate() typedef
38 using H = std::hash<V>; test_hash_variant() typedef
53 using H = std::hash<V>; test_hash_variant() typedef
82 using H = std::hash<V>; test_hash_variant() typedef
114 using H = std::hash<V>; test_hash_variant_duplicate_elements() typedef
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcdtor-fn-try-block.cpp75 struct H { struct
81 H() try { in H() argument
H A Dvirtual-base-used.cpp146 struct H : public virtual A { struct
159 …// expected-note@-7 {{destructor of 'H' is implicitly deleted because field 'x' has an inaccessibl… argument
/llvm-project/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp21 struct H : G { struct
28 H s; in f() argument
/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dpointer.pass.cpp33 typedef std::hash<T> H; in test() typedef
52 typedef std::hash<T> H; in test_nullptr() typedef
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dvector_bool.pass.cpp31 typedef std::hash<T> H; in tests() typedef
46 typedef std::hash<T> H; in tests() typedef
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp76 Expected<tpctypes::DylibHandle> H((ExecutorAddr())); in open() local
84 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync() argument
102 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync() argument
/llvm-project/llvm/unittests/XRay/
H A DFDRTraceWriterTest.cpp37 XRayFileHeader H; in TEST() local
83 H.Version = 2; in TEST() local
126 XRayFileHeader H; TEST() local
[all...]
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnttp.verify.cpp50 using H = test<NotALiteral, NotALiteral, std::pair<NotALiteral, NotALiteral>{}>; global() typedef
71 using H = test<std::pair<NotALiteral, NotALiteral>{}>; global() typedef
92 using H = test<std::pair<NotALiteral, NotALiteral>{}>; global() typedef
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup()
63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp23 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const Header &H) { in operator <<()
70 Header H; in decode() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-member-init-delayed.cpp7 int *H; member
20 int *H; member
/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp31 static bool ParseScanList(FormatStringHandler &H, in ParseScanList()
75 static ScanfSpecifierResult ParseScanfSpecifier(FormatStringHandler &H, in ParseScanfSpecifier()
539 bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H, in ParseScanfString()
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DFindHeaders.cpp63 // Check if spelling of \p H matches \p DeclName. in nameMatch() argument
36 applyHints(llvm::SmallVector<Hinted<Header>> Headers,Hints H) applyHints() argument
100 for (const auto &H : Headers) { hintedHeadersForStdHeaders() local
273 for (auto &H : Headers) { headersForSymbol() local
[all...]
/llvm-project/llvm/lib/Support/
H A DDJB.cpp61 uint32_t H) { in fastCaseFoldingDjbHash()
72 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h98 auto H = DylibMgr->open("", 0); in Create() local
124 orc::tpctypes::DylibHandle H) in RemoteResolver()
128 orc::tpctypes::DylibHandle H; variable
/llvm-project/compiler-rt/test/orc/TestCases/Darwin/x86-64/
H A Dtrivial-jit-dlopen.c23 void *H = dlopen("inits", 0); in main() local
/llvm-project/libcxx/test/std/utilities/type.index/type.index.synopsis/
H A Dhash_type_index.pass.cpp30 typedef std::hash<std::type_index> H; in main() typedef
/llvm-project/compiler-rt/test/orc/TestCases/Windows/x86-64/
H A Dtrivial-jit-dlopen.c23 void *H = dlopen("inits", 0); in main() local

12345678910>>...15