Home
last modified time | relevance | path

Searched refs:IncludeGuardScope (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dcpp-builder.h208 class IncludeGuardScope {
210 explicit IncludeGuardScope(File* file, std::string name) in IncludeGuardScope() function
214 IncludeGuardScope(const IncludeGuardScope&) = delete;
215 IncludeGuardScope(IncludeGuardScope&& other) V8_NOEXCEPT : file_(nullptr), in IncludeGuardScope() function
220 ~IncludeGuardScope() { in ~IncludeGuardScope()
225 IncludeGuardScope& operator=(const IncludeGuardScope&) = delete;
226 IncludeGuardScope& operator=(IncludeGuardScope&& other) V8_NOEXCEPT {
Dutils.h393 class V8_NODISCARD IncludeGuardScope {
395 IncludeGuardScope(std::ostream& os, std::string file_name);
396 ~IncludeGuardScope();
397 IncludeGuardScope(const IncludeGuardScope&) = delete;
398 IncludeGuardScope& operator=(const IncludeGuardScope&) = delete;
Dutils.cc364 IncludeGuardScope::IncludeGuardScope(std::ostream& os, std::string file_name) in IncludeGuardScope() function in v8::internal::torque::IncludeGuardScope
371 IncludeGuardScope::~IncludeGuardScope() { os_ << "#endif // " << d_ << "\n"; } in ~IncludeGuardScope()
Dclass-debug-reader-generator.cc546 IncludeGuardScope include_guard(h_contents, file_name + ".h"); in GenerateClassDebugReaders()
Dinstance-type-generator.cc379 IncludeGuardScope guard(header, file_name); in GenerateInstanceTypes()
Dimplementation-visitor.cc410 base::Optional<cpp::IncludeGuardScope> include_guard; in VisitMacroCommon()
3559 IncludeGuardScope builtin_definitions_include_guard( in GenerateBuiltinDefinitionsAndInterfaceDescriptors()
3844 IncludeGuardScope include_guard(header, file_name); in GenerateVisitorLists()
3881 IncludeGuardScope include_guard(header, file_name); in GenerateBitFields()
4721 IncludeGuardScope include_guard(forward_declarations, in GenerateClassDefinitions()
5246 IncludeGuardScope include_guard(h_contents, file_name + ".h"); in GenerateClassVerifiers()
5353 IncludeGuardScope include_guard(h_contents, file_name + ".h"); in GenerateExportedMacrosAssembler()
5433 IncludeGuardScope include_guard(h_contents, file_name + ".h"); in GenerateCSATypes()