Home
last modified time | relevance | path

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

1234

/external/google-breakpad/src/third_party/curl/
Dcurlrules.h221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument
223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument
225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix) argument
/external/curl/include/curl/
Dcurlrules.h214 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val ## Suffix argument
216 # define __CURL_OFF_T_C_HLPR2(Val,Suffix) Val/**/Suffix argument
218 # define __CURL_OFF_T_C_HLPR1(Val,Suffix) __CURL_OFF_T_C_HLPR2(Val,Suffix) argument
/external/llvm/lib/TableGen/
DTableGenBackend.cpp23 StringRef Suffix) { in printLine()
37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
/external/clang/lib/Lex/
DHeaderMap.cpp191 StringRef Suffix = getStringOrInvalid(B.Suffix); in dump() local
233 Optional<StringRef> Suffix = getString(B.Suffix); in lookupFilename() local
/external/clang/lib/CodeGen/
DCGOpenCLRuntime.cpp43 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() argument
DCGDebugInfo.h67 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ argument
/external/curl/tests/libtest/
Dlib557.c40 # define MPRNT_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument
42 # define MPRNT_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument
44 #define MPRNT_OFF_T_C_HELPER1(Val,Suffix) MPRNT_OFF_T_C_HELPER2(Val,Suffix) argument
/external/clang/lib/Serialization/
DASTCommon.cpp133 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
/external/clang/include/clang/Lex/
DHeaderMapTypes.h26 uint32_t Suffix; // Offset (into strings) of value suffix. member
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp45 StringRef Suffix; in GetSymbolFromOperand() local
/external/clang/lib/Driver/
DToolChain.cpp97 const char *Suffix; member
296 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".dll" : ".so") in getCompilerRT() local
476 StringRef Suffix = in ComputeLLVMTriple() local
/external/llvm/include/llvm/ADT/
DSmallString.h135 bool endswith(StringRef Suffix) const { in endswith()
DStringRef.h242 bool endswith(StringRef Suffix) const { in endswith()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp63 std::vector<std::string> &Suffix, in doTest()
191 std::vector<Function*> &Suffix, in doTest()
452 std::vector<BasicBlock*> &Suffix, in doTest()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp62 std::vector<std::string> &Suffix, in doTest()
186 std::vector<Function*> &Suffix, in doTest()
436 std::vector<BasicBlock*> &Suffix, in doTest()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp73 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) {} in emitInst()
DARMELFStreamer.cpp226 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst()
464 void emitInst(uint32_t Inst, char Suffix) { in emitInst()
1051 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst()
/external/v8/src/compiler/
Dmachine-operator.h681 #define PSEUDO_OP(Prefix, Suffix) \ in NON_EXPORTED_BASE() argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringRef.h203 bool endswith(StringRef Suffix) const { in endswith()
/external/giflib/
Dgif_lib_private.h51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp129 StringRef Suffix; in GetSymbolFromOperand() local
1575 #define MOV_CASE(Prefix, Suffix) \ in EmitInstruction() argument
1583 #define MOV_AVX512_CASE(Suffix) \ in EmitInstruction() argument
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang, in getSymbolWithGlobalValueBase()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsnamed.c507 …ontextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) in cmsAllocNamedColorList()
611 char* Suffix, in cmsNamedColorInfo()
/external/llvm/lib/Support/
DPath.cpp775 createTemporaryFile(const Twine &Prefix, StringRef Suffix, int &ResultFD, in createTemporaryFile()
782 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile()
788 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile()

1234