Searched refs:EndFile (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexDiagnostic.cpp | 268 CXFile StartFile, EndFile; in clang_formatDiagnostic() local 276 &EndFile, &EndLine, &EndColumn, nullptr); in clang_formatDiagnostic() 278 if (StartFile != EndFile || StartFile != File) in clang_formatDiagnostic()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 102 void EndFile() { in EndFile() function in __anoned4c81f60111::AddMacroState 169 state.EndFile(); in AddMacros()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-1t.fin | 63 EndFile ENDFILE
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 554 unsigned StartFile, unsigned EndFile,
|
| H A D | DwarfDebug.cpp | 3240 DIMacroFile &MF, DwarfCompileUnit &U, unsigned StartFile, unsigned EndFile, in emitMacroFileImpl() argument 3256 Asm->OutStreamer->AddComment(MacroFormToString(EndFile)); in emitMacroFileImpl() 3257 Asm->emitULEB128(EndFile); in emitMacroFileImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 1084 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local 1300 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()
|