Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h208 class IncludeGuardScope { class
210 explicit IncludeGuardScope(File* file, std::string name) in IncludeGuardScope() function in v8::internal::torque::cpp::IncludeGuardScope
214 IncludeGuardScope(const IncludeGuardScope&) = delete;
215 IncludeGuardScope(IncludeGuardScope&& other) V8_NOEXCEPT : file_(nullptr),
220 ~IncludeGuardScope() { in ~IncludeGuardScope()
225 IncludeGuardScope& operator=(const IncludeGuardScope&) = delete;
226 IncludeGuardScope
[all...]
H A Dutils.h393 class V8_NODISCARD IncludeGuardScope { class
395 IncludeGuardScope(std::ostream& os, std::string file_name);
396 ~IncludeGuardScope();
397 IncludeGuardScope(const IncludeGuardScope&) = delete;
398 IncludeGuardScope& operator=(const IncludeGuardScope&) = delete;
H A Dutils.cc364 IncludeGuardScope::IncludeGuardScope(std::ostream& os, std::string file_name) in IncludeGuardScope() function in v8::internal::IncludeGuardScope
371 IncludeGuardScope::~IncludeGuardScope() { os_ << "#endif // " << d_ << "\n"; } in ~IncludeGuardScope()
H A Dclass-debug-reader-generator.cc546 IncludeGuardScope include_guard(h_contents, file_name + ".h"); in GenerateClassDebugReaders()
H A Dinstance-type-generator.cc379 IncludeGuardScope guard(header, file_name); in GenerateInstanceTypes()
H A 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()

Completed in 14 milliseconds