Home
last modified time | relevance | path

Searched refs:baz2 (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/clang/test/OpenMP/
Dnvptx_target_exceptions_messages.cpp24 int baz2();
46 int bar() { return 1 + foo() + bar() + baz1() + baz2(); } // expected-note {{called by 'bar'}} in bar()
66 int baz3() { return 2 + baz2(); } in baz3()
67 int baz2() { in baz2() function
Ddeclare_target_codegen.cpp111 int baz2();
135 int bar() { return 1 + foo() + bar() + baz1() + baz2(); } in bar()
151 int baz3() { return 2 + baz2(); } in baz3()
152 int baz2() { in baz2() function
/external/llvm-project/clang/test/SemaCXX/
Dattr-target-mv.cpp47 int __attribute__((target("sse4.2"))) baz2(void) { return 0; } in baz2() function
49 inline int __attribute__((target("arch=sandybridge"))) baz2(void);
50 int __attribute__((target("arch=ivybridge"))) baz2(void) {return 1;} in baz2() function
51 int __attribute__((target("default"))) baz2(void) { return 2; } in baz2() function
Dattr-optnone.cpp59 int baz2() __attribute__((always_inline)); // expected-warning{{'always_inline' attribute ignored}}
/external/libabigail/tests/data/test-read-dwarf/
Dtest0.cc28 baz2(int& c) in baz2() function
38 baz2(i); in this_should_not_be_seen_by_bidw()
Dtest0.hash.abi61 …<function-decl name='baz2' mangled-name='_ZN3ns04baz2ERi' filepath='/home/dodji/git/libabigail/dwa…
Dtest0.abi61 …<function-decl name='baz2' mangled-name='_ZN3ns04baz2ERi' filepath='/home/dodji/git/libabigail/dwa…
/external/libxml2/test/URI/
Duri.data6 bar?baz#baz2
9 ?baz#baz2
/external/dtc/tests/
Dtest_tree1_delete.dts62 duplabel2: baz2 = "qux";
67 /delete-property/ baz2;
/external/libxml2/result/URI/
Duri.data6 http://foo.com/path/to/bar?baz#baz2
9 http://foo.com/path/to/index.html?baz#baz2
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dpic-jumptables.ll23 tail call void @baz2(i32 2, i32 78) nounwind
44 declare void @baz2(i32, i32)
/external/llvm/test/CodeGen/Hexagon/
Dpic-jumptables.ll23 tail call void @baz2(i32 2, i32 78) nounwind
44 declare void @baz2(i32, i32)
/external/llvm-project/clang/test/Sema/
Dnonnull.c30 void baz2(__attribute__((nonnull(1))) const char *str); // expected-warning {{'nonnull' attribute w…
35 baz2(0); // no-warning in test_baz()
/external/clang/test/Sema/
Dnonnull.c26 void baz2(__attribute__((nonnull(1))) const char *str); // expected-warning {{'nonnull' attribute w…
31 baz2(0); // no-warning in test_baz()
/external/llvm-project/clang/test/Profile/
Dcxx-structors.cpp33 Baz baz2(1); variable
/external/llvm/test/DebugInfo/Generic/
Dtu-composite.ll40 ; CHECK: DW_AT_name [DW_FORM_strp] {{.*}}= "baz2")
60 ; typedef bar baz2;
72 ; D::baz2 B2;
173 !49 = !DIDerivedType(tag: DW_TAG_typedef, name: "baz2", line: 10, file: !1, scope: !19, baseType: !…
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dtu-composite.ll38 ; CHECK: DW_AT_name [DW_FORM_strp] {{.*}}= "baz2")
58 ; typedef bar baz2;
70 ; D::baz2 B2;
171 !49 = !DIDerivedType(tag: DW_TAG_typedef, name: "baz2", line: 10, file: !1, scope: !19, baseType: !…
/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Duncounted-local-vars.cpp61 auto *baz2 = this->provide_ref_ctnbl(); in evil_func() local
/external/clang/test/SemaCXX/
Dattr-optnone.cpp59 int baz2() __attribute__((always_inline)); // expected-warning{{'always_inline' attribute ignored}}
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dtiny_model.ll291 define void @baz2() {
292 ; CHECK-LABEL: baz2:
299 ; CHECK-GLOBISEL-LABEL: baz2:
306 ; CHECK-PIC-LABEL: baz2:
313 ; CHECK-PIC-GLOBISEL-LABEL: baz2:
/external/libabigail/tests/data/test-annotate/
Dtest0.abi17 <!-- ns0::baz2(int&) -->
101 <!-- ns0::long_long ns0::baz2(int&) -->
102 …<function-decl name='baz2' mangled-name='_ZN3ns04baz2ERi' filepath='/home/dodji/git/libabigail/dwa…
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb1258 baz2 = Baz.new(msg: "quux")
1261 Foo.encode_json(Foo.new(bar: bar, baz: [baz1, baz2]))
/external/protobuf/ruby/tests/
Dcommon_tests.rb1094 baz2 = proto_module::Baz.new(msg: "quux")
1097 proto_module::Foo.encode_json(proto_module::Foo.new(bar: bar, baz: [baz1, baz2]))