Searched refs:module_b (Results 1 – 6 of 6) sorted by relevance
39 module @module_b {50 // expected-remark@below {{found use of symbol : @module_b::@module_c::@foo : "foo"}}51 // expected-remark@below {{found use of symbol : @module_b::@module_c::@foo : "module_c"}}52 // expected-remark@below {{found use of symbol : @module_b::@module_c::@foo : "module_b"}}53 // expected-remark@below {{found use of symbol : @module_b : "module_b"}}55 use_1 = [{ nested_symbol = [@module_b::@module_c::@foo]}],56 use_2 = @module_b
46 module @module_b attributes {sym.new_name = "replaced_module_b"} {61 use_2 = @module_b::@module_c::@foo
18 #pragma clang module build module_b19 module module_b {}21 #pragma clang module begin module_b28 #pragma clang module import module_b
17 int module_b __attribute__((import_module("foo"))); //expected-error {{'import_module' attribute on… variable
199 auto module_b = CreateNewVerifiedModule(); in TEST_F() local200 EXPECT_NE(module_a->unique_id(), module_b->unique_id()); in TEST_F()
186 │ │ ├── module_b.py