Home
last modified time | relevance | path

Searched refs:include_guard (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/wave/samples/check_macro_naming/
Dcheck_macro_naming.hpp36 std::string& include_guard) in macroname_preprocessing_hooks() argument
39 include_guard_(include_guard), in macroname_preprocessing_hooks()
109 std::string const& include_guard) in detected_include_guard() argument
111 include_guard_ = include_guard; in detected_include_guard()
Dcheck_macro_naming.cpp42 std::string include_guard; // macro that protects this file, if any in process_header() local
60 include_guard)); in process_header()
73 if (*it == include_guard) in process_header()
/third_party/boost/libs/metaparse/tools/
Dgenerate_all.py88 include_guard = 'BOOST_METAPARSE_GETTING_STARTED_%s_HPP' % (s)
98 '#ifndef {0}\n'.format(include_guard) + \
99 '#define {0}\n'.format(include_guard) + \
/third_party/boost/tools/cmake/include/
DBoostMessage.cmake6 include_guard()
DBoostTestJamfile.cmake9 include_guard()
DBoostFetch.cmake6 include_guard()
DBoostTest.cmake15 include_guard()
DBoostInstall.cmake6 include_guard()
/third_party/boost/libs/units/test/
Dcheck_conversion_defs.cpp31 boost::regex include_guard("#ifndef (\\w+)\n#define \\1\n"); variable
39 boost::regex_search(contents, include_guard_match, include_guard); in get_base_unit_and_include_guard()
/third_party/boost/libs/wave/test/testwave/
Dcollect_hooks_information.hpp777 std::string const& include_guard) in detected_include_guard() argument
787 << include_guard << std::endl; in detected_include_guard()
/third_party/skia/third_party/externals/angle2/src/common/
Dgen_packed_gl_enums.py138 include_guard=generate_include_guard(file_name),
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dgen_packed_gl_enums.py130 include_guard=generate_include_guard(file_name),
/third_party/boost/boost/wave/
Dpreprocessing_hooks.hpp367 std::string const& include_guard) in detected_include_guard()
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp252 const auto include_guard = in generate_bfbs_embed() local
255 code_ += "#ifndef " + include_guard; in generate_bfbs_embed()
256 code_ += "#define " + include_guard; in generate_bfbs_embed()
295 code_ += "#endif // " + include_guard; in generate_bfbs_embed()
312 const auto include_guard = in generate() local
314 code_ += "#ifndef " + include_guard; in generate()
315 code_ += "#define " + include_guard; in generate()
580 code_ += "#endif // " + include_guard; in generate()
/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp737 std::string const& include_guard) argument
740 guardstrm << include_guard << ":" << std::endl
/third_party/boost/libs/qvm/gen/
Dgen.cpp147 std::string include_guard=get_include_guard(); in dump() local
154 "#ifndef " << include_guard << NL in dump()
155 "#define " << include_guard << NL in dump()