/external/llvm/test/Assembler/ |
D | source-filename.ll | 3 ; source_filename. 7 ; CHECK: source_filename = "test.cc" 8 source_filename = "test.cc"
|
D | source-filename-backslash.ll | 3 ; source_filename. 7 ; CHECK: source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc" 8 source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 418 unsigned index_options, const char *source_filename, in clang_indexSourceFile_Impl() argument 477 if (source_filename) in clang_indexSourceFile_Impl() 478 Args->push_back(source_filename); in clang_indexSourceFile_Impl() 838 const char *source_filename, in clang_indexSourceFile() argument 850 index_options, source_filename, Args.data(), Args.size(), unsaved_files, in clang_indexSourceFile() 857 unsigned index_options, const char *source_filename, in clang_indexSourceFileFullArgv() argument 862 *Log << source_filename << ": "; in clang_indexSourceFileFullArgv() 874 index_options, source_filename, command_line_args, in clang_indexSourceFileFullArgv() 889 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename); in clang_indexSourceFileFullArgv()
|
/external/selinux/libsepol/src/ |
D | assertion.c | 43 if (avrule->source_filename) { in report_failure() 45 avrule->source_line, avrule->source_filename, avrule->line, in report_failure() 182 avrule->source_line, avrule->source_filename, avrule->line, in report_assertion_extended_permissions() 199 avrule->source_line, avrule->source_filename, avrule->line, in report_assertion_extended_permissions()
|
/external/llvm/test/CodeGen/AArch64/ |
D | movimm-wzr.mir | 5 source_filename = "simple.ll"
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 1852 const char *source_filename) { in Parse() argument 1853 return !DoParse(source, include_paths, source_filename).Check(); in Parse() 1857 const char *source_filename) { in DoParse() argument 1858 file_being_parsed_ = source_filename ? source_filename : ""; in DoParse() 1859 if (source_filename && in DoParse() 1860 included_files_.find(source_filename) == included_files_.end()) { in DoParse() 1861 included_files_[source_filename] = true; in DoParse() 1862 files_included_per_file_[source_filename] = std::set<std::string>(); in DoParse() 1904 if (source_filename) in DoParse() 1905 files_included_per_file_[source_filename].insert(filepath); in DoParse() [all …]
|
/external/llvm/test/Bitcode/ |
D | thinlto-function-summary-originalnames.ll | 21 source_filename = "/path/to/source.c"
|
/external/llvm/test/DebugInfo/COFF/ |
D | globals-discarded.ll | 14 source_filename = "t.ii"
|
D | types-nested-class.ll | 76 source_filename = "hello.cpp"
|
D | cpp-mangling.ll | 26 source_filename = "t.cpp"
|
D | inlining-padding.ll | 50 source_filename = "t.cpp"
|
D | retained-types.ll | 44 source_filename = "/tmp/a.cc"
|
/external/clang/include/clang-c/ |
D | Index.h | 1078 const char *source_filename, 1247 const char *source_filename, 1300 const char *source_filename, 1314 CXIndex CIdx, const char *source_filename, 5899 const char *source_filename, 5915 const char *source_filename, const char *const *command_line_args,
|
/external/llvm/test/DebugInfo/X86/ |
D | abstract_origin.ll | 14 source_filename = "test.c"
|
D | bitfields-dwarf4.ll | 18 source_filename = "bitfield.c"
|
D | float_const_loclist.ll | 38 source_filename = "test.c"
|
D | constant-loclist.ll | 23 source_filename = "test.c"
|
D | DW_AT_calling-convention.ll | 41 source_filename = "t.cpp"
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PR27615-simplify-cond-br.ll | 10 source_filename = "./csmith107.i.debug.ll"
|
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/ |
D | opt-remark.ll | 6 source_filename = "/tmp/s.c"
|
/external/llvm/test/CodeGen/PowerPC/ |
D | opt-sub-inst-cr0-live.mir | 5 source_filename = "<stdin>"
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | indirect-import.ll | 5 source_filename = "test/dot_s/indirect-import.c"
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | unsafe-dep-remark.ll | 4 source_filename = "/tmp/kk.c"
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 503 const char *source_filename = nullptr); 579 const char *source_filename);
|
/external/llvm/utils/vim/syntax/ |
D | llvm.vim | 128 \ source_filename
|