Home
last modified time | relevance | path

Searched refs:test_a (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/compiler-rt/test/asan/TestCases/
Duse-after-scope-conversion.cpp28 void test_a() { in test_a() function
41 test_a(); in main()
/external/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
Dp4.cpp25 constexpr bool (*test_a)(const A&, const A&) noexcept = &operator==;
26 static_assert((*test_a)(A(), A()));
122 bool test_a = A() == A(); // expected-error {{invalid operands}} variable
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll6 ; FUNC-LABEL: {{^}}test_a:
10 define amdgpu_kernel void @test_a(i32 addrspace(1)* %out, float %in) {
31 ; Same as test_a, but the branch labels are swapped to produce the inverse cc
/external/llvm/test/CodeGen/AMDGPU/
Dselectcc-opt.ll6 ; FUNC-LABEL: {{^}}test_a:
10 define void @test_a(i32 addrspace(1)* %out, float %in) {
31 ; Same as test_a, but the branch labels are swapped to produce the inverse cc
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm13 - (void) test_a: (__unknown_anytype)foo;
24 [obj test_a: v];
/external/llvm-project/clang/test/SemaObjCXX/
Dunknown-anytype.mm13 - (void) test_a: (__unknown_anytype)foo;
24 [obj test_a: v];
/external/flatbuffers/grpc/tests/
Dgrpctest.py30 test_a = 8 variable
54 assert m.Pos().Test3(test3).A() == test_a
145 pos = Vec3.CreateVec3(b, test_X, test_Y, test_Z, test_test1, test_color, test_a, test_b)
/external/skia/resources/sksl/errors/
DInvalidOutParams.sksl4 void test_a() { inc1(0); }
/external/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp15 same_type<decltype(a), int> test_a; variable
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp15 same_type<decltype(a), int> test_a; variable
/external/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
Dp1-cxx11.cpp40 void test_a() { in test_a() function
Dp1.cpp71 void test_a() { in test_a() function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
Dp1-cxx11.cpp40 void test_a() { in test_a() function
Dp1.cpp71 void test_a() { in test_a() function
/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp94 void test_a() { in test_a() function
/external/llvm-project/clang/test/SemaCXX/
Dqualified-id-lookup.cpp94 void test_a() { in test_a() function
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dstack-no-redzone.ll36 ; CHECK-LABEL: test_a:
42 define i32 @test_a() local_unnamed_addr #0 {
/external/llvm-project/clang/test/CXX/drs/
Ddr13xx.cpp372 void test_a(int A::*p) { a(A(), p); } // ok, type of second parameter does not need to match in test_a() function
422 int test_a = a((int*)0, 0); // FIXME: expected-error {{ambiguous}} variable
/external/rust/crates/bencher/
Dlib.rs450 let test_a = TestDesc { in should_sort_failures_before_printing_them() localVariable
470 failures: vec![(test_b, Vec::new()), (test_a, Vec::new())], in should_sort_failures_before_printing_them()
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py163 test_a = list(tf_record.tf_record_iterator(fn_a, options=options_a))
164 self.assertEqual(records, test_a, options_a)
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_unittest_test.py614 def test_a(self): member in TestShutilWithZipfile
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py405 def test_a(self): member in Test_TestCase.test_subtests_failfast.Foo
433 def test_a(self): member in Test_TestCase.test_subtests_debug.Foo