Home
last modified time | relevance | path

Searched refs:nofoo (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Mips/
Dmips16_32_4.ll17 define void @nofoo() #1 {
23 ; 16: .ent nofoo
32 ; 16: .end nofoo
34 ; 32: .ent nofoo
43 ; 32: .end nofoo
Dmips16_32_3.ll17 define void @nofoo() #1 {
23 ; 16: .ent nofoo
32 ; 16: .end nofoo
34 ; 32: .ent nofoo
43 ; 32: .end nofoo
Dmips16_32_7.ll24 define void @nofoo() #1 {
30 ; 16: .ent nofoo
39 ; 16: .end nofoo
41 ; 32: .ent nofoo
50 ; 32: .end nofoo
Dmips16_32_5.ll17 define void @nofoo() #1 {
23 ; 16: .ent nofoo
32 ; 16: .end nofoo
34 ; 32: .ent nofoo
43 ; 32: .end nofoo
Dmips16_32_6.ll24 define void @nofoo() #1 {
30 ; 16: .ent nofoo
39 ; 16: .end nofoo
41 ; 32: .ent nofoo
50 ; 32: .end nofoo
Dmips16_32_9.ll12 define void @nofoo() #1 {
18 ; 32: .ent nofoo
27 ; 32: .end nofoo
Dmips16_32_10.ll19 define void @nofoo() #1 {
25 ; 16: .ent nofoo
28 ; 16: .end nofoo
Dnomips16.ll21 define void @nofoo() #1 {
31 ; CHECK: .ent nofoo
33 ; CHECK: .end nofoo
Dmips16_32_8.ll22 define void @nofoo() #1 {
36 ; 32: .ent nofoo
45 ; 32: .end nofoo
53 call void @nofoo()
/external/llvm/test/CodeGen/Mips/
Dmips16_32_3.ll17 define void @nofoo() #1 {
23 ; 16: .ent nofoo
32 ; 16: .end nofoo
34 ; 32: .ent nofoo
43 ; 32: .end nofoo
Dmips16_32_4.ll17 define void @nofoo() #1 {
23 ; 16: .ent nofoo
32 ; 16: .end nofoo
34 ; 32: .ent nofoo
43 ; 32: .end nofoo
Dmips16_32_7.ll24 define void @nofoo() #1 {
30 ; 16: .ent nofoo
39 ; 16: .end nofoo
41 ; 32: .ent nofoo
50 ; 32: .end nofoo
Dmips16_32_5.ll17 define void @nofoo() #1 {
23 ; 16: .ent nofoo
32 ; 16: .end nofoo
34 ; 32: .ent nofoo
43 ; 32: .end nofoo
Dmips16_32_6.ll24 define void @nofoo() #1 {
30 ; 16: .ent nofoo
39 ; 16: .end nofoo
41 ; 32: .ent nofoo
50 ; 32: .end nofoo
Dmips16_32_9.ll12 define void @nofoo() #1 {
18 ; 32: .ent nofoo
27 ; 32: .end nofoo
Dmips16_32_10.ll19 define void @nofoo() #1 {
25 ; 16: .ent nofoo
28 ; 16: .end nofoo
Dnomips16.ll21 define void @nofoo() #1 {
31 ; CHECK: .ent nofoo
33 ; CHECK: .end nofoo
Dmips16_32_8.ll22 define void @nofoo() #1 {
36 ; 32: .ent nofoo
45 ; 32: .end nofoo
53 call void @nofoo()
/external/llvm-project/clang/test/CodeGen/
Dmicromips-attr.c7 void __attribute__((nomicromips)) nofoo (void) {} in nofoo() function
Dmips16-attr.c8 void __attribute__((nomips16)) nofoo (void) { in nofoo() function
/external/clang/test/CodeGen/
Dmips16-attr.c8 void __attribute__((nomips16)) nofoo (void) { in nofoo() function
/external/gflags/test/
DCMakeLists.txt125 # If you say foo is ok to be undefined, we'll accept --nofoo as well
126 add_gflags_test(undefok-3 0 "PASS" "" gflags_unittest --undefok=foo --nofoo --unused_bool)
/external/gflags/
DChangeLog.txt158 - Add both foo and nofoo for boolean flags, with --undefok (andychu)
/external/gflags/src/
Dgflags.h.in496 // which is illegal (--foo and --nofoo both affect the "foo" flag).