Home
last modified time | relevance | path

Searched refs:baz1 (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/SemaCXX/
Dattr-optnone.cpp9 __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/
Dpic-jumptables.ll19 tail call void bitcast (void (...)* @baz1 to void ()*)() nounwind
42 declare void @baz1(...)
/external/llvm/test/CodeGen/Hexagon/
Dpic-jumptables.ll19 tail call void bitcast (void (...)* @baz1 to void ()*)() nounwind
42 declare void @baz1(...)
/external/llvm/test/CodeGen/PowerPC/
Dswaps-le-5.ll55 define void @baz1() {
64 ; CHECK-LABEL: @baz1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dswaps-le-5.ll55 define void @baz1() {
64 ; CHECK-LABEL: @baz1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
D2008-03-05-AliasReference2.ll8 define i32 @baz1() nounwind {
/external/llvm/test/Linker/
D2008-03-05-AliasReference2.ll8 define i32 @baz1() nounwind {
/external/dtc/tests/
Dtest_tree1_delete.dts61 duplabel1: baz1 = "qux";
/external/llvm/test/CodeGen/X86/
Dpeephole-na-phys-copy-folding.ll171 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/
Dpeephole-na-phys-copy-folding.ll271 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/
Dbasic.rb1257 baz1 = Baz.new(msg: "baz")
1261 Foo.encode_json(Foo.new(bar: bar, baz: [baz1, baz2]))
/external/protobuf/ruby/tests/
Dcommon_tests.rb1093 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/
Dtest_recompiler.py1577 baz1 = ffi.def_extern()(baz)
1578 assert baz1 is baz