Home
last modified time | relevance | path

Searched defs:he (Results 1 – 6 of 6) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp71 HANDLE he; in __kmp_redirect_output() local
/llvm-project/clang/test/CodeGenCXX/
H A Dno-unique-address.cpp26 HasEmpty he = {{}, 1, {}, 2, {}}; variable
H A Dvisibility.cpp1014 HIDDEN foo ha, hb, hc, hd, he, hf; variable
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1086 #define EXPECT_HOSTENT_NOT_POISONED(he) \ argument
1108 struct hostent *he = gethostent(); in TEST() local
1116 struct hostent *he = gethostbyname("localhost"); TEST() local
1156 struct hostent *he = gethostbyname2("localhost", AF_INET); TEST() local
1164 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); TEST() local
1173 struct hostent he; TEST() local
1188 struct hostent he; TEST() local
1203 struct hostent he; TEST() local
1215 struct hostent he; TEST() local
1227 struct hostent he; TEST() local
1243 struct hostent he; TEST() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-class-template-argument-deduction.cpp474 HasExplicit he(42); global() variable
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp903 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { EmitLandingPad() local