Searched defs:defines (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/usr.bin/dtc/ |
H A D | fdt.cc | 473 void property::parse_define(text_input_buffer &input, define_map *defines) in parse_define() 498 define_map *defines) : key(k), labels(l), valid(true) in property() 603 bool semicolonTerminated, define_map *defines) in parse() 881 define_map *defines) in node() 1044 define_map *defines) in parse()
|
H A D | input_buffer.hh | 279 std::unordered_set<std::string> defines; member in dtc::text_input_buffer
|
H A D | fdt.hh | 848 define_map defines; member in dtc::fdt::device_tree
|
/freebsd-src/crypto/openssl/ |
H A D | CHANGES.md | 2124 #defines are deprecated. global() hashtag 13792 The #defines are very important, and therefore so is including the global() hashtag
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 109 PrintPPOutputPPCallbacks(Preprocessor & pp,raw_ostream * os,bool lineMarkers,bool defines,bool DumpIncludeDirectives,bool UseLineDirectives,bool MinimizeWhitespace,bool DirectivesOnly,bool KeepSystemIncludes) PrintPPOutputPPCallbacks() argument
|