Home
last modified time | relevance | path

Searched refs:EndFile (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp268 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 DClangExpressionSourceCode.cpp102 void EndFile() { in EndFile() function in __anoned4c81f60111::AddMacroState
169 state.EndFile(); in AddMacros()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-1t.fin63 EndFile ENDFILE
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h554 unsigned StartFile, unsigned EndFile,
H A DDwarfDebug.cpp3240 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 DGCOVProfiling.cpp1084 FunctionCallee EndFile = getEndFileFunc(); in insertCounterWriteout() local
1300 Builder.CreateCall(EndFile, {}); in insertCounterWriteout()