Home
last modified time | relevance | path

Searched refs:macro1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/ASTMerge/macro/Inputs/
H A Dmacro.modulemap1 module macro1 [extern_c] {
2 header "macro1.h"
H A Dmacro1.m1 @import macro1;
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-macro.ll11 ; CHECK: DW_AT_name {{.*}}"debug-macro1.cpp")
39 ; CHECK: name: "debug-macro1.cpp"
64 !17 = !DIFile(filename: "debug-macro1.cpp", directory: "/")
/llvm-project-15.0.7/clang/test/ASTMerge/macro/
H A Dtest.m3 …he -fmodule-map-file=%S/Inputs/macro.modulemap -I%S/Inputs -emit-pch -o %t.1.ast %S/Inputs/macro1.m
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmisplaced-widening-cast-implicit-enabled.cpp89 long macro1(int X) { in macro1() function