Lines Matching full:macros
16 * where is its macros file
21 ``$LLVM_PROJECT_ROOT/libc/include/llvm-libc-macros``. Docgen expects that
23 ``#define MACRO_NAME`` in some ``*-macros.h`` file in the directory tree.
47 self.macros_dir = Path(self.libc_root, "include", "llvm-libc-macros")
67 ``$LLVM_PROJECT_ROOT/libc/include/llvm-libc-macros/fenv-macros.h``,
70 ``$LLVM_PROJECT_ROOT/libc/include/llvm-libc-macros/linux/signal-macros.h``.
82 This function uses a glob on, e.g., ``"**/fcntl.macros.h"`` because the
84 libc/include/llvm-libc-macros/fcntl-macros.h
85 libc/include/llvm-libc-macros/linux/fcntl-macros.h
89 libc/include/llvm-libc-macros/sys-mman-macros.h
92 return self.macros_dir.glob(f"**/{stem}-macros.h")