/external/clang/test/CodeGen/ |
D | 2007-09-28-PackedUnionMember.c | 4 struct H { struct 5 unsigned long f1; 29 struct H cmd = { 4, 412 }; in hndlr() argument
|
/external/clang/test/CodeGenCXX/ |
D | pr20719.cpp | 9 struct H { struct 10 H() {} in H() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 56 void removeObjectSet(ObjSetHandleT H) { BaseLayer.removeObjectSet(H); } in removeObjectSet() 74 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() 82 void emitAndFinalize(ObjSetHandleT H) { BaseLayer.emitAndFinalize(H); } in emitAndFinalize() 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
|
D | IRCompileLayer.h | 82 ModuleSetHandleT H = in addModuleSet() local 90 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); } in removeModuleSet() 108 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 116 void emitAndFinalize(ModuleSetHandleT H) { in emitAndFinalize()
|
D | IRTransformLayer.h | 57 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeModuleSet(H); } in removeModuleSet() 75 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 83 void emitAndFinalize(ModuleSetHandleT H) { in emitAndFinalize()
|
D | GlobalMappingLayer.h | 52 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeModuleSet(H); } in removeModuleSet() 88 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 96 void emitAndFinalize(ModuleSetHandleT H) { in emitAndFinalize()
|
D | ObjectLinkingLayer.h | 114 void setHandle(ObjSetHandleT H) { in setHandle() 293 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() 318 JITSymbol findSymbolIn(ObjSetHandleT H, StringRef Name, in findSymbolIn() 324 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 332 void emitAndFinalize(ObjSetHandleT H) { in emitAndFinalize()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 60 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in ProcSym() 68 const Hdr *H = nullptr; in deserialize() local 99 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in Thunk32Sym() 107 const Hdr *H = nullptr; in deserialize() local 134 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H) in TrampolineSym() 140 const Hdr *H = nullptr; in deserialize() local 164 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in SectionSym() 172 const Hdr *H = nullptr; in deserialize() local 196 CoffGroupSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in CoffGroupSym() 204 const Hdr *H = nullptr; in deserialize() local [all …]
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-pubtypes.m | 6 @interface H interface 10 @implementation H implementation
|
/external/libcxx/test/std/utilities/variant/variant.hash/ |
D | hash.pass.cpp | 40 using H = std::hash<V>; in test_hash_variant() typedef 55 using H = std::hash<V>; in test_hash_variant() typedef 84 using H = std::hash<V>; in test_hash_variant() typedef 96 using H = std::hash<std::monostate>; in test_hash_monostate() typedef 115 using H = std::hash<V>; in test_hash_variant_duplicate_elements() typedef
|
/external/clang/test/SemaCXX/ |
D | cdtor-fn-try-block.cpp | 75 struct H { struct 81 H() try { in H() argument
|
D | virtual-base-used.cpp | 66 struct H : public virtual A { struct 70 …icit default constructor for 'I' must explicitly initialize the base class 'H' which does not have… argument
|
/external/clang/test/CXX/special/class.copy/ |
D | implicit-move-def.cpp | 21 struct H : G { struct 28 H s; in f() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
D | Tables8kGCMMultiplier.java | 8 private byte[] H; field in Tables8kGCMMultiplier 11 public void init(byte[] H) in init()
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | vector_bool.pass.cpp | 31 typedef std::hash<T> H; in main() typedef 43 typedef std::hash<T> H; in main() typedef
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 88 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() 92 void expectRemoveObjectSet(ObjSetHandleT H) { MockObjSetHandle = H; } in expectRemoveObjectSet() 116 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() 125 void expectFindSymbolIn(ObjSetHandleT H, const std::string &Name, in expectFindSymbolIn() 138 void emitAndFinalize(ObjSetHandleT H) { in emitAndFinalize() 142 void expectEmitAndFinalize(ObjSetHandleT H) { MockObjSetHandle = H; } in expectEmitAndFinalize() 148 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 155 void expectMapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in expectMapSectionAddress() 225 auto H = T1.addObjectSet(std::move(Objs1), std::move(MM), std::move(SR)); in TEST() local
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 67 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule() local 75 void removeModule(ModuleHandleT H) { in removeModule() 105 for (auto H : make_range(ModuleHandles.rbegin(), ModuleHandles.rend())) in findMangledSymbol() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 131 #define VAR(W, H) \ argument 140 #define SUBPIX_VAR(W, H) \ argument 155 #define SUBPIX_AVG_VAR(W, H) \ argument 178 #define GET_VAR(W, H) \ argument 189 #define MSE(W, H) \ argument 199 #define VARIANCES(W, H) \ argument 296 #define HIGHBD_VAR(W, H) \ argument 344 #define HIGHBD_MSE(W, H) \ argument 411 #define HIGHBD_SUBPIX_VAR(W, H) \ argument 457 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument [all …]
|
/external/freetype/src/autofit/ |
D | afranges.h | 29 #define SCRIPT( s, S, d, h, H, ss ) \ argument 35 #define SCRIPT( s, S, d, h, H, ss ) \ argument
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | InfoStream.cpp | 30 const Header *H; in reload() local 81 Header H; in commit() local
|
/external/clang/test/CXX/drs/ |
D | dr14xx.cpp | 72 struct H { struct 73 union { 76 union { // expected-note 2{{member not initialized}} 79 constexpr H() {} // expected-error {{must initialize all members}} in H() argument 80 constexpr H(bool) : m(1) {} in H() function 81 constexpr H(char) : n(1) {} // expected-error {{must initialize all members}} in H() argument 82 constexpr H(double) : m(1), n(1) {} in H() function 103 union H { union
|
/external/libcxx/test/std/utilities/type.index/type.index.synopsis/ |
D | hash_type_index.pass.cpp | 29 typedef std::hash<std::type_index> H; in main() typedef
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 32 static bool ParseScanList(FormatStringHandler &H, in ParseScanList() 76 static ScanfSpecifierResult ParseScanfSpecifier(FormatStringHandler &H, in ParseScanfSpecifier() 530 bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H, in ParseScanfString()
|
D | PrintfFormatString.cpp | 37 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() 52 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags() 70 static PrintfSpecifierResult ParsePrintfSpecifier(FormatStringHandler &H, in ParsePrintfSpecifier() 326 bool clang::analyze_format_string::ParsePrintfString(FormatStringHandler &H, in ParsePrintfString() 365 FormatStringHandler H; in ParseFormatStringHasSArg() local
|
/external/eigen/doc/snippets/ |
D | HessenbergDecomposition_matrixH.cpp | 4 MatrixXf H = hessOfA.matrixH(); variable
|