Home
last modified time | relevance | path

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

12345678910>>...16

/external/clang/test/CodeGen/
D2007-09-28-PackedUnionMember.c4 struct H { struct
5 unsigned long f1;
29 struct H cmd = { 4, 412 }; in hndlr() argument
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp82 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
DOrcCAPITest.cpp59 LLVMOrcModuleHandle H; member
90 LLVMOrcModuleHandle H = in TEST_F() local
114 LLVMOrcModuleHandle H = in TEST_F() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectTransformLayer.h56 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()
DIRCompileLayer.h85 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()
DIRTransformLayer.h57 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()
DGlobalMappingLayer.h52 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()
DObjectLinkingLayer.h202 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/
Dcdtor-fn-try-block.cpp75 struct H { struct
81 H() try { in H() argument
Dvirtual-base-used.cpp66 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/
Dpr20719.cpp9 struct H { struct
10 H() {} in H() function
/external/clang/test/CXX/special/class.copy/
Dimplicit-move-def.cpp21 struct H : G { struct
28 H s; in f() argument
/external/libvpx/libvpx/vpx_dsp/
Dvariance.c160 #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/
Ddebug-info-pubtypes.m6 @interface H interface
10 @implementation H implementation
/external/clang/test/CXX/drs/
Ddr14xx.cpp72 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/
DKaleidoscopeJIT.h54 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/
Dlibmv_homography.cc110 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/
DPrintfFormatString.cpp37 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
DScanfFormatString.cpp32 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/
DMachOUniversal.cpp29 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/
Dvector_bool.pass.cpp31 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/
DTables8kGCMMultiplier.java8 private byte[] H; field in Tables8kGCMMultiplier
11 public void init(byte[] H) in init()
/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c175 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/
DEnumeration.py83 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/
Dgm.h33 #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

12345678910>>...16