/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 57 comment_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_COMMENT, options)), in Disassembler() 122 const int comment_; // Should we comment the source member in __anon21785::Disassembler 167 if (comment_ && opcode == SpvOpFunction) { in HandleInstruction() 172 if (comment_ && !inserted_decoration_space_ && in HandleInstruction() 179 if (comment_ && !inserted_debug_space_ && spvOpcodeIsDebug(opcode)) { in HandleInstruction() 185 if (comment_ && !inserted_type_space_ && spvOpcodeGeneratesType(opcode)) { in HandleInstruction() 214 if (comment_ && opcode == SpvOpName) { in HandleInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 57 comment_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_COMMENT, options)), in Disassembler() 122 const int comment_; // Should we comment the source member in __anon23042::Disassembler 167 if (comment_ && opcode == SpvOpFunction) { in HandleInstruction() 172 if (comment_ && !inserted_decoration_space_ && in HandleInstruction() 179 if (comment_ && !inserted_debug_space_ && spvOpcodeIsDebug(opcode)) { in HandleInstruction() 185 if (comment_ && !inserted_type_space_ && spvOpcodeGeneratesType(opcode)) { in HandleInstruction() 214 if (comment_ && opcode == SpvOpName) { in HandleInstruction()
|
/third_party/spirv-tools/source/ |
H A D | disassemble.cpp | 212 comment_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_COMMENT, options)), in InstructionDisassembler() 271 if (comment_ && opcode == spv::Op::OpName) { in EmitInstruction() 294 if (comment_ && opcode == spv::Op::OpFunction) { in EmitSectionComment() 299 if (comment_ && !inserted_decoration_space && spvOpcodeIsDecoration(opcode)) { in EmitSectionComment() 305 if (comment_ && !inserted_debug_space && spvOpcodeIsDebug(opcode)) { in EmitSectionComment() 311 if (comment_ && !inserted_type_space && spvOpcodeGeneratesType(opcode)) { in EmitSectionComment()
|
H A D | disassemble.h | 90 const int comment_; // Should we comment the source member in spvtools::disassemble::InstructionDisassembler
|
/third_party/node/deps/v8/src/codegen/ |
H A D | macro-assembler.h | 91 comment_(tasm, frame_name(type)), in FrameScope() 128 Assembler::CodeComment comment_; member in v8::internal::FrameScope
|
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 585 const Token& comment() const { return comment_; } in comment() 586 void set_comment(const Token& t) { comment_ = t; } in set_comment() 591 Token comment_; member in BlockCommentNode
|
H A D | parse_tree.cc | 1204 return comment_.range(); in GetRange() 1209 return Err(comment_, msg, help); in MakeErrorDescribing() 1214 return CreateJSONNode(kDumpNodeName, comment_.value(), GetRange()); in GetJSONNode() 1221 ret->comment_ = Token(GetBeginLocationFromJSON(value), Token::BLOCK_COMMENT, in NewFromJSON()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler-inl.h | 149 comment_(assembler->masm(), "EnsureAccumulatorPreservedScope") in EnsureAccumulatorPreservedScope()
|
H A D | baseline-assembler.h | 225 Assembler::CodeComment comment_; member in v8::internal::baseline::final
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2601 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() 2604 if (comment_) in ~CommentInfo() 2605 releaseStringValue(comment_); in ~CommentInfo() 2609 if (comment_) { in setComment() 2610 releaseStringValue(comment_); in setComment() 2611 comment_ = 0; in setComment() 2618 comment_ = duplicateStringValue(text, len); in setComment() 2840 if (otherComment.comment_) in Value() 2842 otherComment.comment_, strlen(otherComment.comment_)); in Value() [all...] |
H A D | json.h | 959 char* comment_; member
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2582 Value::CommentInfo::CommentInfo() : comment_(0) {} 2585 if (comment_) 2586 releaseStringValue(comment_); 2590 if (comment_) { 2591 releaseStringValue(comment_); 2592 comment_ = 0; 2599 comment_ = duplicateStringValue(text, len); 2816 if (otherComment.comment_) 2818 otherComment.comment_, strlen(otherComment.comment_)); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2582 Value::CommentInfo::CommentInfo() : comment_(0) {} 2585 if (comment_) 2586 releaseStringValue(comment_); 2590 if (comment_) { 2591 releaseStringValue(comment_); 2592 comment_ = 0; 2599 comment_ = duplicateStringValue(text, len); 2816 if (otherComment.comment_) 2818 otherComment.comment_, strlen(otherComment.comment_)); [all...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2582 Value::CommentInfo::CommentInfo() : comment_(0) {} 2585 if (comment_) 2586 releaseStringValue(comment_); 2590 if (comment_) { 2591 releaseStringValue(comment_); 2592 comment_ = 0; 2599 comment_ = duplicateStringValue(text, len); 2816 if (otherComment.comment_) 2818 otherComment.comment_, strlen(otherComment.comment_)); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 1158 : pc_offset_(pc_offset), comment_(comment) {} in CodeComment() 1161 const String &comment() const { return comment_; } in comment() 1165 const String &comment_; member in dart::Assembler::CodeComment
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 909 char* comment_; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 909 char* comment_; member
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 909 char* comment_; member
|