Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 4628) sorted by relevance

12345678910>>...186

/external/rust/crates/tinyvec/src/array/
Dgenerated_impl.rs7 impl<T: Default> Array for [T; 0] { implementation
13 fn as_slice(&self) -> &[T] { in as_slice()
19 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
29 impl<T: Default> Array for [T; 1] { implementation
35 fn as_slice(&self) -> &[T] { in as_slice()
41 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
51 impl<T: Default> Array for [T; 2] { implementation
57 fn as_slice(&self) -> &[T] { in as_slice()
63 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
73 impl<T: Default> Array for [T; 3] { implementation
[all …]
/external/toolchain-utils/compiler_wrapper/
Ddisable_werror_flag_test.go19 func TestOmitDoubleBuildForSuccessfulCall(t *testing.T) {
28 func TestOmitDoubleBuildForGeneralError(t *testing.T) {
46 func TestDoubleBuildWithWNoErrorFlag(t *testing.T) {
73 func TestKnownConfigureFileParsing(t *testing.T) {
83 func TestDoubleBuildWithKnownConfigureFile(t *testing.T) {
106 func TestDoubleBuildWithWNoErrorAndCCache(t *testing.T) {
136 func TestForwardStdoutAndStderrWhenDoubleBuildSucceeds(t *testing.T) {
163 func TestForwardStdoutAndStderrWhenDoubleBuildFails(t *testing.T) {
193 func TestForwardStdinFromDoubleBuild(t *testing.T) {
220 func TestForwardGeneralErrorWhenDoubleBuildFails(t *testing.T) {
[all …]
Dclang_tidy_flag_test.go16 func TestClangTidyBasename(t *testing.T) {
49 func TestClangTidyClangResourceDir(t *testing.T) {
88 func TestClangTidyArgOrder(t *testing.T) {
106 func TestForwardStdOutAndStderrFromClangTidyCall(t *testing.T) {
126 func TestIgnoreNonZeroExitCodeFromClangTidy(t *testing.T) {
143 func TestReportGeneralErrorsFromClangTidy(t *testing.T) {
162 func TestOmitClangTidyForGcc(t *testing.T) {
172 func TestOmitClangTidyForGccWithClangSyntax(t *testing.T) {
182 func TestUseClangTidyBasedOnFileExtension(t *testing.T) {
211 func TestOmitCCacheWithClangTidy(t *testing.T) {
[all …]
Dclang_flags_test.go16 func TestClangBasename(t *testing.T) {
36 func TestClangPathGivenClangEnv(t *testing.T) {
47 func TestAbsoluteClangPathBasedOnRootPath(t *testing.T) {
58 func TestRelativeClangPathBasedOnRootPath(t *testing.T) {
69 func TestRelativeClangPathWithDirBasedOnRootPath(t *testing.T) {
80 func TestPathEnvClangPathBasedOnRootPath(t *testing.T) {
93 func TestClangPathForClangHostWrapper(t *testing.T) {
105 func TestClangPathForAndroidWrapper(t *testing.T) {
116 func TestClangPathForAndroidWrapperWithSymlinks(t *testing.T) {
129 func TestUseXclangPathAndCalcResourceDirByNestedClangCall(t *testing.T) {
[all …]
Dcompiler_wrapper_test.go17 func TestAddCommonFlags(t *testing.T) {
28 func TestAddGccConfigFlags(t *testing.T) {
39 func TestAddClangConfigFlags(t *testing.T) {
50 func TestLogGeneralExecError(t *testing.T) {
68 func TestForwardStdin(t *testing.T) {
82 func TestLogMissingCCacheExecError(t *testing.T) {
97 func TestErrorOnLogRusageAndForceDisableWError(t *testing.T) {
110 func TestErrorOnLogRusageAndBisect(t *testing.T) {
123 func TestErrorOnBisectAndForceDisableWError(t *testing.T) {
136 func TestPrintUserCompilerError(t *testing.T) {
[all …]
Dccache_flag_test.go11 func TestCallCCacheGivenConfig(t *testing.T) {
24 func TestNotCallCCacheGivenConfig(t *testing.T) {
34 func TestNotCallCCacheGivenConfigAndNoCCacheArg(t *testing.T) {
47 func TestSetCacheDir(t *testing.T) {
57 func TestSetCacheUmask(t *testing.T) {
67 func TestUpdateSandboxRewriteWithValue(t *testing.T) {
85 func TestUpdateSandboxRewriteWithoutValue(t *testing.T) {
103 func TestClearCCacheDisableWithValue(t *testing.T) {
120 func TestClearCCacheDisableWithoutValue(t *testing.T) {
137 func TestAddCCacheCpp2FlagForClang(t *testing.T) {
[all …]
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h65 #define GTEST_0_TUPLE_(T) tuple<> argument
66 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
68 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
70 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
72 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
74 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
76 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
78 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
80 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
82 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h55 #define GTEST_0_TUPLE_(T) tuple<> argument
56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-tuple.h66 #define GTEST_0_TUPLE_(T) tuple<> argument
67 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument
69 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument
71 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument
73 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument
75 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument
77 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument
79 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
81 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
83 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument
[all …]
/external/golang-protobuf/proto/
Dall_test.go65 func equalbytes(b1, b2 []byte, t *testing.T) {
160 func equal(b []byte, s string, t *testing.T) bool {
177 func overify(t *testing.T, pb *GoTest, expected string) {
212 func TestNumericPrimitives(t *testing.T) {
302 func TestMarshalerEncoding(t *testing.T) {
370 func TestBufferMarshalAllocs(t *testing.T) {
412 func TestBytesPrimitives(t *testing.T) {
426 func TestStringPrimitives(t *testing.T) {
442 func TestRequiredBit(t *testing.T) {
457 func checkInitialized(pb *GoTest, t *testing.T) {
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_major_storage.inl9 tvec2<T, P> const & v1,
23 const tmat2x2<T, P>& m)
35 const tvec3<T, P>& v1,
54 const tmat3x3<T, P>& m)
71 const tvec4<T, P>& v1,
98 const tmat4x4<T, P>& m)
122 const tvec2<T, P>& v1,
130 const tmat2x2<T, P>& m)
137 const tvec3<T, P>& v1,
146 const tmat3x3<T, P>& m)
[all …]
Ddual_quaternion.inl12 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdua…
19 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type const & tdualquat<T, P>::operator[](typenam…
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, P> const & d) function in glm::tdualquat
47 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, Q> const & d) function in glm::tdualquat
59 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r)
64 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & q, tvec3<T, P> con…
73 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & r, tquat<T, P> con…
87 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat2x4<T, P> const & m)
93 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat3x4<T, P> const & m)
102 GLM_FUNC_QUALIFIER tdualquat<T, P> & tdualquat<T, P>::operator=(tdualquat<T, P> const & q)
[all …]
Dquaternion.inl10 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tvec3<T, P> const& v, tquat<T, P> const& q)
16 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tquat<T, P> const& q, tvec3<T, P> const& v)
22 GLM_FUNC_QUALIFIER tquat<T, P> squad
34 GLM_FUNC_QUALIFIER tquat<T, P> intermediate
46 GLM_FUNC_QUALIFIER tquat<T, P> exp(tquat<T, P> const& q)
58 GLM_FUNC_QUALIFIER tquat<T, P> log(tquat<T, P> const& q)
81 GLM_FUNC_QUALIFIER tquat<T, P> pow(tquat<T, P> const & x, T const & y)
105 GLM_FUNC_QUALIFIER tvec3<T, P> rotate(tquat<T, P> const& q, tvec3<T, P> const& v)
111 GLM_FUNC_QUALIFIER tvec4<T, P> rotate(tquat<T, P> const& q, tvec4<T, P> const& v)
117 GLM_FUNC_QUALIFIER T extractRealComponent(tquat<T, P> const& q)
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl71 GLM_FUNC_QUALIFIER T & tquat<T, P>::operator[](typename tquat<T, P>::length_type i)
78 GLM_FUNC_QUALIFIER T const & tquat<T, P>::operator[](typename tquat<T, P>::length_type i) const
97 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, P> const & q) function in glm::tquat
104 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(tquat<T, Q> const & q) function in glm::tquat
115 GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(T const & s, tvec3<T, P> const & v)
154 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tvec3<T, P> const & u, tvec3<T, P> const & v)
164 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tvec3<T, P> const & eulerAngle)
176 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tmat3x3<T, P> const & m)
182 GLM_FUNC_QUALIFIER tquat<T, P>::tquat(tmat4x4<T, P> const & m)
202 GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q)
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.inl32 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, P> const & v) function in glm::tvec2
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, Q> const & v) function in glm::tvec2
101 GLM_FUNC_QUALIFIER T & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i)
108 GLM_FUNC_QUALIFIER T const & tvec2<T, P>::operator[](typename tvec2<T, P>::length_type i) const
118 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<T, P> const & v)
444 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v)
450 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v)
460 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v, T scalar)
468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
476 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(T scalar, tvec2<T, P> const & v)
[all …]
Dtype_mat2x2.inl23 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, P> const & m) function in glm::tmat2x2
32 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x2<T, Q> const & m) function in glm::tmat2x2
100 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x3<T, P> const & m)
107 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x4<T, P> const & m)
114 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x3<T, P> const & m)
121 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x2<T, P> const & m)
128 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat2x4<T, P> const & m)
135 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x2<T, P> const & m)
142 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x4<T, P> const & m)
149 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat4x3<T, P> const & m)
[all …]
Dtype_vec3.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, P> const & v) function in glm::tvec3
52 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, Q> const & v) function in glm::tvec3
143 GLM_FUNC_QUALIFIER T & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i)
150 GLM_FUNC_QUALIFIER T const & tvec3<T, P>::operator[](typename tvec3<T, P>::length_type i) const
160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v)
520 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v)
526 GLM_FUNC_QUALIFIER tvec3<T, P> operator-(tvec3<T, P> const & v)
537 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v, T scalar)
546 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v, tvec1<T, P> const & scalar)
555 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(T scalar, tvec3<T, P> const & v)
[all …]
Dtype_mat2x3.inl21 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<T, P> const & m) function in glm::tmat2x3
30 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<T, Q> const & m) function in glm::tmat2x3
100 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x2<T, P> const & m)
107 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat3x3<T, P> const & m)
114 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x4<T, P> const & m)
121 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x4<T, P> const & m)
128 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat3x2<T, P> const & m)
135 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat3x4<T, P> const & m)
142 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x2<T, P> const & m)
149 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x3<T, P> const & m)
[all …]
Dtype_mat3x3.inl24 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<T, P> const & m) function in glm::tmat3x3
34 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x3<T, Q> const & m) function in glm::tmat3x3
124 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x2<T, P> const & m)
132 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x4<T, P> const & m)
140 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x3<T, P> const & m)
148 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x2<T, P> const & m)
156 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x4<T, P> const & m)
164 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x2<T, P> const & m)
172 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat3x4<T, P> const & m)
180 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x3<T, P> const & m)
[all …]
/external/rust/crates/nom/src/character/
Dstreaming.rs60 pub fn one_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in one_of() argument
88 pub fn none_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in none_of() argument
116 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf()
148 pub fn not_line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in not_line_ending()
200 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending()
280 pub fn anychar<T, E: ParseError<T>>(input: T) -> IResult<T, char, E> in anychar()
311 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0()
335 pub fn alpha1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha1()
359 pub fn digit0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit0()
383 pub fn digit1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit1()
[all …]
Dcomplete.rs56 pub fn one_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in one_of() argument
83 pub fn none_of<I, T, Error: ParseError<I>>(list: T) -> impl Fn(I) -> IResult<I, char, Error> in none_of() argument
114 pub fn crlf<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in crlf()
150 pub fn not_line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in not_line_ending()
205 pub fn line_ending<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in line_ending()
296 pub fn anychar<T, E: ParseError<T>>(input: T) -> IResult<T, char, E> in anychar()
331 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0()
359 pub fn alpha1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha1()
388 pub fn digit0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit0()
416 pub fn digit1<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in digit1()
[all …]
/external/arm-neon-tests/
Dcompute_ref_data.c35 #define MY_INIT_TAB(T,W,N) xNAME(INIT_TAB,N)(T##W##_t) argument
36 #define MY_INIT_TAB2(T,W,N) xNAME(INIT_TAB2,N)(T##W##_t) argument
37 #define MY_INIT_TAB3(T,W,N) xNAME(INIT_TAB3,N)(T##W##_t) argument
38 #define MY_INIT_TAB4(T,W,N) xNAME(INIT_TAB4,N)(T##W##_t) argument
41 #define VECT_VAR_DECL_INIT(V, T, W, N) \ argument
46 #define VECT_VAR_DECL_INIT4(V, T, W, N) \ argument
50 #define VECT_ARRAY_INIT2(V, T, W, N) \ argument
55 #define VECT_ARRAY_INIT3(V, T, W, N) \ argument
61 #define VECT_ARRAY_INIT4(V, T, W, N) \ argument
69 #define INIT_TAB_1(T) \ argument
[all …]
/external/llvm-project/clang/lib/AST/
DODRHash.cpp262 void AddQualType(QualType T) { in AddQualType()
680 void AddQualType(QualType T) { in AddQualType()
684 void AddType(const Type *T) { in AddType()
711 static const Type *RemoveTypedef(const Type *T) { in RemoveTypedef()
753 void Visit(const Type *T) { in Visit()
759 void VisitType(const Type *T) {} in VisitType()
761 void VisitAdjustedType(const AdjustedType *T) { in VisitAdjustedType()
789 void VisitDecayedType(const DecayedType *T) { in VisitDecayedType()
795 void VisitArrayType(const ArrayType *T) { in VisitArrayType()
801 void VisitConstantArrayType(const ConstantArrayType *T) { in VisitConstantArrayType()
[all …]
/external/llvm-project/libcxx/test/libcxx/
Dminimal_cxx11_configuration.pass.cpp59 struct T { struct
60 T() : moved(0) {} in T() argument
61 T(T const& other) : moved(other.moved) {} in T() function
62 T(T&& other) : moved(other.moved) { ++moved; other.moved = -1; } in T() argument
63 int moved;
84 void f(T&&) { in f() argument
104 struct T { struct
105 T() : lvalue_called(0), rvalue_called(0) {} in T() function
106 void foo() const & { lvalue_called++; } in foo()
107 void foo() && { rvalue_called++; } in foo()
[all …]
/external/rust/crates/num-integer/benches/
Droots.rs16 impl<T> BenchInteger for T where T: Integer + PrimInt + WrappingAdd + WrappingMul + 'static {} implementation
18 fn bench<T, F>(b: &mut Bencher, v: &[T], f: F, n: u32) in bench()
21 F: Fn(&T) -> T, in bench()
53 u32: AsPrimitive<T>, in lcg()
63 fn bench_rand<T, F>(b: &mut Bencher, f: F, n: u32) in bench_rand()
65 u32: AsPrimitive<T>, in bench_rand()
67 F: Fn(&T) -> T, in bench_rand()
79 fn bench_rand_pos<T, F>(b: &mut Bencher, f: F, n: u32) in bench_rand_pos()
81 u32: AsPrimitive<T>, in bench_rand_pos()
83 F: Fn(&T) -> T, in bench_rand_pos()
[all …]

12345678910>>...186