Home
last modified time | relevance | path

Searched defs:h2 (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/libcxx/test/std/time/time.duration/time.duration.arithmetic/
H A Dop_--int.pass.cpp24 std::chrono::hours h2 = h1--; in test_constexpr() local
34 std::chrono::hours h2 = h1--; in main() local
H A Dop_++int.pass.cpp24 std::chrono::hours h2 = h1++; in test_constexpr() local
33 std::chrono::hours h2 = h1++; in main() local
/llvm-project/compiler-rt/www/
H A Dcontent.css7 h1, h2, h3, tt { color: #000 } selector
10 h2 { color:#333333; padding-top:0.5em; } selector
/llvm-project/libcxxabi/www/
H A Dcontent.css9 h1, h2, h3, tt { color: #000 } selector
12 h2 { color:#333333; padding-top:0.5em; } selector
/llvm-project/clang/www/
H A Dcontent.css9 h1, h2, h3, tt { color: #000 } selector
12 h2 { color:#333333; padding-top:0.5em; } selector
/llvm-project/clang/test/Modules/
H A Ddeclare-use2.cpp7 const int h2 = h1+e+f; variable
/llvm-project/clang/test/SemaObjCXX/
H A Dnullability-consistency.mm17 void h2(int * _Nonnull) { } function
H A Dnullability-consistency-arrays.mm12 void h2(int * _Nonnull p) { } function
/llvm-project/clang/test/SemaCXX/
H A Dcv-unqual-rvalues.cpp11 template<typename T, T X> void h2() { in h2() function
H A Dpseudo-destructors.cpp131 void h2(Y *p) { f(p); } in h2() function
142 void h2(Y *p) { f(p); } // expected-note {{instantiation of}} in h2() function
153 void h2(Y<int> *p) { f(p); } in h2() function
167 void h2(Y<int> *p) { f(p); } // expected-note {{instantiation of}} in h2() function
/llvm-project/clang/test/PCH/Inputs/
H A Dchain-macro-override1.h6 #define h2() f() macro
/llvm-project/lld/test/ELF/
H A Dicf-safe.s148 .globl h2 symbol
150 h2: label
/llvm-project/libcxx/test/std/time/time.hms/
H A Dhhmmss.verify.cpp26 …std::chrono::hh_mm_ss<std::string> h2; // expected-error-re@*:* {{static assertion failed{{.*}}tem… in main() local
/llvm-project/libcxx/test/std/time/time.duration/time.duration.cast/
H A Dceil.pass.cpp49 …constexpr std::chrono::hours h2 = std::chrono::ceil<std::chrono::hours>(std::chrono::milliseconds(… in main() local
H A Dround.pass.cpp48 …constexpr std::chrono::hours h2 = std::chrono::round<std::chrono::hours>(std::chrono::milliseconds… in main() local
H A Dfloor.pass.cpp48 …constexpr std::chrono::hours h2 = std::chrono::floor<std::chrono::hours>(std::chrono::milliseconds… in main() local
/llvm-project/libcxx/test/std/time/time.duration/time.duration.alg/
H A Dabs.pass.cpp49 constexpr std::chrono::hours h2 = std::chrono::abs(std::chrono::hours(3)); in main() local
/llvm-project/polly/www/
H A Dcontent.css23 h1, h2, h3, tt { color: #000 } selector
26 h2 { color:#333333; padding-top:0.5em; } selector
/llvm-project/clang/test/Parser/
H A Dattributes.c38 void (*h2)(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}} variable
/llvm-project/libcxx/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp26 Hash64 h2; in test() local
/llvm-project/clang/www/analyzer/
H A Dcontent.css12 h1, h2, h3, tt { color: #000 } selector
15 h2 { color:#333333; padding-top:0.5em; } selector
/llvm-project/libcxx/test/std/time/time.duration/time.duration.literals/
H A Dliterals.pass.cpp32 auto h2 = 4.0h; in main() local
H A Dliterals2.pass.cpp24 auto h2 = 4.0h; in main() local
H A Dliterals1.pass.cpp21 auto h2 = 4.0h; in main() local
/llvm-project/llvm/docs/_static/
H A Dllvm.css26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 { selector
40 h2, .doc_section { text-align: center; font-size: 22pt; selector

1234