Home
last modified time | relevance | path

Searched refs:source_filename (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/test/Assembler/
Dsource-filename.ll3 ; source_filename.
7 ; CHECK: source_filename = "test.cc"
8 source_filename = "test.cc"
Dsource-filename-backslash.ll3 ; 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/
DIndexing.cpp418 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/
Dassertion.c43 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/
Dmovimm-wzr.mir5 source_filename = "simple.ll"
/external/flatbuffers/src/
Didl_parser.cpp1852 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/
Dthinlto-function-summary-originalnames.ll21 source_filename = "/path/to/source.c"
/external/llvm/test/DebugInfo/COFF/
Dglobals-discarded.ll14 source_filename = "t.ii"
Dtypes-nested-class.ll76 source_filename = "hello.cpp"
Dcpp-mangling.ll26 source_filename = "t.cpp"
Dinlining-padding.ll50 source_filename = "t.cpp"
Dretained-types.ll44 source_filename = "/tmp/a.cc"
/external/clang/include/clang-c/
DIndex.h1078 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/
Dabstract_origin.ll14 source_filename = "test.c"
Dbitfields-dwarf4.ll18 source_filename = "bitfield.c"
Dfloat_const_loclist.ll38 source_filename = "test.c"
Dconstant-loclist.ll23 source_filename = "test.c"
DDW_AT_calling-convention.ll41 source_filename = "t.cpp"
/external/llvm/test/Transforms/SimplifyCFG/
DPR27615-simplify-cond-br.ll10 source_filename = "./csmith107.i.debug.ll"
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/
Dopt-remark.ll6 source_filename = "/tmp/s.c"
/external/llvm/test/CodeGen/PowerPC/
Dopt-sub-inst-cr0-live.mir5 source_filename = "<stdin>"
/external/llvm/test/CodeGen/WebAssembly/
Dindirect-import.ll5 source_filename = "test/dot_s/indirect-import.c"
/external/llvm/test/Transforms/LoopVectorize/
Dunsafe-dep-remark.ll4 source_filename = "/tmp/kk.c"
/external/flatbuffers/include/flatbuffers/
Didl.h503 const char *source_filename = nullptr);
579 const char *source_filename);
/external/llvm/utils/vim/syntax/
Dllvm.vim128 \ source_filename

123