Home
last modified time | relevance | path

Searched refs:SOURCE_FILE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesFormat.h95 SOURCE_FILE = 4, enumerator
113 using SourceFileLayout = llvm::BCRecordLayout<SOURCE_FILE,
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l452 if (includes_search_curdir != 0 || type == SOURCE_FILE)
455 if (newfile == NULL && type != SOURCE_FILE) {
480 if (type != SOURCE_FILE) {
H A Daicasm.h68 SOURCE_FILE enumerator
H A Daicasm.c276 include_file(*argv, SOURCE_FILE); in main()