Home
last modified time | relevance | path

Searched defs:Integral (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/benchmarks/
H A Dformatter_int.bench.cpp
/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h
H A DPointer.h
H A DIntegralAP.h
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h175 const u64 Integral = Occurrence == 0 ? 0 : AccumulatedTime / Occurrence; REQUIRES() local
H A Dcommon.h119 inline void computePercentage(uptr Numerator, uptr Denominator, uptr *Integral, in computePercentage() argument
H A Dsecondary.h178 uptr Integral; getStats() local
H A Dprimary32.h941 uptr Integral; getSizeClassFragmentationInfo() local
H A Dprimary64.h1186 uptr Integral; getRegionFragmentationInfo() local
/llvm-project/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp139 constexpr bool Integral() { in Integral() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-explicit-bool.cpp565 using Integral = C<int>; typedef