Home
last modified time | relevance | path

Searched refs:location_info (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcontract.h35 LocationInfo location_info; member
59 LogWriter(signatory.location_info, EXCEPTION, SUBMODULE_ID, ArgumentError) ^ contract_stream; in Ensures()
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc226 std::unordered_map<uint32_t, LocationInfo> location_info; member
322 auto it = location_info.find(attribute_desc.shader_location); in CreateVertexPullingPreamble()
323 if (it == location_info.end()) { in CreateVertexPullingPreamble()
740 location_info[location->value] = info; in ProcessNonStructParameter()
789 location_info[location->value] = info; in ProcessStructParameter()
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.c635 scanner_location_info_t *location_info; in scanner_scan_primary_expression_end() local
636 location_info = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end()
640location_info->info.type = (type == LEXER_KEYW_IN) ? SCANNER_TYPE_FOR_IN : SCANNER_TYPE_FOR_OF; in scanner_scan_primary_expression_end()
647 location_info->info.type = SCANNER_TYPE_FOR_IN; in scanner_scan_primary_expression_end()
650 scanner_get_location (&location_info->location, context_p); in scanner_scan_primary_expression_end()