Home
last modified time | relevance | path

Searched full:filetype (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp56 const FileType &Type) { in operator <<()
58 case FileType::MachO_Bundle: in operator <<()
61 case FileType::MachO_DynamicLibrary: in operator <<()
64 case FileType::MachO_DynamicLibrary_Stub: in operator <<()
67 case FileType::TBD_V1: in operator <<()
70 case FileType::TBD_V2: in operator <<()
73 case FileType::TBD_V3: in operator <<()
76 case FileType::TBD_V4: in operator <<()
79 case FileType::TBD_V5: in operator <<()
82 case FileType::Invalid: in operator <<()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp279 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in mapping()
283 if (Ctx->FileKind == FileType::TBD_V1) in mapping()
290 if (Ctx->FileKind == FileType::TBD_V3) in mapping()
301 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in mapping()
307 if (Ctx->FileKind == FileType::TBD_V3) in mapping()
463 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
470 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
477 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
520 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
527 if (File->getFileType() != FileType::TBD_V3) in NormalizedTBD()
[all …]
H A DTextStubCommon.cpp49 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in output()
96 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in input()
100 if (Ctx && Ctx->FileKind == FileType::TBD_V3) { in input()
120 if (Ctx && Ctx->FileKind != FileType::TBD_V3) in input()
192 assert((!Ctx || Ctx->FileKind != FileType::Invalid) && in input()
195 if (Ctx->FileKind == FileType::TBD_V4) { in input()
/freebsd/tools/regression/poll/
H A Dpipepoll.c19 static int filetype; variable
50 filetype == FT_PIPE ? "Pipe" : in report_state()
51 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO", in report_state()
95 if (filetype == FT_FIFO) { in child()
103 if (filetype == FT_FIFO) { in child()
113 if (filetype != FT_FIFO) { in child()
192 if (filetype == FT_FIFO) { in child()
225 if (filetype == FT_FIFO) { in parent()
249 if (filetype != FT_FIFO) in parent()
285 for (filetype = 0; filetype < FT_END; filetype++) { in main()
[all …]
H A Dpipeselect.c26 static int filetype; variable
42 filetype == FT_PIPE ? "Pipe" : in report()
43 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO", in report()
66 if (filetype == FT_FIFO) { in child()
74 if (filetype == FT_FIFO) { in child()
97 if (filetype != FT_FIFO) { in child()
179 if (filetype == FT_FIFO) { in child()
222 if (filetype == FT_FIFO) { in parent()
246 if (filetype != FT_FIFO) in parent()
282 for (filetype = 0; filetype < FT_END; filetype++) { in main()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp33 SrcMgr::CharacteristicKind FileType; member
34 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType) in IncludedFile()
35 : Id(Id), FileType(FileType) {} in IncludedFile()
58 void Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
70 SrcMgr::CharacteristicKind FileType,
73 SrcMgr::CharacteristicKind FileType) override;
80 SrcMgr::CharacteristicKind FileType) override;
86 SrcMgr::CharacteristicKind FileType,
119 SrcMgr::CharacteristicKind FileType, in WriteLineInfo() argument
135 if (FileType == SrcMgr::C_System) in WriteLineInfo()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors166 # Note: filetype 26 for VRS and filetype 36 for WPD apparently is wrong
219 >>>9 byte x Corel WordPerfect: Unknown filetype %d
225 >>>9 byte x Corel Shell: Unknown filetype %d
233 >>>9 byte x Corel Notebook: Unknown filetype %d
238 >>>9 byte x Corel Calculator: Unknown filetype %d
242 >>>9 byte x Corel File Manager: Unknown filetype %d
248 >>>9 byte x Corel Calendar: Unknown filetype %d
256 >>>9 byte x Corel Program Editor/Ed Editor: Unknown filetype %d
263 >>>9 byte x Corel Macro Editor: Unknown filetype %d
267 >>>9 byte x Corel Plan Perfect: Unknown filetype %d
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h50 SrcMgr::CharacteristicKind FileType,
64 /// \param FileType The \p CharacteristicKind of the file the \p Lexer moved
72 SrcMgr::CharacteristicKind FileType, in LexedFileChanged() argument
85 SrcMgr::CharacteristicKind FileType) {} in FileSkipped() argument
164 /// \param FileType The characteristic kind, indicates whether a file or
175 SrcMgr::CharacteristicKind FileType) {} in InclusionDirective() argument
373 SrcMgr::CharacteristicKind FileType);
481 SrcMgr::CharacteristicKind FileType, in FileChanged() argument
483 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
484 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp19 SrcMgr::CharacteristicKind FileType) {} in HasInclude() argument
26 SrcMgr::CharacteristicKind FileType) { in HasInclude() argument
27 First->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType); in HasInclude()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h49 enum FileType { AsmFile, ObjectFile, CFile }; enum
56 /// either a .s file, or a .c file, specified by FileType), with the specified
64 FileType fileType, const std::string &InputFile,
72 Error MakeSharedObject(const std::string &InputFile, FileType fileType,
121 virtual Expected<CC::FileType> OutputCode(const std::string &Bitcode,
176 Expected<CC::FileType> OutputCode(const std::string &Bitcode,
H A DToolRunner.cpp433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode, in OutputCode()
458 LLCArgs.push_back("-filetype=obj"); in OutputCode()
474 Expected<CC::FileType> Result = in compileProgram()
491 Expected<CC::FileType> FileKind = in ExecuteProgram()
624 FileType fileType, in ExecuteProgram() argument
642 if (fileType != ObjectFile) { in ExecuteProgram()
644 if (fileType == CFile) { in ExecuteProgram()
765 Error CC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject() argument
[all...]
/freebsd/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_common.kshlib1 # vim: filetype=sh
37 typeset filetype=$1
40 case $filetype in
100 log_fail "'$filetype' is wrong."
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp133 CodeGenFileType FileType, in addAsmPrinter() argument
136 createMCStreamer(Out, DwoOut, FileType, Context); in addAsmPrinter()
151 raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, in createMCStreamer() argument
160 switch (FileType) { in createMCStreamer()
211 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile() argument
222 if (addAsmPrinter(PM, Out, DwoOut, FileType, MMIWP->getMMI().getContext())) in addPassesToEmitFile()
225 // MIR printing is redundant with -filetype=null. in addPassesToEmitFile()
226 if (FileType != CodeGenFileType::Null) in addPassesToEmitFile()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib43 typeset filetype=$1
47 case $filetype in
105 log_fail "'$filetype' is wrong."
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp39 SrcMgr::CharacteristicKind FileType, FileID PrevFID, in LexedFileChanged()
51 /*FromModule*/ false, isSystem(FileType), /*IsModuleFile*/ false, in LexedFileChanged()
56 SrcMgr::CharacteristicKind FileType) override { in FileSkipped()
60 /*IsSystem=*/isSystem(FileType), in FileSkipped()
84 SrcMgr::CharacteristicKind FileType) override { in InclusionDirective()
107 SrcMgr::CharacteristicKind FileType) override { in HasInclude()
113 /*IsSystem=*/isSystem(FileType), in HasInclude()
H A DPrintPreprocessedOutput.cpp90 SrcMgr::CharacteristicKind FileType; member in __anon881592160111::PrintPPOutputPPCallbacks
126 FileType = SrcMgr::C_User; in PrintPPOutputPPCallbacks()
158 SrcMgr::CharacteristicKind FileType,
169 SrcMgr::CharacteristicKind FileType) override;
270 if (FileType == SrcMgr::C_System) in WriteLineInfo()
272 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo()
375 if (KeepSystemIncludes && (isSystem(FileType) != isSystem(NewFileType))) in FileChanged()
376 OS = isSystem(FileType) ? OrigOS : NullOS.get(); in FileChanged()
380 FileType = NewFileType; in FileChanged()
488 bool ModuleImported, SrcMgr::CharacteristicKind FileType) { in InclusionDirective() argument
[all …]
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c762 mode_t filetype; in extract() local
770 filetype = archive_entry_filetype(e); in extract()
783 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract()
791 if (S_ISDIR(filetype) && j_opt) { in extract()
817 if (S_ISDIR(filetype)) in extract()
830 mode_t filetype; in extract_stdout() local
837 filetype = archive_entry_filetype(e); in extract_stdout()
840 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract_stdout()
848 if (S_ISDIR(filetype)) { in extract_stdout()
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py926 def create(self, fid, name, perm, mode, filetype=None, extension=b''): argument
942 Otherwise, callers can leave filetype=None and encode the bits
950 if filetype is not None:
957 }[filetype]
1362 startdir=None, filetype=None): argument
1380 }[filetype]
1440 qid, iounit = self._uxcreate(filetype, fid, components[0],
1449 if filetype != 'dir':
1479 def _uxcreate(self, filetype, fid, name, oflags, omode_byte, perm, gid): argument
1490 if filetype == 'dir':
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp112 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile() argument
117 switch (FileType) { in addPassesToEmitFile()
132 if (addAsmPrinter(PM, Out, DwoOut, FileType, in addPassesToEmitFile()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio.c88 * Write a file with a name, filetype, and size. in test_format()
99 * Write a file with a name and filetype but no size. in test_format()
110 * Write a file with a name and size but no filetype. in test_format()
120 * Write a file with a size and filetype but no name. in test_format()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp113 FileType("filetype", cl::init(OFT_AssemblyFile),
485 sys::fs::OpenFlags Flags = (FileType == OFT_AssemblyFile) in main()
494 if (FileType != OFT_ObjectFile) { in main()
511 if (FileType == OFT_AssemblyFile) { in main()
543 } else if (FileType == OFT_Null) { in main()
546 assert(FileType == OFT_ObjectFile && "Invalid file type!"); in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CodeGenPassBuilder.cpp60 CodeGenFileType FileType, const CGPassBuilderOption &Opt, in buildCodeGenPipeline() argument
63 return CGPB.buildPipeline(MPM, Out, DwoOut, FileType); in buildCodeGenPipeline()
/freebsd/contrib/bc/vs/
H A Dbc.vcxproj212 <FileType>CppCode</FileType>
251 <FileType>Document</FileType>
264 <FileType>Document</FileType>
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h46 using FileType = llvm::MachO::FileType; variable

12345678910>>...26