Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/OpenMP/
Dnvptx_target_exceptions_messages.cpp22 int baz1();
46 int bar() { return 1 + foo() + bar() + baz1() + baz2(); } // expected-note {{called by 'bar'}} in bar()
76 int baz1() { throw 1; } // expected-error {{cannot use 'throw' with exceptions disabled}} in baz1() function
Ddeclare_target_codegen.cpp109 static int baz1() { return 0; } in baz1() function
135 int bar() { return 1 + foo() + bar() + baz1() + baz2(); } in bar()
Dnvptx_unsupported_type_codegen.cpp68 void baz1() { in baz1() function
Dnvptx_unsupported_type_messages.cpp77 void baz1() { in baz1() function
/external/llvm-project/clang/test/CodeGenCXX/
Dcode-seg.cpp28 virtual int baz1() { return 1; } in baz1() function
32 int baz1() { return 20; } in baz1() function
48 return f.z.bar5() + f.bar6() + f.bar7() + fp->baz1(); in caller2()
/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/llvm-project/lld/test/ELF/
Dgc-sections-linkorder-err.s18 call baz1
36 baz1: label
/external/llvm-project/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/llvm-project/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-project/llvm/test/CodeGen/PowerPC/
Dswaps-le-5.ll55 define void @baz1() {
64 ; CHECK-LABEL: @baz1
/external/llvm/test/CodeGen/PowerPC/
Dswaps-le-5.ll55 define void @baz1() {
64 ; CHECK-LABEL: @baz1
/external/llvm/test/Linker/
D2008-03-05-AliasReference2.ll8 define i32 @baz1() nounwind {
/external/llvm-project/llvm/test/Linker/
D2008-03-05-AliasReference2.ll8 define i32 @baz1() nounwind {
/external/dtc/tests/
Dtest_tree1_delete.dts61 duplabel1: baz1 = "qux";
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dtiny_model.ll253 define void @baz1() {
254 ; CHECK-LABEL: baz1:
262 ; CHECK-GLOBISEL-LABEL: baz1:
270 ; CHECK-PIC-LABEL: baz1:
278 ; CHECK-PIC-GLOBISEL-LABEL: baz1:
/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/llvm-project/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