/external/clang/test/Lexer/ |
cxx-features.cpp | 10 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98 macro 12 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11 macro 14 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y macro 17 #if check(binary_literals, 0, 0, 201304) 21 #if check(digit_separators, 0, 0, 201309) 25 #if check(init_captures, 0, 0, 201304) 29 #if check(generic_lambdas, 0, 0, 201304) 33 #if check(sized_deallocation, 0, 0, 201309) 37 #if check(constexpr, 0, 200704, 201304) 41 #if check(decltype_auto, 0, 0, 201304 [all...] |
/prebuilts/go/darwin-x86/misc/cgo/errors/ |
test.bash | 7 check() { function 29 check err1.go 30 check err2.go 31 check err3.go 32 check issue7757.go 33 check issue8442.go
|
/prebuilts/go/linux-x86/misc/cgo/errors/ |
test.bash | 7 check() { function 29 check err1.go 30 check err2.go 31 check err3.go 32 check issue7757.go 33 check issue8442.go
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_abs_global.sh | 27 # want to check that a MOV[TW] instruction referencing an external function 30 check() function 50 check "arm_abs_global.stdout" "_movt_abs_global" "R_ARM_JUMP_SLOT" 51 check "arm_abs_global.stdout" "_movw_abs_global" "R_ARM_JUMP_SLOT" 52 check "arm_abs_global.stdout" "_thm_movt_abs_global" "R_ARM_JUMP_SLOT" 53 check "arm_abs_global.stdout" "_thm_movw_abs_global" "R_ARM_JUMP_SLOT" 54 check "arm_abs_global.stdout" "_abs32_global_plt" "R_ARM_JUMP_SLOT" 55 check "arm_abs_global.stdout" "_abs32_global" "R_ARM_ABS32"
|
arm_attr_merge.sh | 27 check() function 40 check arm_attr_merge_6.stdout "Tag_MPextension_use: Allowed" 41 check arm_attr_merge_6r.stdout "Tag_MPextension_use: Allowed" 42 check arm_attr_merge_7.stdout "Tag_MPextension_use: Allowed"
|
arm_branch_in_range.sh | 27 # thumb_bl_in_range.s that are assembled and linked to check that branches 30 check() function 44 check arm_bl_in_range.stdout \ 46 check arm_bl_in_range.stdout \ 48 check thumb_bl_in_range.stdout \ 50 check thumb_bl_in_range.stdout \ 52 check thumb2_bl_in_range.stdout \ 54 check thumb2_bl_in_range.stdout \ 56 check thumb_blx_in_range.stdout \ 58 check thumb_blx_in_range.stdout [all...] |
arm_branch_out_of_range.sh | 28 # and linked to check that branches whose target are just out of the branch 31 check() function 45 check arm_bl_out_of_range.stdout \ 47 check arm_bl_out_of_range.stdout \ 49 check arm_bl_out_of_range.stdout \ 51 check arm_bl_out_of_range.stdout \ 53 check arm_bl_out_of_range.stdout \ 55 check arm_bl_out_of_range.stdout \ 58 check thumb_bl_out_of_range.stdout \ 60 check thumb_bl_out_of_range.stdout [all...] |
arm_cortex_a8.sh | 28 check() function 42 check arm_cortex_a8_b.stdout ".*ffe: .* b.w .*000 <.*>" 43 check arm_cortex_a8_b.stdout ".000: .* b.w .*100 <_func>" 46 check arm_cortex_a8_b_cond.stdout ".*ffe: .* b.w .*000 <.*>" 47 check arm_cortex_a8_b_cond.stdout ".000: .* beq.n .*006 <.*>" 48 check arm_cortex_a8_b_cond.stdout ".002: .* b.w .*002 <.*>" 49 check arm_cortex_a8_b_cond.stdout ".006: .* b.w .*100 <_func>" 52 check arm_cortex_a8_bl.stdout ".*ffe: .* bl .*000 <.*>" 53 check arm_cortex_a8_bl.stdout ".000: .* b.w .*100 <_func>" 56 check arm_cortex_a8_blx.stdout ".*ffe: .* blx .*000 <.*> [all...] |
arm_farcall_arm_arm.sh | 27 check() function 40 # Check for ARM->ARM default 41 check arm_farcall_arm_arm.stdout "1004: .* ldr pc, \[pc, #-4\] .*" 42 check arm_farcall_arm_arm.stdout "1008: 02001020"
|
arm_farcall_arm_thumb.sh | 27 check() function 40 # Check for ARM->Thumb default 41 check arm_farcall_arm_thumb.stdout "1004: .* ldr ip, \[pc\]" 42 check arm_farcall_arm_thumb.stdout "1008: .* bx ip" 43 check arm_farcall_arm_thumb.stdout "100c: 02001015" 45 # Check for ARM->Thumb with v5t interworking
|
arm_farcall_thumb_arm.sh | 27 check() function 41 check arm_farcall_thumb_arm.stdout "1f01018: .* bx pc" 42 check arm_farcall_thumb_arm.stdout "1f0101a: .* nop" 43 check arm_farcall_thumb_arm.stdout "1f0101c: f004 e51f" 44 check arm_farcall_thumb_arm.stdout "1f01020: 1014" 45 check arm_farcall_thumb_arm.stdout "1f01022: 0200" 47 check arm_farcall_thumb_arm.stdout "1f01024: .* bx pc" 48 check arm_farcall_thumb_arm.stdout "1f01026: .* nop" 49 check arm_farcall_thumb_arm.stdout "1f01028: fff9 ea03" 52 check arm_farcall_thumb_arm_5t.stdout "1f01018: f004 e51f [all...] |
arm_farcall_thumb_thumb.sh | 27 check() function 41 check arm_farcall_thumb_thumb.stdout "1004: .* bx pc" 42 check arm_farcall_thumb_thumb.stdout "1006: .* nop" 43 check arm_farcall_thumb_thumb.stdout "1008: c000" 44 check arm_farcall_thumb_thumb.stdout "100a: e59f" 45 check arm_farcall_thumb_thumb.stdout "100c: ff1c e12f" 46 check arm_farcall_thumb_thumb.stdout "1010: 1015" 47 check arm_farcall_thumb_thumb.stdout "1012: 0200" 50 check arm_farcall_thumb_thumb_5t.stdout "1004: f004 e51f" 51 check arm_farcall_thumb_thumb_5t.stdout "1008: 1015 [all...] |
arm_fix_1176.sh | 30 check() function 43 # Check for fix default state on v6Z. 44 check arm_fix_1176_default_v6z.stdout "2001014: .* bl 2001018 <.*>" 46 # Check for fix explicitly on on v6Z. 47 check arm_fix_1176_on_v6z.stdout "2001014: .* bl 2001018 <.*>" 49 # Check for explicitly off on v6Z 50 check arm_fix_1176_off_v6z.stdout "2001014: .* blx 2001018 <.*>" 52 # Check for fix default state on v5TE 53 check arm_fix_1176_default_v5te.stdout "2001014: .* bl 2001018 <.*>" 55 # Check for fix default state on v7 [all...] |
arm_fix_v4bx.sh | 28 check() function 42 check arm_fix_v4bx.stdout ".*00: .* mov pc, r0" 43 check arm_fix_v4bx.stdout ".*04: .* mov pc, pc" 46 check arm_fix_v4bx_interworking.stdout ".*00: .* b .*00 <.*>" 47 check arm_fix_v4bx_interworking.stdout ".*04: .* mov pc, pc" 48 check arm_fix_v4bx_interworking.stdout ".*00: .* tst r0, #1" 49 check arm_fix_v4bx_interworking.stdout ".*04: .* moveq pc, r0" 50 check arm_fix_v4bx_interworking.stdout ".*08: .* bx r0" 53 check arm_no_fix_v4bx.stdout ".*00: .* bx r0" 54 check arm_no_fix_v4bx.stdout ".*04: .* bx pc [all...] |
arm_unaligned_reloc.sh | 26 # that is assembled and linked as a dummy executable. We want to check 29 check() function 42 check arm_unaligned_reloc.stdout "^00009000 <x>:$" 43 check arm_unaligned_reloc.stdout "^0000a001 <abs32>:$" 44 check arm_unaligned_reloc.stdout "^ a001: 00009000 .*$" 45 check arm_unaligned_reloc.stdout "^0000a005 <rel32>:" 46 check arm_unaligned_reloc.stdout "^ a005: ffffeffb .*$" 47 check arm_unaligned_reloc.stdout "^0000a009 <abs16>:" 48 check arm_unaligned_reloc.stdout "^ a009: 00009000 .*$" 50 check arm_unaligned_reloc_r.stdout "^ 1: 00000000 .*$ [all...] |
defsym_test.sh | 25 check() function 38 check defsym_test.syms "FUNC *GLOBAL *HIDDEN .* bar"
|
dyn_weak_ref.sh | 28 check() function 40 check dyn_weak_ref.stdout ".* WEAK .* UND.* weak_ref"
|
dynamic_list.sh | 27 check() function 40 check dynamic_list.stdout "main" # comes via --dynamic-list 41 check dynamic_list.stdout "_ZdlPv" # "operator delete(void*)" 42 check dynamic_list.stdout "_Z4t1_6v" # t1_6() 43 check dynamic_list.stdout "_ZN4t16aC2Ev" # t16a:t16a() 44 check dynamic_list.stdout "_ZN4t16aD1Ev" # t16a:~t16a() 45 check dynamic_list.stdout "_ZN4t16a1tEv" # t16a:t() 46 check dynamic_list.stdout "_ZTI4t16a" # typeinfo for t16a 47 check dynamic_list.stdout "_ZTI4t16b" # typeinfo for t16b 48 check dynamic_list.stdout "_ZTS4t16a" # typeinfo name for t16 [all...] |
ehdr_start_test_4.sh | 25 check() function 38 check ehdr_start_test_4.syms "U __ehdr_start"
|
exclude_libs_test.sh | 27 # the resulting executable and check that symbols from two test library 30 check() function 50 check "exclude_libs_test.syms" "lib1_default" "HIDDEN" 51 check "exclude_libs_test.syms" "lib1_protected" "HIDDEN" 52 check "exclude_libs_test.syms" "lib1_internal" "INTERNAL" 53 check "exclude_libs_test.syms" "lib1_hidden" "HIDDEN" 54 check "exclude_libs_test.syms" "lib2_default" "DEFAULT" 55 check "exclude_libs_test.syms" "lib2_protected" "PROTECTED" 56 check "exclude_libs_test.syms" "lib2_internal" "INTERNAL" 57 check "exclude_libs_test.syms" "lib2_hidden" "HIDDEN [all...] |
final_layout.sh | 30 check() function 58 check final_layout.stdout "_Z3barv" "_Z3bazv" 59 check final_layout.stdout "_Z3bazv" "_Z3foov" 60 check final_layout.stdout "global_varb" "global_vara" 61 check final_layout.stdout "global_vara" "global_varc"
|
gc_comdat_test.sh | 30 check() function 40 check gc_comdat_test.stdout "foo()" 41 check gc_comdat_test.stdout "bar()" 42 check gc_comdat_test.stdout "int GetMax<int>(int, int)"
|
gc_dynamic_list_test.sh | 30 check() function 39 check gc_dynamic_list_test.stdout "keep"
|
gc_orphan_section_test.sh | 31 check() function 46 check gc_orphan_section_test.stdout
|
gc_tls_test.sh | 28 check() function 39 check gc_tls_test.stdout "number"
|