Searched refs:baz1 (Results 1 – 13 of 13) sorted by relevance
/external/clang/test/SemaCXX/ |
D | attr-optnone.cpp | 9 __attribute__((always_inline)) int baz1(); // expected-warning{{'always_inline' attribute ignored}} 10 __attribute__((optnone)) int baz1() { return 1; } // expected-note{{conflicting attribute is here}} in baz1() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | pic-jumptables.ll | 19 tail call void bitcast (void (...)* @baz1 to void ()*)() nounwind 42 declare void @baz1(...)
|
/external/llvm/test/CodeGen/Hexagon/ |
D | pic-jumptables.ll | 19 tail call void bitcast (void (...)* @baz1 to void ()*)() nounwind 42 declare void @baz1(...)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | swaps-le-5.ll | 55 define void @baz1() { 64 ; CHECK-LABEL: @baz1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | swaps-le-5.ll | 55 define void @baz1() { 64 ; CHECK-LABEL: @baz1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | 2008-03-05-AliasReference2.ll | 8 define i32 @baz1() nounwind {
|
/external/llvm/test/Linker/ |
D | 2008-03-05-AliasReference2.ll | 8 define i32 @baz1() nounwind {
|
/external/dtc/tests/ |
D | test_tree1_delete.dts | 61 duplabel1: baz1 = "qux";
|
/external/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 171 i64* %foo1, i64 %bar1, i64 %baz1) { 174 %cx1 = cmpxchg i64* %foo1, i64 %bar1, i64 %baz1 seq_cst seq_cst
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | peephole-na-phys-copy-folding.ll | 271 define i64 @test_two_live_flags(i64* %foo0, i64 %bar0, i64 %baz0, i64* %foo1, i64 %bar1, i64 %baz1)… 336 %cx1 = cmpxchg i64* %foo1, i64 %bar1, i64 %baz1 seq_cst seq_cst
|
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | basic.rb | 1257 baz1 = Baz.new(msg: "baz") 1261 Foo.encode_json(Foo.new(bar: bar, baz: [baz1, baz2]))
|
/external/protobuf/ruby/tests/ |
D | common_tests.rb | 1093 baz1 = proto_module::Baz.new(msg: "baz") 1097 proto_module::Foo.encode_json(proto_module::Foo.new(bar: bar, baz: [baz1, baz2]))
|
/external/python/cffi/testing/cffi1/ |
D | test_recompiler.py | 1577 baz1 = ffi.def_extern()(baz) 1578 assert baz1 is baz
|