/llvm-project/clang/test/CodeGen/ |
H A D | 2007-09-28-PackedUnionMember.c | 4 struct H { struct 5 unsigned long f1; 29 struct H cmd = { 4, 412 }; in hndlr() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pr20719.cpp | 9 struct H { struct 10 H() {} in H() argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | debug-info-pubtypes.m | 6 @interface H interface 10 @implementation H implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | bool-pointer-implicit-conversion.cpp | 92 struct H { struct 96 // CHECK-MESSAGES: :[[@LINE-1]]:9: warning: dubious check of 'bool *' against 'nullptr' in foo() argument
|
H A D | multiple-new-in-one-expression.cpp | 29 struct H { struct 40 int f(const H &); argument
|
/llvm-project/flang/test/Preprocessing/ |
H A D | hollerith.f | 6 CHARACTER*1H I variable 8 INTEGER H variable
|
/llvm-project/libcxx/test/std/utilities/variant/variant.hash/ |
H A D | hash.pass.cpp | 94 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 D | cdtor-fn-try-block.cpp | 75 struct H { struct 81 H() try { in H() argument
|
H A D | virtual-base-used.cpp | 146 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 D | implicit-move-def.cpp | 21 struct H : G { struct 28 H s; in f() argument
|
/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/ |
H A D | pointer.pass.cpp | 33 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 D | vector_bool.pass.cpp | 31 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 D | EPCGenericDylibManager.cpp | 76 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 D | FDRTraceWriterTest.cpp | 37 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 D | nttp.verify.cpp | 50 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 D | EPCGenericDylibManager.h | 54 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 D | Header.cpp | 23 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 D | pro-type-member-init-delayed.cpp | 7 int *H; member 20 int *H; member
|
/llvm-project/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 31 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 D | FindHeaders.cpp | 63 // 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 D | DJB.cpp | 61 uint32_t H) { in fastCaseFoldingDjbHash() 72 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash()
|
/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 98 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 D | trivial-jit-dlopen.c | 23 void *H = dlopen("inits", 0); in main() local
|
/llvm-project/libcxx/test/std/utilities/type.index/type.index.synopsis/ |
H A D | hash_type_index.pass.cpp | 30 typedef std::hash<std::type_index> H; in main() typedef
|
/llvm-project/compiler-rt/test/orc/TestCases/Windows/x86-64/ |
H A D | trivial-jit-dlopen.c | 23 void *H = dlopen("inits", 0); in main() local
|