Home
last modified time | relevance | path

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

12345678910>>...21

/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfile-source-filename.ll4 source_filename = "foobar"
Dfile-directive.ll13 source_filename = "/path/to/foobar"
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py48 def get_object_filename(source_filename): argument
50 return substitute_file_extension(source_filename, 'spv')
53 def get_assembly_filename(source_filename): argument
55 return substitute_file_extension(source_filename, 'spvasm')
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py48 def get_object_filename(source_filename): argument
50 return substitute_file_extension(source_filename, 'spv')
53 def get_assembly_filename(source_filename): argument
55 return substitute_file_extension(source_filename, 'spvasm')
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/Inputs/
Dmodule-hash-strtab1.ll1 source_filename = "foo.c"
Dmodule-hash-strtab2.ll1 source_filename = "foo.c"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/Inputs/
Dthinlto_indirect_call_promotion.ll4 source_filename = "thinlto_indirect_call_promotion.c"
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/Inputs/
Dcommon_thinlto.ll1 source_filename = "common2.c"
Dthinlto_weak_library1.ll2 source_filename = "thinlto_weak_library1.c"
Dthinlto_weak_library2.ll2 source_filename = "thinlto_weak_library2.c"
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/
Ddebuginfo-compositetype-import.ll2 source_filename = "debuginfo-compositetype-import2.c"
Ddebuginfo-cu-import.ll2 source_filename = "debuginfo-cu-import2.c"
Dlocal_name_conflict1.ll2 source_filename = "local_name_conflict.c"
Dlocal_name_conflict2.ll2 source_filename = "local_name_conflict.c"
/external/flatbuffers/src/
Didl_parser.cpp2359 bool Parser::ParseFlexBuffer(const char *source, const char *source_filename, in ParseFlexBuffer() argument
2361 auto ok = !StartParseFile(source, source_filename).Check() && in ParseFlexBuffer()
2368 const char *source_filename) { in Parse() argument
2370 auto r = !ParseRoot(source, include_paths, source_filename).Check(); in Parse()
2376 const char *source_filename) { in StartParseFile() argument
2377 file_being_parsed_ = source_filename ? source_filename : ""; in StartParseFile()
2388 const char *source_filename) { in ParseRoot() argument
2389 ECHECK(DoParse(source, include_paths, source_filename, nullptr)); in ParseRoot()
2469 const char *source_filename, in DoParse() argument
2471 if (source_filename) { in DoParse()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/Inputs/
Ddllimport.ll2 source_filename = "b.cpp"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dmodule-hash-strtab.ll6 source_filename = "foo.c"
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
D2009-11-06-NamelessGlobalVariable.ll2 source_filename = "test/DebugInfo/Generic/2009-11-06-NamelessGlobalVariable.ll"
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dno-cus.ll11 source_filename = "t.cpp"

12345678910>>...21