Home
last modified time | relevance | path

Searched defs:directives (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/indent/
H A Dindent.c1190 struct directives { in main() struct
1191 int size; in main()
1192 const char *string; in main()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js85 const directives = { variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h101 StringRef directives; variable
H A DDriver.cpp369 ParsedDirectives directives = parser.parseDirectives(s); in parseDirectives() local