Home
last modified time | relevance | path

Searched refs:test_2 (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dconstexpr_types.pass.cpp96 void test_2() in test_2() function
121 test_2<std::tuple<int, int>>(); in main()
122 test_2<std::pair<int, int>>(); in main()
Dtypes.pass.cpp401 void test_2() in test_2() function
421 test_2<std::tuple<int, int>>(); in main()
422 test_2<std::pair<int, int>>(); in main()
423 test_2<std::array<int, 2>>(); in main()
/external/llvm/test/CodeGen/AMDGPU/
Dsampler-resource-id.ll27 ; FUNC-LABEL: {{^}}test_2:
32 define void @test_2(i32 %in0, i32 %in1, i32 %in2, i32 addrspace(1)* %out) {
60 !2 = !{void (i32, i32, i32, i32 addrspace(1)*)* @test_2, !12, !22, !32, !42, !52}
/external/llvm/test/Feature/OperandBundles/
Dfunction-attrs.ll26 define void @test_2(i32* %x) {
29 ; CHECK-LABEL: define void @test_2(i32* nocapture readonly %x)
Ddse.ll31 define void @test_2() {
35 ; CHECK-LABEL: @test_2(
/external/llvm/examples/BrainF/
DBrainF.cpp253 Value *test_2 = builder-> in readloop() local
258 builder->CreateCondBr(test_2, aberrorbb, nextbb); in readloop()
/external/clang/test/CodeGen/
Dbitfield-2.c126 unsigned long long test_2() { in test_2() function
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp45 __attribute__((noreturn)) void test_2() { B b; } in test_2() function
/external/selinux/secilc/docs/
Dcil_class_and_permission_statements.md284 (type test_2)
307 (allow unconfined.process test_2 zygote_2)
308 ;; allow unconfined.process test_2 : zygote { specifyids specifyrlimits specifycapabilities } ;
/external/v8/test/cctest/
Dtest-assembler-arm64.cc2288 Label test_1, test_2, test_3; in TEST() local
2310 __ Bind(&test_2); in TEST()
2342 __ B(eq, &test_2); in TEST()