Lines Matching refs:Mod
8 // RUN: %t/Mod.cppm -o %t/Mod.pcm
10 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++20 %t/Mod.pcm \
11 // RUN: -emit-llvm -o - | FileCheck %t/Mod.cppm
12 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++20 -fmodule-file=Mod=%t/Mod.pcm \
16 // RUN: %t/Mod.cppm -o %t/Mod.pcm -DKEY_FUNCTION_INLINE
18 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++20 %t/Mod.pcm \
19 // RUN: -emit-llvm -o - | FileCheck %t/Mod.cppm -check-prefix=CHECK-INLINE
20 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++20 -fmodule-file=Mod=%t/Mod.pcm \
30 //--- Mod.cppm
31 export module Mod;
58 import Mod;