Searched refs:IncludeGuardScope (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
D | cpp-builder.h | 208 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 {
|
D | utils.h | 393 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;
|
D | utils.cc | 364 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()
|
D | class-debug-reader-generator.cc | 546 IncludeGuardScope include_guard(h_contents, file_name + ".h"); in GenerateClassDebugReaders()
|
D | instance-type-generator.cc | 379 IncludeGuardScope guard(header, file_name); in GenerateInstanceTypes()
|
D | implementation-visitor.cc | 410 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()
|