Home
last modified time | relevance | path

Searched refs:kComment (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dsection_parser.cc76 *section_type = NodeType::kComment; in NameToNodeType()
133 if (section_type == NodeType::kComment) in AddSection()
161 NodeType current_type = NodeType::kComment; in SplitSections()
Dsection_parser.h29 kComment = 0, enumerator
Dsection_parser_test.cc192 {"comment", NodeType::kComment, kShaderTypeVertex, kShaderFormatText}, in TEST_F()
292 const NodeType false_types[] = {NodeType::kComment, NodeType::kTest, in TEST_F()
Dparser.cc113 if (section.section_type == NodeType::kComment) in ProcessSection()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHeader.h86 kComment, enumerator
D7zProperties.cpp117 COPY_ONE_ITEM(kComment); in FillPopIDs()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h29 kComment, enumerator
/third_party/lzma/DOC/
D7zFormat.txt160 0x16 = kComment
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h351 case IrOpcode::kComment: { in ToConstant()
Dinstruction-selector.cc1455 case IrOpcode::kComment: in VisitNode()
/third_party/node/deps/v8/src/compiler/
Dmemory-optimizer.cc28 case IrOpcode::kComment: in CanAllocate()
Dverifier.cc923 case IrOpcode::kComment: in Check()
Dmachine-operator.cc1315 : Operator1<const char*>(IrOpcode::kComment, in CommentOperator()