Home
last modified time | relevance | path

Searched defs:Extension (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFileExtension.h112 ModuleFileExtension *Extension; variable
115 ModuleFileExtensionWriter(ModuleFileExtension *Extension) in ModuleFileExtensionWriter()
139 ModuleFileExtension *Extension; variable
142 ModuleFileExtensionReader(ModuleFileExtension *Extension) in ModuleFileExtensionReader()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.h118 typedef struct Extension /* SEQUENCE */ struct
127 } ComponentExtension; argument
H A Dcertificate.h151 typedef struct Extension /* SEQUENCE */ struct
160 } ComponentExtension; argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendOptions.cpp15 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
H A DCompilerInstance.cpp742 StringRef Extension, in createDefaultOutputFile()
1450 StringRef Extension = llvm::sys::path::extension(File->path()); in pruneModuleCache() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h59 Extension, enumerator
93 ExtensionType Extension; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp30 std::string CoveragePrinter::getOutputPath(StringRef Path, StringRef Extension, in getOutputPath()
55 CoveragePrinter::createOutputStream(StringRef Path, StringRef Extension, in createOutputStream()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp109 uint64_t Extension = llvm::AArch64::getDefaultExtensions(CPU, ArchKind); in DecodeAArch64Mcpu() local
H A DARM.cpp104 uint64_t Extension = llvm::ARM::getDefaultExtensions(CPU, ArchKind); in DecodeARMFeaturesFromCPU() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp33 const char *Extension) { in getOutputFileName()
H A DClang.cpp1553 SmallString<32> Extension; in renderRemarksOptions() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h35 Extension, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp239 LPCSTR Extension = NULL; in FindProgram() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp250 StringRef Extension(Config.CGFileType == CGFT_AssemblyFile ? "s" : "o"); in compileOptimizedToFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2886 static const struct Extension { struct
2889 } ExtensionMap[] = { argument
5450 for (const auto &Extension : ExtensionMap) { in parseDirectiveArch() local
5488 for (const auto &Extension : ExtensionMap) { in parseDirectiveArchExtension() local
5553 for (const auto &Extension : ExtensionMap) { in parseDirectiveCPU() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1128 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py812 def Extension(self): member in FileInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp443 const SCEV *(ScalarEvolution::*Extension)(const SCEV *, Type *, unsigned) = in willNotOverflow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp351 StringRef Extension = sys::path::extension(DObj->getFileName()); in dump() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2954 auto Extension = llvm::sys::path::extension(FileName); in guessLanguage() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1839 unsigned Extension : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4825 const char *Extension = types::getTypeTempSuffix(FileType, true); in MakeCLOutputFilename() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp821 Extension enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12289 for (const auto &Extension : Extensions) { in enableArchExtFeature() local