/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/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 82 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() 86 void expectRemoveObjectSet(ObjSetHandleT H) { MockObjSetHandle = H; } in expectRemoveObjectSet() 110 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() 119 void expectFindSymbolIn(ObjSetHandleT H, const std::string &Name, in expectFindSymbolIn() 132 void emitAndFinalize(ObjSetHandleT H) { in emitAndFinalize() 136 void expectEmitAndFinalize(ObjSetHandleT H) { MockObjSetHandle = H; } in expectEmitAndFinalize() 142 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 149 void expectMapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in expectMapSectionAddress() 219 auto H = T1.addObjectSet(Objs1, std::move(MM), std::move(SR)); in TEST() local
|
D | OrcCAPITest.cpp | 59 LLVMOrcModuleHandle H; member 90 LLVMOrcModuleHandle H = in TEST_F() local 114 LLVMOrcModuleHandle H = in TEST_F() local
|
/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 | 85 ModuleSetHandleT H = in addModuleSet() local 92 void removeModuleSet(ModuleSetHandleT H) { BaseLayer.removeObjectSet(H); } in removeModuleSet() 110 JITSymbol findSymbolIn(ModuleSetHandleT H, const std::string &Name, in findSymbolIn() 118 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 | 202 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() 227 JITSymbol findSymbolIn(ObjSetHandleT H, StringRef Name, in findSymbolIn() 259 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 267 void emitAndFinalize(ObjSetHandleT H) { in emitAndFinalize()
|
/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/CodeGenCXX/ |
D | pr20719.cpp | 9 struct H { struct 10 H() {} in H() function
|
/external/clang/test/CXX/special/class.copy/ |
D | implicit-move-def.cpp | 21 struct H : G { struct 28 H s; in f() argument
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 160 #define VAR(W, H) \ argument 169 #define SUBPIX_VAR(W, H) \ argument 185 #define SUBPIX_AVG_VAR(W, H) \ argument 211 #define GET_VAR(W, H) \ argument 222 #define MSE(W, H) \ argument 232 #define VARIANCES(W, H) \ argument 327 #define HIGHBD_VAR(W, H) \ argument 377 #define HIGHBD_MSE(W, H) \ argument 458 #define HIGHBD_SUBPIX_VAR(W, H) \ argument 510 #define HIGHBD_SUBPIX_AVG_VAR(W, H) \ argument [all …]
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-pubtypes.m | 6 @interface H interface 10 @implementation H implementation
|
/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() function 80 constexpr H(bool) : m(1) {} in H() argument 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() argument 103 union H { union
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 54 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule() local 62 void removeModule(ModuleHandleT H) { in removeModule() 93 for (auto H : make_range(ModuleHandles.rbegin(), ModuleHandles.rend())) in findMangledSymbol() local
|
/external/ceres-solver/examples/ |
D | libmv_homography.cc | 110 void SymmetricGeometricDistanceTerms(const Eigen::Matrix<T, 3, 3> &H, in SymmetricGeometricDistanceTerms() argument 135 double SymmetricGeometricDistance(const Mat3 &H, in SymmetricGeometricDistance() 200 Mat3 *H, in Homography2DFromCorrespondencesLinearEuc() 256 Mat3 H(homography_parameters); in operator ()() local 283 Mat3 *H) in TerminationCheckingCallback() 320 Mat3 *H) { in EstimateHomography2DFromCorrespondences()
|
/external/clang/lib/Analysis/ |
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() 321 bool clang::analyze_format_string::ParsePrintfString(FormatStringHandler &H, in ParsePrintfString() 360 FormatStringHandler H; in ParseFormatStringHasSArg() local
|
D | ScanfFormatString.cpp | 32 static bool ParseScanList(FormatStringHandler &H, in ParseScanList() 76 static ScanfSpecifierResult ParseScanfSpecifier(FormatStringHandler &H, in ParseScanfSpecifier() 525 bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H, in ParseScanfString()
|
/external/llvm/lib/Object/ |
D | MachOUniversal.cpp | 29 void SwapStruct(MachO::fat_header &H) { in SwapStruct() 35 void SwapStruct(MachO::fat_arch &H) { in SwapStruct() 115 MachO::fat_header H= getUniversalBinaryStruct<MachO::fat_header>(Buf.begin()); in MachOUniversalBinary() local
|
/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/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/wpa_supplicant_8/src/crypto/ |
D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() 258 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ae() local 292 u8 H[AES_BLOCK_SIZE]; in aes_gcm_ad() local
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 83 def getNthPairBounded(N,W=aleph0,H=aleph0,useDivmod=False): argument 127 def getNthPairBoundedChecked(N,W=aleph0,H=aleph0,useDivmod=False,GNP=getNthPairBounded): argument 132 def getNthNTuple(N, W, H=aleph0, useLeftToRight=False): argument 154 def getNthNTupleChecked(N, W, H=aleph0, useLeftToRight=False, GNT=getNthNTuple): argument
|
/external/skia/gm/ |
D | gm.h | 33 #define DEF_SIMPLE_GM(NAME, CANVAS, W, H) \ argument 35 #define DEF_SIMPLE_GM_BG(NAME, CANVAS, W, H, BGCOLOR)\ argument 37 #define DEF_SIMPLE_GM_BG_NAME(NAME, CANVAS, W, H, BGCOLOR, NAME_STR) \ argument
|