Searched refs:foo_bar (Results 1 – 7 of 7) sorted by relevance
47 FileSpec foo_bar("/foo/bar"); in TEST() local54 SupportFile support_file(foo_bar, checksum_foo_bar); in TEST()57 SupportFile support_file_a(foo_bar, checksum_foo_bar); in TEST()66 SupportFile support_file_b(foo_bar); in TEST()
2 RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR3 FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags
79 # C function "void foo_bar()" is remapped to C++ function "void foo::bar()".80 encoding 7foo_bar _Z3foo3barv
53 define i32 @foo_bar(i32 %a, i16 signext %b) nounwind {
69 !16 = distinct !DISubprogram(name: "foo_bar", line: 18086, isLocal: true, isDefinition: true, virtu…
388 let foo_bar = create_string_attr context "foo" "bar" in390 insist (foo_bar <> foo_baz);391 insist (foo_bar = (create_string_attr context "foo" "bar"));392 insist ((repr_of_attr foo_bar) = AttrRepr.String("foo", "bar"));393 insist ((attr_of_repr context (repr_of_attr foo_bar)) = foo_bar);