Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 22 of 22) sorted by relevance

/external/eigen/bench/
Danalyze-blocking-sizes.cpp264 const preprocessed_inputfile_t& first_file = preprocessed_inputfiles[0]; in check_all_files_in_same_exact_order() local
265 const size_t num_entries = first_file.entries.size(); in check_all_files_in_same_exact_order()
272 << first_file.filename in check_all_files_in_same_exact_order()
279 const uint16_t entry_product_size = first_file.entries[entry_index].product_size; in check_all_files_in_same_exact_order()
280 const uint16_t entry_block_size = first_file.entries[entry_index].block_size; in check_all_files_in_same_exact_order()
287 << first_file.filename in check_all_files_in_same_exact_order()
304 const preprocessed_inputfile_t& first_file = preprocessed_inputfiles[subset[0]]; in efficiency_of_subset() local
305 const size_t num_entries = first_file.entries.size(); in efficiency_of_subset()
309 uint16_t product_size = first_file.entries[0].product_size; in efficiency_of_subset()
313 first_file.entries[entry_index].product_size != product_size) in efficiency_of_subset()
[all …]
/external/angle/src/tests/compiler_tests/
DIntermNode_test.cpp98 ASSERT_EQ(original->getLine().first_file, copy->getLine().first_file); in checkSymbolCopy()
107 loc.first_file = mUniqueIndex; in createUniqueSourceLoc()
118 loc.first_file = 1; in getTestSourceLoc()
127 ASSERT_EQ(1, loc.first_file); in checkTestSourceLoc()
/external/angle/src/compiler/translator/
DDiagnostics.cpp71 srcLoc.file = loc.first_file; in error()
79 srcLoc.file = loc.first_file; in warning()
DCommon.h28 int first_file; member
Dglslang.y117 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
123 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
DOutputTree.cpp71 out.location(node->getLine().first_file, node->getLine().first_line); in OutputTreeText()
Dglslang_tab_autogen.cpp414 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
421 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l79 yylloc->first_file = yylloc->last_file = yycolumn; \
DIntermNode.h76 mLine.first_file = mLine.last_file = 0; in TIntermNode()
Dglslang_lex_autogen.cpp899 yylloc->first_file = yylloc->last_file = yycolumn; \
DParseContext.cpp2098 srcLoc.file = loc.first_file; in handleExtensionDirective()
2109 srcLoc.file = loc.first_file; in handlePragmaDirective()
/external/swiftshader/src/OpenGL/compiler/
DInfoSink.cpp46 int string = loc.first_file, line = loc.first_line; in location()
DDiagnostics.cpp69 sourceLoc.first_file = sourceLoc.last_file = loc.file; in writeInfo()
DCommon.h26 int first_file; member
Dglslang.y110 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
116 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l67 yylloc->first_file = yylloc->last_file = yycolumn; \
DParseHelper.cpp213 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in error()
222 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in warning()
230 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in info()
1130 pp::SourceLocation loc(line.first_file, line.first_line); in handleExtensionDirective()
1136 pp::SourceLocation loc(line.first_file, line.first_line); in handlePragmaDirective()
Dintermediate.h269 line.first_file = line.last_file = 0; in POOL_ALLOCATOR_NEW_DELETE()
Dglslang_tab.cpp346 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
352 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang_lex.cpp1167 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/e2fsprogs/lib/support/
Dprofile.c119 prf_file_t first_file; member
317 last = &profile->first_file; in profile_init()
355 if (!profile->first_file) { in profile_init()
378 for (p = profile->first_file; p; p = next) { in profile_release()
404 for (prf = profile->first_file; prf; prf = prf->next) { in profile_set_default()
1309 iter->file = profile->first_file; in profile_iterator_create()
1800 (profile->first_file->root, stdout); in do_cmd()
1810 (profile->first_file->root); in do_cmd()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp228 size_t first_file = 0; local
234 first_file = 1;
238 for (size_t idx = first_file; idx <= number_of_files; ++idx) {