Home
last modified time | relevance | path

Searched defs:Suffix (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTableGenBackend.cpp23 StringRef Suffix) { in printLine()
37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
/netbsd-src/usr.bin/make/
H A Dsuff.c149 typedef struct Suffix { struct
186 } Suffix; typedef
151 nameSuffix global() argument
153 nameLenSuffix global() argument
158 includeSuffix global() argument
183 parentsSuffix global() argument
185 childrenSuffix global() argument
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGlobPattern.h53 Optional<StringRef> Suffix; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DHexagon.cpp186 llvm::StringLiteral Suffix; member
207 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderMap.cpp191 StringRef Suffix = getStringOrInvalid(B.Suffix); in dump() local
233 Optional<StringRef> Suffix = getString(B.Suffix); in lookupFilename() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderMapTypes.h25 uint32_t Suffix; // Offset (into strings) of value suffix. member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h67 SmallVector<llvm::Value *, 1> Suffix; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp51 StringRef Suffix; in GetSymbolFromOperand() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h305 SmallVector<Arg, 1> Suffix; member
321 unsigned Suffix = 0; member
H A DCGOpenCLRuntime.cpp44 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp125 const char *Suffix; in getCompilerRT() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h106 std::string Suffix; variable
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Dadfile.c198 char *Suffix) in FlGenerateFilename()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h112 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp210 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp115 bool MCAsmParser::addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h296 bool endswith(StringRef Suffix) const { in endswith()
689 bool consume_back(StringRef Suffix) { in consume_back()
H A DSmallString.h127 bool endswith(StringRef Suffix) const { in endswith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp94 StringRef Suffix = getCPUSuffix(Subtarget); in createMASSVFuncName() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp62 std::vector<std::string> &Suffix) { in doTest()
199 std::vector<Function *> &Suffix) override { in doTest()
461 std::vector<BasicBlock *> &Suffix) override { in doTest()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp132 const char *Suffix; member
159 StringRef Suffix(DriverSuffixes[i].Suffix); in FindDriverSuffix() local
436 const char *Suffix; in buildCompilerRTBasename() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp51 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp850 createTemporaryFile(const Twine &Prefix, StringRef Suffix, int &ResultFD, in createTemporaryFile()
858 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile()
866 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile()
895 getPotentiallyUniqueTempFileName(const Twine &Prefix, StringRef Suffix, in getPotentiallyUniqueTempFileName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp180 StringRef Suffix = tools::arm::getLLVMArchSuffixForARM(CPU, MArch, Triple); in setArchNameInTriple() local
861 StringRef Suffix = arm::getLLVMArchSuffixForARM(CPU, MArch, Triple); in getARMArch() local

12345